Hi Gavin, I was just doing that when you responded. Here is dhcp.conf<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; 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; option domain-name &quot;<a href="http://example.com">example.com</a>&quot;;<br>&nbsp; option domain-name-servers <a href="http://192.168.0.1">192.168.0.1
</a>;<br>&nbsp; option broadcast-address <a href="http://192.168.0.255">192.168.0.255</a>;<br>&nbsp; option routers <a href="http://192.168.0.1">192.168.0.1</a>;<br>&nbsp; option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>
;<br>&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>&nbsp; }<br>&nbsp; else{<br>&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/nbi.img&quot;;<br>&nbsp; }<br>&nbsp; option root-path &quot;/opt/ltsp/i386&quot;;
<br>}<br><br>After doing a search, I cannot find &quot; /ltsp/i386/pxelinux.0&quot; or &quot;/ltsp/i386/nbi.img&quot; niether can I find the path &quot;/opt/ltsp/i386&quot; <br><br>There is a &quot;/opt/ltsp/amd64&quot; there is a  /var/lib/tftpboot/ltsp/amd64 that contains 
pxelinux.0 but no nbi.img I am going to change dhcp.conf to point to   /var/lib/tftpboot/ltsp/amd64/pxelinux.0 and the root path to /opt/ltsp/amd64. I am not sure about /ltsp/i386/nbi.img as there is no nbi.img<br><br>Regards,
<br><br>Paul<br><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Gavin McCullagh</b> &lt;<a href="mailto:gmccullagh@gmail.com">gmccullagh@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 05 Feb 2007, Paul J. Thompson wrote:<br><br>&gt; The client finds the dhcp server at 192,168.0.1. It gets an address<br>&gt; 192.168.0249 then comes up with the following error messages:-<br>&gt;<br>&gt; TFTP<br>&gt; PXE-T01 file not found
<br>&gt; PXE-E3B - TFPT error<br>&gt; PXE-M0F exiting Intel PXE ROM<br><br>It looks like the dhcp bit worked and the client tried to run tftp to<br>download the kernel and initrd.img files.&nbsp;&nbsp;One or both of these was not<br>
available &quot;file not found&quot;.<br><br>I&#39;d suggest looking at the parameters in /etc/ltsp/dhcpd.conf and check<br>that the files in /var/lib/tftpboot/ are in place where the dhcp server is<br>claiming.<br><br>In fairness, if you&#39;ve run ltsp-build-client I&#39;d expect that to be sorted
<br>already but maybe not.<br><br>Gavin<br><br><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">
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br></blockquote></div><br>