Re: [Etherboot-developers] 5.1.5 Menu & Console problems
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-16 16:57:49
|
>It looks like I mangled the logic to reinitialize things after calling >cleanup. > >So I suspect after we returned to either boot returned neither: >dev->probe(PROBE_AWAKE) was being called, nor was console_init(); > >I have just checked in the fix and hopefully it does the correct thing now. Ok that works better now, it can successfully load an image after returning from a menu. Now the next problem: Real mode images (DOS, ROM) jump off and reset the machine. May have something to do with the not-yet implemented A20 line restore when leaving Etherboot to run a RM image. Protected mode image (Linux) gets to run the third stage, prints out the location of the ramdisk and then fails to start the kernel. Again maybe something to do with A20. |