SECTION0{name=LinuxRootfilesystemUsingNFSVersion3}% Using NFSv3 for NFS Rootfilesystem
- Question:
- My NFS server only allows the protocol in version 3. I cannot use
this as a root filesystem. The boot process stops like this:
Looking up port of RPC 100003/2 on 10.0.0.136
Looking up port of RPC 100005/1 on 10.0.0.136
Root-NFS: Server returned error -22 while mounting /opt/eldk/ppc_6xx
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
- Answer:
- You need to specify the "nfsvers=3" option to use NFS protocol version 3
as a rootfilesystem. So use something like
nfsroot=[<server-ip>:]<root-dir>,nfsvers=3