Code: Select all
...
[13.56] Looking up port of RPC 100003/2 on 10.0.0.10
[43.56] rpcbind: server 10.0.100.10 not responding, timed out
[43.56] Root-NFS: Unable to get nfsd port number from server, using default
[43.56] Looking up port of RPC 100005/1 on 10.0.0.10
[73.56] rpcbind: server 10.0.0.10 not responding, timed out
[73.56] Root-NFS: Unable to get mountd port number from server, using default
[73.56] Root-NFS: Server returned error -101 while mounting /diskless/gentoo-ssi
[73.56] VFS: Unable to mount root fs via NFS, trying floppy.
[73.56] List of all partitions:
[73.56] 0b00 148575 sr0 driver: sr
[73.56] No filesystem could mount root, tried: nfs
[73.56] Kernel panic = not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
[73.56] Pid: 1, comm: swapper Not tained 2.6.34-gentoo-r6 #2
[73.56] Call Trace:
[73.56] [<ffffffff81543ada>] panic+0x63/0xe8
...
Here's the /etc/fstab from the client. 10.0.0.10 is the master node running dhcp, tftpd, nfs, etc...
Code: Select all
10.0.0.10:/diskless/gentoo-ssi / nfs sync,hard,intr,ro 0 0
10.0.0.10:/opt /opt nfs sync,hard,intr,rw 0 0
10.0.0.10:/home /home nfs sync,hard,intr,rw 0 0
10.0.0.10:/root /root nfs sync,hard,intr,rw 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
Code: Select all
DEFAULT /boot/kernel-2.6.34-gentoo-r6
APPEND ip=dhcp ro rootfstype=nfs root=/dev/nfs nfsroot=10.0.0.10:/diskless/gentoo-ssi init=/linuxrc raid=noautodetect
Code: Select all
/diskless/gentoo-ssi 10.0.0.0/16(sync,ro,no_subtree_check,no_root_squash,no_all_squash)
/opt 10.0.0.0/16(sync,rw,no_subtree_check,no_root_squash,no_all_squash)
/home 10.0.0.0/16(sync,rw,no_subtree_check,no_root_squash,no_all_squash)
/root 10.0.0.0/16(sync,rw,no_subtree_check,no_root_squash,no_all_squash)
Code: Select all
config_eth0=( "noop" )
routes_eth0=(
"default via 10.0.0.1"
"10.0.0.0/16 via 10.0.0.1"
)
config_eth1=( "null" )



