Hi,

I have LTSP running on my Gentoo system.

I want to boot to a Neoware Capio One, which supports PXE. I have read "Using PXE to boot an LTSP workstation" in the Wiki, and my dhcpd.conf is below.

My main problem is that there is no pxelinux.0 file on my system. The only file I have in my lts directory is vmlinuz-2.4.26-ltsp-2.

Can anyone tell me how to get the pxelinux.0 file?


Thanks




ddns-update-style ad-hoc; default-lease-time 21600; max-lease-time 21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.20.255;
option routers                192.168.20.1;
option domain-name-servers    192.168.20.1;
option domain-name            "home1.btcg1.net";
option root-path              "192.168.20.32:/opt/ltsp/i386";

shared-network WORKSTATIONS {
       # LTSP
       subnet 192.168.20.0 netmask 255.255.255.0 {
               pool {
                       range 192.168.20.60 192.168.20.75;
                       }
               }
}

group   {
   use-host-decl-names       on;
   option log-servers        192.168.20.32;

   host ws001 {
       hardware ethernet     00:E0:C5:58:34:C1;
       fixed-address         192.168.20.70;
       filename              "/lts/2.4.26-ltsp-2/pxelinux.0";
   }
}




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _____________________________________________________________________ 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.freenode.net

Reply via email to