Results 1 to 2 of 2
Hi! i'm using archlinux, but i followed the gentoo guide for setting up a diskless client. When i boot the client i get the following error
Code:
Root-NFS: Server returned ...
- 09-05-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 9
diskless client problem
Hi! i'm using archlinux, but i followed the gentoo guide for setting up a diskless client. When i boot the client i get the following error
I haven't been able to find the error number on google. So i'm not exactly sure what it means. Someone told me something about a protocol not being supported. here is my dhcpd.confCode:Root-NFS: Server returned error -93 while mounting /netboot/diskless1 VFS: Unable to mount root fs via NFS, trying floppy. Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
and the file in pxelinux.cfgCode:# DHCP configuration file for DHCP ISC 3.0 ddns-update-style none; subnet 192.168.0.0 netmask 255.255.255.0 { pool { max-lease-time 86400; default-lease-time 86400; deny unknown clients; range 192.168.0.6 192.168.0.7; } group { next-server 192.168.0.5; filename "/pxelinux.0"; option domain-name-servers 192.168.0.1; option routers 192.168.0.1; host diskless1.genesis.blogdns.net { hardware ethernet 00:11:09:ba:0d:90; fixed-address 192.168.0.6; option host-name "diskless1.genesis.blogdns.net"; option root-path "/netboot/diskless1"; } } }
and finally here is how i started atftpdCode:DEFAULT bzImage APPEND ip=dhcp root=/dev/nfs nfsroot=192.168.0.5:/netboot/diskless1
if more information is needed i can provide it.Code:atftpd --daemon --logfile /var/log/atftpd.log --user nobody.nobody /netboot
- 02-11-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 1
netbrain
I don't know but here You can do "just by onje-click"
http://www.nbrain.org/


Reply With Quote