Hello,

 

i have a problem with Ltsp Version 4.1.

 

When the Client boot with the PXE Networkcard, then gets the Mistake:

 

PXE-T01: File not found

PXE-E3B: Tftp Error – File not found

PXE-MOF: Exiting Intel PXE Rom.

 

He gets the Ip,Mask etc.

But he find the Tftp Files L

 

My Dhcpd.conf:

 

default-lease-time 604800;
max-lease-time 691200;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.84.255;
option domain-name "ltsp";
option domain-name-servers 192.168.1.254;
option routers 192.168.84.1;
ddns-update-style none;

subnet 192.168.84.0 netmask 255.255.255.0 {
range 192.168.84.10 192.168.84.20;
default-lease-time 604800;
max-lease-time 691200;
option root-path "192.168.84.1:/opt/ltsp/i386";

if substring (option vendor-class-identifier,0,9)="PXEClient"
{
filename "192.168.84.1:/lts/2.6.9-ltsp-3/pxelinux.0";
}
else
{

filename "192.168.84.1:/tftpboot/lts/vmlinuz-2.4.26-ltsp-3";

}

 

}

 

The Tftp Server hat the –s Flag.

 

 

My /tftpboot:

 

/tftpboot/lts

2.4.26-ltsp-3
/2.4.26-ltsp-3/pxelinux.cfg
/2.4.26-ltsp-3/pxelinux.cfg/default
/2.4.26-ltsp-3/bzImage-2.4.26-ltsp-3
/2.4.26-ltsp-3/initrd-2.4.26-ltsp-3.gz
/2.4.26-ltsp-3/pxelinux.0

2.6.9-ltsp-3
/2.6.9-ltsp-3/pxelinux.cfg
/2.6.9-ltsp-3/pxelinux.cfg/default
/2.6.9-ltsp-3/bzImage-2.6.9-ltsp-3
/2.6.9-ltsp-3/initrd-2.6.9-ltsp-3.gz
/2.6.9-ltsp-3/pxelinux.0

vmlinuz-2.4.26-ltsp-3
vmlinuz-2.6.9-ltsp-3

 

 

PLEASE, help me.

Thanks J

 

Sven from Germany

Reply via email to