Hello,<br><br>I&#39;m trying to get FAI working with Linux Kernel Virtual Machines. I had a go myself using the FAI and syslinux docs, and could get the KVM to load a kernel (once I&#39;d set up tftp/pxelinux.cfg/default), but not mount the NFS export. I was able to mount it manually from the initrd.img<br>
<br><span style="font-family: courier new,monospace;">kvm -boot n -tftp /my/tftp/ -bootp /pxelinux.0 -hda /my/4g-pxe-test.img -vnc :1</span><br><br>This is how pxelinux.cfg looked when I gave up. <br><br><span style="font-family: courier new,monospace;">DEFAULT test1 </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">LABEL test1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">KERNEL vmlinuz-2.6.26-2-amd64</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">APPEND root=/dev/nfs nfsdir=10.0.2.2:/my/nfsroot/ initrd=initrd.img-2.6.26-2-amd64 network ip=dhcp nfsaddrs=10.0.2.15:10.0.2.2::255.255.255.0:test1::dhcp</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">INITRD initrd.img-2.6.26-2-amd64</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">IPAPPEND 2</span><br style="font-family: courier new,monospace;">
<br>I&#39;ve had a look around on the wiki and the mailing list for setups that people have working. Nothing on the mailing list that I could find, but the wiki had<br><a href="http://faiwiki.informatik.uni-koeln.de/index.php/Local_testing_with_KVM%2C_VDE_and_dnsmasq">http://faiwiki.informatik.uni-koeln.de/index.php/Local_testing_with_KVM%2C_VDE_and_dnsmasq</a>. I&#39;ve left some comments  on the discussion page there about how I got on. <a href="http://faiwiki.informatik.uni-koeln.de/index.php/Talk:Local_testing_with_KVM%2C_VDE_and_dnsmasq">http://faiwiki.informatik.uni-koeln.de/index.php/Talk:Local_testing_with_KVM%2C_VDE_and_dnsmasq</a><br>
<br>Any help or suggestions gratefully received.<br><br>Russell<br>