Re: [Etherboot-developers] 5.1.5 Menu & Console problems
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-01-16 16:21:59
|
ke...@us... (Ken Yap) writes: > >On my system, etherboot 5.1.5 loads from floppy (rtl8139.zdsk), then loads > >an NFL tagged image. When a selection is made from NFL, an attempt is made > >to load the selected file (I see the TFTP request at server), and etherboot > >puts out a single DOT, then pauses for a period of time, then spews a large > >number of dots, followed by a reboot. > > Ah well the good news is that the 8139 driver is confirmed working at > least. Your problems sound similar to mine in that 5.1.5 cannot boot > from a menu choice. 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. Eric |