For 64 bit clients, you need to feed pxe with amd64, not i386. So change your dhcpd.conf file to have /opt/ltsp/amd64<br><br>The /opt/ltsp/amd64 directory and the image should already have been created when you installed the LTSP server.<br>
<br>Kind Regards,<br>David<br><br><div class="gmail_quote">On Fri, May 16, 2008 at 8:44 PM, Nicolas Roussi &lt;<a href="mailto:nroussi@gmail.com">nroussi@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">192.168.0.0</a> netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a> {<br>

&nbsp;&nbsp;&nbsp; range <a href="http://192.168.0.20" target="_blank">192.168.0.20</a> <a href="http://192.168.0.250" target="_blank">192.168.0.250</a>;<br>&nbsp;&nbsp;&nbsp; option domain-name &quot;<a href="http://example.com" target="_blank">example.com</a>&quot;;<br>
&nbsp;&nbsp;&nbsp; option domain-name-servers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br>
&nbsp;&nbsp;&nbsp; option broadcast-address <a href="http://192.168.0.255" target="_blank">192.168.0.255</a>;<br>&nbsp;&nbsp;&nbsp; option routers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br>#&nbsp;&nbsp;&nbsp; next-server <a href="http://192.168.0.1" target="_blank">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" target="_blank">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><font color="#888888">Nicolas Roussi
</font><br>--<br>
edubuntu-users mailing list<br>
<a href="mailto:edubuntu-users@lists.ubuntu.com">edubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br>
<br></blockquote></div><br>