Hi all,<br>I just setup up an LTSP server on ubuntu 8.04 and the edubuntu add on package. I installed everything but when I connect a client it gives me the following:<br>PXE-T01: File not found.<br>PXE-E3B:TFTP Error - File not found<br>
<br>The server is 64 bit and the clients are 64 bit capable. I did some digging and I found my /etc/ltsp/dhcpd.conf. This is what it has:<br>#<br># Default LTSP dhcpd.conf config file.<br>#<br><br>authoritative;<br><br>subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>
&nbsp;&nbsp;&nbsp; range <a href="http://192.168.0.20">192.168.0.20</a> <a href="http://192.168.0.250">192.168.0.250</a>;<br>&nbsp;&nbsp;&nbsp; option domain-name &quot;<a href="http://example.com">example.com</a>&quot;;<br>&nbsp;&nbsp;&nbsp; option domain-name-servers <a href="http://192.168.0.1">192.168.0.1</a>;<br>
&nbsp;&nbsp;&nbsp; option broadcast-address <a href="http://192.168.0.255">192.168.0.255</a>;<br>&nbsp;&nbsp;&nbsp; option routers <a href="http://192.168.0.1">192.168.0.1</a>;<br>#&nbsp;&nbsp;&nbsp; next-server <a href="http://192.168.0.1">192.168.0.1</a>;<br>#&nbsp;&nbsp;&nbsp; get-lease-hostnames true;<br>
&nbsp;&nbsp;&nbsp; option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br>&nbsp;&nbsp;&nbsp; option root-path &quot;/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>
&nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/nbi.img&quot;;<br>&nbsp;&nbsp;&nbsp; }<br>}<br>I know the error that PXE is giving me is&nbsp; because I did not run this command <br clear="all"><pre>ltsp-build-client --arch i386</pre>and the i386 image file is not created. My question is: Is it possible to have amd64 and i386 image files and select which one the thin client uses to boot? Maybe by modifying the if statement in dhcpd.conf or have options on boot of the thin client?<br>
<br>Thanks<br>-- <br>Nicolas Roussi