I used pxelinux.0 to boot my kernel, then the kernel began to boot. However, it cannot mount nfs root. I checked the nfs root is exported OK! The last screen is as followed: serial sub-system self-test: passed. internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). eepro100.c:v1.09j-t 9/29/99 Donald Becker cesdis.gsfc.nasa.gov/linux/dri ver/eepro100.html eepro100. $Revison: 1.20.2.10 $ 2000/05/31 Modified by Andrey V. Svochkin < aw at sw.com.sg> and others eepro100.c: VA Linux custom, Dragan Stancevic visitor at valinux.com 2000/11/15 Partiton Check: hda: hda1 Looking up port of RPC 100003/2 on 140.111.161.1 RPC: sendmsg returned error 101 Protmap: RPC call returned error 101 Root-NFS: Unable to get nfsd port number from server, using default Lookingup port of RPC 100005/1 on 140.111.161.1 RPC: sendmsg returned error 101 Protmap: RPC call returned error 101 Root-NFS: Unable to get mountd port number from server, using default RPC sendmsg returned error 101 Mount: RPC call returned error 101 Root-NFS: Server returned error !V101 while mounting /export/home/diskless VFS: Unbale to mount root fs via NFS, trying floppy. (Warnig, this kernel has no ramdisk support) VFS: Insert root floppy and press ENTER Sincerely, Ying-Nan Chen (ynchen at mail.fgu.edu.tw) -------------- next part -------------- An HTML attachment was scrubbed... URL: <zytor.com/pipermail/syslinux/attachments/20020116/c7f718d7/attachment.html>
??? wrote:> I used pxelinux.0 to boot my kernel, then the kernel began to boot. > However, it cannot mount nfs root. I checked the nfs root > is exported OK! > > Looking up port of RPC 100003/2 on 140.111.161.1 > RPC: sendmsg returned error 101 > Protmap: RPC call returned error 101 > Root-NFS: Unable to get nfsd port number from server, using default > Lookingup port of RPC 100005/1 on 140.111.161.1 > RPC: sendmsg returned error 101 > Protmap: RPC call returned error 101 > Root-NFS: Unable to get mountd port number from server, using default > RPC sendmsg returned error 101 > Mount: RPC call returned error 101 > Root-NFS: Server returned error ?V101 while mounting /export/home/diskless > VFS: Unbale to mount root fs via NFS, trying floppy. > (Warnig, this kernel has no ramdisk support) > VFS: Insert root floppy and press ENTER >Error 101 is ENOTUNREACH, which implies you don't have the proper netmask or gateway setup; so it's probably a DHCP configuration problem. Note to everyone: I recommend using the kernel's own DHCP service, and *NOT* using IPAPPEND in most cases. The IPAPPEND option is supported because of some DHCP configurations where that would obtain two different IP addresses. -hpa