Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. setenv bootargs console=ttyO0,115200n8 root=/dev/nfs rw rootfstype=ext4 rootwait fixrtc nfsroot=192.168.2.1:/home/mahathug/tftp/fs ip=192.168.2.2:192.168.2.1:192.168.2.1:255.255.255.0 nfsrootdebug earlyprintk
  2.  
  3. net eth0: initializing cpsw version 1.12 (0)
  4. [ 4.045127] net eth0: phy found : id is : 0x7c0f1
  5. [ 4.050156] libphy: PHY 4a101000.mdio:01 not found
  6. [ 4.055215] net eth0: phy 4a101000.mdio:01 not found on slave 1
  7. [ 4.068127] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  8. [ 14.064781] Waiting up to 110 more seconds for network.
  9. [ 24.064774] Waiting up to 100 more seconds for network.
  10. [ 34.064773] Waiting up to 90 more seconds for network.
  11. [ 44.064774] Waiting up to 80 more seconds for network.
  12. [ 54.064774] Waiting up to 70 more seconds for network.
  13. [ 64.064773] Waiting up to 60 more seconds for network.
  14. [ 74.064773] Waiting up to 50 more seconds for network.
  15. [ 84.064773] Waiting up to 40 more seconds for network.
  16. [ 94.064773] Waiting up to 30 more seconds for network.
  17. [ 104.064773] Waiting up to 20 more seconds for network.
  18. [ 114.064773] Waiting up to 10 more seconds for network.
  19. [ 124.064775] Waiting up to 0 more seconds for network.
  20. [ 124.084994] IP-Config: Complete:
  21. [ 124.088391] device=eth0, hwaddr=c8:df:84:d6:06:9c, ipaddr=192.168.2.2, mask=255.255.255.0, gw=192.168.2.1
  22. [ 124.098930] host=192.168.2.2, domain=, nis-domain=(none)
  23. [ 124.104988] bootserver=192.168.2.1, rootserver=192.168.2.1, rootpath=
  24.  
  25. Root-NFS: nfsroot=/home/mahathug/tftp/fs
  26. [ 16.081175] NFS: nfs mount
  27. opts='vers=2,udp,rsize=4096,wsize=4096,nolock,addr=192.168.2.1'
  28. [ 16.089933] NFS: parsing nfs mount option 'vers=2'
  29. [ 16.095210] NFS: parsing nfs mount option 'udp'
  30. [ 16.100145] NFS: parsing nfs mount option 'rsize=4096'
  31. [ 16.105741] NFS: parsing nfs mount option 'wsize=4096'
  32. [ 16.111314] NFS: parsing nfs mount option 'nolock'
  33. [ 16.116537] NFS: parsing nfs mount option 'addr=192.168.2.1'
  34. [ 16.122670] NFS: MNTPATH: '/home/mahathug/tftp/fs'
  35. [ 16.127718] NFS: sending MNT request for 192.168.2.1:/home/mahathug/tftp/fs
  36. [ 16.135554] NFS: failed to create MNT RPC client, status=-101
  37. [ 16.141588] NFS: unable to mount server 192.168.2.1, error -101**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement