Re: [Etherboot-developers] 5.1.5 Menu & Console problems
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-01-16 17:07:57
|
ke...@us... (Ken Yap) writes: > >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: Is this problem independent of menus? > 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. The Linux code should not have a20 problems. It has been a little while since I tested mkelf but it was working at the time I made the patch to generate the checksums. And note some machines have a20 set permanently on. So while we may confuse some machine's BIOS's by not restoring a20 that should be all we confuse. Eric |