RE: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2002-08-27 23:27:20
|
What I did: cd etherboot-5.0/src make bin32/3c509.fd0 make bin32/3c509.rom mknbi-linux bin32/3c509.rom > /tftpboot/lts/bootrom reconfigured /etc/dhcpd.conf for the nic in question to grab the bootrom file I booted with the 3c509.fd0 floppy from above and verified that version 5.0 could load itself. Then I reconfigured /etc/dhcpd.conf while the bootrom was looping and booting itself and picked up the ltsp vmlinuz kernel and restarted dhcpd. It worked, it transfered the kernel and boot as far as dhclient. Then I: cd etherboot-5.1.2rc3/src make bin32/3c509.fd0 when booting from the floppy I received the following: blah.. Searching for server (DHCP)... ..Me:192.168.2.11, Server 192.168.2.6, Gateway 192.168.2.6 Laoding 192.168.2.6:lts/vmlinuz-2.4.9-ltsp-5 ...(NBI) segment [00092800,00094000) does not fit in an memory region error: not a valid image Unable to load file. <sleep> I reconfigured /etc/dhcpd.conf to point to the bootrom file that worked with 5.0 and received the following: Searching for server (DHCP)... ..Me:192.168.2.11, Server 192.168.2.6, Gateway 192.168.2.6 Laoding 192.168.2.6:/lts/bootrom ...(NBI)...............Unable to load file. <sleep> I hope this helps. BTW, the current cvs will not compile for me, it complains about a missing separator at Roms:370 Tim > -----Original Message----- > From: eth...@li... > [mailto:eth...@li...]On Behalf Of > Eric W Biederman > Sent: Tuesday, August 27, 2002 2:52 PM > To: Etherboot Developers > Cc: Timothy Legge > Subject: Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk. > > > "Timothy Legge" <tl...@ro...> writes: > > > Hi > > > > > Which rom image did you build? > > > > I built both the 3c515 and the 3c509. This morning I verified > that neither > > the 3c515 or the 3c509 driver gets past: > > > > .000041.0000 done > > R > > Compressed? or Uncompressed. > > That message does not seem at all familiar, so if you could give some > more boot context. Console dump from a serial port perhaps, > it would really help. > > > on my old 486. I will have to pull the 3c515 and toss it in > the Pentium PC > > (the one that reported the error: > > > > segment [00092800,00094000) does not fit in any memory region > > Again I don't have enough context to do anything with just that message. > But it would have take a fairly large image to make that work. > > Eric > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Etherboot-developers mailing list > Eth...@li... > https://lists.sourceforge.net/lists/listinfo/etherboot-developers > |