-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 28. Dezember 2004 14:54 schrieb Mohsen Pahlevanzadeh: > Dears, > I have configured ltsp,But when i wanna connect to my > server,I receive following messages: > > PXE-T01: File not found > PXE-E3B: TFTP error -File not found > PXE-M0F: Exiting Intel PXE Rom > > > Please guide me.....
http://wiki.ltsp.org/twiki/bin/view/Ltsp/Troubleshooting-Wont_Boot contains information about file naming / accessing schemes with Etherboot, that generally applies for PXE as well. You should make sure that whatever filename you give in dhpd.conf is accessible. You probably try to load something like /pxelinux.0 which could mean you need to have a file /tftpboot/pxelinux.0 on your machine (but depending on exact configuration, it could mean that tftpdaemon expects to find /pxelinux.0). In your case, I'd make sure that the tftp daemon is run with "-s /tftpboot" option which means that /tftpboot will be prepended to any download request, improving system security a bit (It's a chroot, if that tells you something). If you are absolutely unsure how to proceed or need further help, I'd like you to supply the following: your dhcpd.conf the output of ls -la /tftpboot on your server All output that PXE gives (not just the last three lines) the contents of /etc/inetd.conf (if exists) and /etc/xinetd.d/tftp (if exists)) Hope to help, and have a happy new year, Anselm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFB1Zg0RGDyvz+XrnkRAvonAKCHmLizZ7GTHUC6RGL+ylEMHsAJGwCgjH0R m+g1bCn68hssy0aK27ao9yw= =V//T -----END PGP SIGNATURE----- ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _____________________________________________________________________ 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
