When I type directly the setenv for bootargs, the boot start and stop whith this error
rpcbind: server 192.168.0.9 not responding, timed out
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 192.168.0.9
rpcbind: server 192.168.0.9 not responding, timed out
Root-NFS: Unable to get mountd port number from server, using default
Root-NFS: Server returned error -101 while mounting /var/tftp/rootfsv1.0
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
RPC portmap is OK on the server
BigBoss@NSLU2:/srv# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 42054 status
100024 1 tcp 44822 status
391002 2 tcp 1009 sgi_fam
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 60199 nlockmgr
100021 3 udp 60199 nlockmgr
100021 4 udp 60199 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 tcp 45197 nlockmgr
100021 3 tcp 45197 nlockmgr
100021 4 tcp 45197 nlockmgr
100005 1 udp 44282 mountd
100005 1 tcp 57166 mountd
100005 2 udp 44282 mountd
100005 2 tcp 57166 mountd
100005 3 udp 44282 mountd
100005 3 tcp 57166 mountd
BigBoss@NSLU2:/srv#
And I am able to mount this dir in nfs from my PC
papounet@P4Karmic:~$ sudo mount -t nfs 192.168.0.9:/srv/tftp/rootfsv1.0 /mnt/nfs
[sudo] password for papounet:
papounet@P4Karmic:~$ ls -l /mnt/nfs
total 64
drwxr-xr-x 2 root root 4096 2008-02-26 18:25 bin
drwxr-xr-x 4 root root 36864 2008-02-26 18:27 dev
drwxr-xr-x 3 root root 4096 2008-02-26 18:19 etc
drwxr-xr-x 2 root root 4096 2008-02-26 18:19 lib
lrwxrwxrwx 1 root root 11 2010-05-30 21:39 linuxrc -> bin/busybox
drwxr-xr-x 2 root root 4096 2009-02-25 05:45 mnt
drwxr-xr-x 2 root root 4096 2008-02-26 18:26 proc
drwxr-xr-x 2 root root 4096 2008-02-26 18:19 sbin
drwxr-xr-x 10 root root 4096 2008-02-26 18:25 usr
papounet@P4Karmic:~$
I stop for today, I will try next week-end.