Ok, So I'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> host computerlab2 {
<br> hardware ethernet 00:1a:92:28:1c:12;<br> fixed-address <a href="http://192.168.0.70">192.168.0.70</a>;<br> option host-name "computerlab2";<br># filename "/pxelinux.0";<br># next-server mayserve;
<br> option root-path "/opt/ltsp/i386-ati";<br> if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {<br> filename "/ltsp/i386-ati/pxelinux.0";<br> }<br> else{
<br> filename "/ltsp/i386-ati/nbi.img";<br> }<br> }<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'm not sure about the images created either, for now I just moved the old image to i386-ati.img. I'm sure I'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> <<a href="mailto:dvanassche@gmail.com">dvanassche@gmail.com</a>> 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> I'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'm assuming this is because I'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>