Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-08-29 23:10:22
|
Michael Brown <mb...@fe...> writes: > On Thu, 29 Aug 2002, Timothy Legge wrote: > > > > > >Of course, "fixed it" in this context merely means "getting > > > the correct > > The current cvs allows me to transfer both the rom and ltsp kernel. Of > > course, both report Unable to load file and this is true with both the 3c509 > > and 3c515 > > Yep, that seems to match the state that mine is in. It no longer locks up > in endless loops, but bombs out because it can't find the section to > execute in the NBI image. Since the same thing is happening with 3c509, > 3c515 and rtl8139, it probably isn't a driver problem. Likely. The problem happens with the first 512 bytes of the first tftp packet received. It might be worth adding some print statements and tracing the packet from poll to tagged_probe. The first few bytes are correct but something else is wrong. Eric |