I ran into this with a Dell Optiplex GXa 100 on a new system.  We took it
back to a known-working LTSP system and it didn't work their either.  We
figured the PXE firmware was just broken.

We could see the terminal hit the tftp server, but it claimed it couldn't
get anything.

We changed out the GXa 100 for a 110 and that worked just fine.

On Tue, July 26, 2005 9:47 am, 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
>
>


-Michael George
 Ideal Solution, LLC



-------------------------------------------------------
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_idt77&alloc_id492&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