François BARILLON wrote: >> tftp localhost >> tftp> get /ltsp/pxelinux.0 > It puts pxelinux.0 in my home. > > So tftp is working locally. > > How does the dhcp knows to send /ltsp/pxelinux.0 ?
There should be a stanza in your /etc/dhcpd.conf somewhere that says: filename "/ltsp/pxelinux.0"; option root-path "/opt/ltsp/i386"; It's supposed to be added automatically on install. Did you add the LTSP bits yourself post-install? This has the pertinent information: https://wiki.ubuntu.com/LTSPServerSetup -- Dan Young <[EMAIL PROTECTED]> Multnomah ESD - Technology Services 503-257-1562 -- edubuntu-users mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
