Your dhcpd.conf file needs to look like this:-

   if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
   {
     filename "/tftpboot/lts/eb-5.0.3-eepro100.pxe";
   }
   else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"
   {
     filename "/tftpboot/lts/vmlinuz.all";
   }


With PXE booting the system goes to the dhcp server and tftp server
twice, once to get the eitherboot code (which is otherwise on the
floppy or burnt into the eprom), and a second time to get the
kernel.

You can get the .pxe file from rom-o-matic (just select the file
type). The linux kernel must be mknbi'd with mknbi-1.2 otherwise
it won't boot. The kernels provided on ltsp site 2.08 won't work.


HTH

rgds

Pete


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to