I am currently having a problem getting a diskless install of ubuntu 11.10 booting. PXEBoot loads correctly, and the install begins booting. When it gets to the point where it NFS mounts the root, the server thinks the share is correctly mounted, but the initrd keeps trying to remount it over and over. Eventually it will end in a kernel panic. I have been working on this for some time now, so if anyone has any suggestions on how to proceed, it would be much appreciated.
Thanks!

pxelinux.cfg/default:
Code:
DEFAULT linux
LABEL linux
KERNEL vmlinuz-3.0.0-21-generic
APPEND initrd=initrd.img-3.0.0-21-generic root=/dev/nfs nfsroot=10.1.1.101:/netboot/stax00 ip=dhcp init=/usr/local/sbin/linuxrc rw
relevent dhcp config:
Code:
filename "/pxelinux.0";
option root-path "10.1.1.101:/netboot/stax00";
console output on client:
http://i.imgur.com/c4ddA.jpg

syslog output from server:
Code:
Jun 22 12:14:56 server dhcpd: DHCPDISCOVER from 00:aa:aa:be:9d:87 via eth0
Jun 22 12:14:56 server dhcpd: DHCPOFFER on 10.1.1.205 to 00:aa:aa:be:9d:87 via eth0
Jun 22 12:14:56 server dhcpd: DHCPREQUEST for 10.1.1.205 (10.1.1.101) from 00:aa:aa:be:9d:87 via eth0
Jun 22 12:14:56 server dhcpd: DHCPACK on 10.1.1.205 to 00:aa:aa:be:9d:87 via eth0
Jun 22 12:14:57 server dhcpd: DHCPREQUEST for 10.1.1.205 (10.1.1.101) from 00:aa:aa:be:9d:87 via eth0
Jun 22 12:14:57 server dhcpd: DHCPACK on 10.1.1.205 to 00:aa:aa:be:9d:87 via eth0
Jun 22 12:15:01 server rpc.mountd[1314]: authenticated mount request from 10.1.1.205:1018 for /netboot/stax00 (/netboot/stax00)
Jun 22 12:15:02 server rpc.mountd[1314]: authenticated mount request from 10.1.1.205:1020 for /netboot/stax00 (/netboot/stax00)
Jun 22 12:15:03 server rpc.mountd[1314]: refused unmount request from 10.1.1.205 for /root (/): no export entry
Jun 22 12:15:04 server rpc.mountd[1314]: authenticated mount request from 10.1.1.205:1022 for /netboot/stax00 (/netboot/stax00)
Jun 22 12:15:04 server rpc.mountd[1314]: refused unmount request from 10.1.1.205 for /root (/): no export entry
Jun 22 12:15:05 server rpc.mountd[1314]: authenticated mount request from 10.1.1.205:769 for /netboot/stax00 (/netboot/stax00)
Jun 22 12:15:05 server rpc.mountd[1314]: refused unmount request from 10.1.1.205 for /root (/): no export entry
Jun 22 12:15:06 server rpc.mountd[1314]: authenticated mount request from 10.1.1.205:770 for /netboot/stax00 (/netboot/stax00)
...TEXT CONTINUES