Re: [gentoo-user] root-nfs question

2009-05-04 Thread Cocoy Dayao
hi, pxelinux.cfg is this: DEFAULT /kernel8 APPEND root=/dev/nfs rw nfsroot=192.168.2.1:/diskless/192.168.2.11 init=sbin/init Add ip=dhcp to APPEND so that the kernel does DHCP again for an IP. Otherwise it might not be connected to the network when it boots and be unable to reach the N

Re: [gentoo-user] root-nfs question

2009-05-04 Thread Sascha Hlusiak
Hi, > rpcbind: server 192.168.2.1 not responding, timed out > Root-NFS: Unable to get nfsd port number from server, using default > Looking up port of RPC 15/1 on 192.168.2.1 > rpcbind: server 192.168.2.1 not responding, timed out > Root-NFS: Unable to get mountd port number from server, using

[gentoo-user] root-nfs question

2009-05-04 Thread Cocoy Dayao
Dear list, I posted this on gentoo forums but maybe you guys could help me out as well. So I wanted to play around with building my own diskless node. Yes, I know there are easier ways to do this. Automated tools like Caos Linux, etc. etc. Anyway, I wanted to use gentoo and learn from th