i'm trying to do remote installs onto 2 sun x2100 m2's and a sun x2100 in a datacenter.  both m2's get stuck "Waiting for NetworkManager to configure eth0"(or eth1)..."There was an error configuring your network interface."  the x2100 does not get caught there, it asks for the nfs server information, but it can't seem to find the server nfs directory.  when retrying, it seems images/install.img always gets appended to the directory name, but adding those names at the nfs server doesn't help (lacking a LOM the x2100 is thus stuck until human hands are available).  here's what i give via either grub or pxe:<br>


<ul><li>r6.vmlinuz  initrd=r6.initrd.img lang=en_US keymap=us ksdevice=eth1 netmask=255.255.255.240 gateway=192.168.0.245 dns=192.168.0.244 ip=192.168.0.246 hostname=bleep quiet panic=30 vnc vncpassword=foo askmethod</li>


</ul>if there's a better way for me to be trying to do this please let me 
know.  however running rhel5 remote installs on the same machines in the same environment and with the same inputs does not encounter 
any of these problems.<br>