Neil,
  Be sure that your tftp server is using /tftpboot as its root (usually
the -s option).
   For example, in Debian /var/lib/tftpboot is the default so unless you
"tweak" the default the client will never find /tftpboot/lts/*

Pete Billson
-- 
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting

Neil Matthews said:
> Hi,
> I am having a problem booting with pxe. I get the
> error message
> ----------
> PXE-T01: File not found
> PXE-E3B: TFTP error -File not found
> PXE-M0F: Exiting Intel PXE Rom
> ----------
>
> It finds the DHCP server ok and gets the ip address
> and gateway ok and then gives me that message. My LTSP
> server's IP address is 192.168.1.150. I have attached
> my dhcpd.conf file for other information.
>
> The output of ls -ls /tftpboot on my server is:
> total 12
> drwxr-xr-x 3 root root 4096 Jul 26 11:31 ./
> drwxr-xr-x 3 root root 4096 Jul 26 12:13 ../
> drwxr-xr-x 3 root root 4096 Jul 26 12:45 lts/
>
>
> In my /etc/xinetd.d/tftp file "user = root", could
> this be a problem?
>
> Thanks for any help.
>
>
> dhcpd.conf file
> -------------------------
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.1.255;
> option root-path "192.168.1.150:/opt/ltsp/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> option domain-name "beta.mooss";
> option domain-name-servers 192.168.1.1;
> option routers 192.168.1.1;
> #
> # Sample configuration file for ISC dhcpd
> #
> # Make changes to this file and copy it to
> /etc/dhcpd.conf.sample
> #
> ddns-update-style none;
> max-lease-time 21600;
> default-lease-time 21600;
> subnet 192.168.1.0 netmask 255.255.255.0 {
>   option log-servers 192.168.1.1;
>   use-host-decl-names on;
>   filename "/lts/2.4.26-ltsp-3/pxelinux.0";
>   range 192.168.1.5 192.168.1.20;
>   default-lease-time 14400;
>   max-lease-time 172800;
>   filename "/lts/2.4.26-ltsp-3/pxelinux.0";
> }
> ----------------------
>
>
>
>
> ___________________________________________________________
> How much free photo storage do you get? Store your holiday
> snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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
>
>




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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