Ok, So I&#39;ve tried this... creating 2 chroots (the existing working fglrx containing one) [/opt/ltsp/i386-ati] and a new one by doing a ltsp-build-client...<br><br>So my dhcpd.conf looks like this now:<br><br>&nbsp;host computerlab2 {
<br>&nbsp;&nbsp;&nbsp;&nbsp; hardware ethernet 00:1a:92:28:1c:12;<br>&nbsp;&nbsp;&nbsp;&nbsp; fixed-address <a href="http://192.168.0.70">192.168.0.70</a>;<br>&nbsp;&nbsp;&nbsp; option host-name &quot;computerlab2&quot;;<br>#&nbsp;&nbsp; filename &quot;/pxelinux.0&quot;;<br>#&nbsp;&nbsp; next-server mayserve;
<br>&nbsp;&nbsp; option root-path &quot;/opt/ltsp/i386-ati&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386-ati/pxelinux.0&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; else{
<br>&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386-ati/nbi.img&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp; }<br><br>It loads the correct rootserver and filename, but then crashes here:<br><br>Negotiation: mount: Mounting /rofs on /root/rofs failed: Invalid Argument
<br><br>I&#39;m not sure about the images created either, for now I just moved the old image to i386-ati.img. I&#39;m sure I&#39;m doing something wrong, any help is much appreciated...<br><br>David Van Assche<br><br><div>
<span class="gmail_quote">On 10/31/07, <b class="gmail_sendername">David Van Assche</b> &lt;<a href="mailto:dvanassche@gmail.com">dvanassche@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;">
Hi,<br>&nbsp;&nbsp; I&#39;m trying to get the computers which I had running as workstations to join the thin client network, but am having some serious problems due to the current clients all being fglrx loading thin clients. Even when I set the 
[default] in lts.conf file to XSERVER=auto, the server refuses to do anything but load the fglrx driver. I&#39;m assuming this is because I&#39;m using the restricted linux headers, so I guess I need to create another chroot for all the other clients. Should I just copy the chroot to a new location, say /opt/ltsp/i386-ati and then build a new chroot? Then from the dhcp file, I can load one chroot or another depending on the mac address?
<br><br>There must be a better way...<br><span class="sg"><br>David Van Assche<br>
</span></blockquote></div><br>