Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pxe netboot freezes just before /sbin/init execution?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
PsychoticRetina
Guru
Guru


Joined: 18 Dec 2005
Posts: 352
Location: behind the scalpel

PostPosted: Sun Feb 19, 2006 11:53 am    Post subject: pxe netboot freezes just before /sbin/init execution? Reply with quote

hi all.

following the gentoo docs on alternative installation methods, ive managed to boot my slave laptop. for some reason it freezes with a nonresponsive, blinking cursor until i do a cold reboot of the slave (ive tried leaving it on for several minutes, without progress) after the following output:
Quote:
[text]
eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
., OK
[text]
VFS: Mounted root (nfs filesystem) readonly.
Freeing unused kernel memory: 284k freed
INIT: version 2.86 booting


first of all, according to my /diskless/192.168.0.10/etc/fstab it shoud be mounted rw:
my /diskless/192.168.0.10/etc/fstab:
Quote:
master:/diskless/192.168.0.10 / nfs sync,hard,intr,rw,nolock,rsize=8192,wsize=8192 0 0
master:/opt /opt nfs sync,hard,intr,ro,nolock,rsize=8192,wsize=8192 0 0
master:/usr /usr nfs sync,hard,intr,ro,nolock,rsize=8192,wsize=8192 0 0
master:/home /home nfs sync,hard,intr,rw,nolock,rsize=8192,wsize=8192 0 0
none /proc proc defaults 0 0
# useful but superfluous
master:/var/log /var/log nfs hard,intr,rw 0 0


ive doublechecked - /di*/1*/sbin/init and rc are in place.
my /di*/1*/etc/runlevels/boot:
Quote:
drwxr-xr-x 2 root root 392 Feb 19 10:54 .
drwxr-xr-x 6 root root 152 Feb 15 13:32 ..
lrwxrwxrwx 1 root root 20 Feb 19 10:52 bootmisc -> /etc/init.d/bootmisc
lrwxrwxrwx 1 root root 19 Feb 19 10:52 checkfs -> /etc/init.d/checkfs
lrwxrwxrwx 1 root root 17 Feb 19 10:52 clock -> /etc/init.d/clock
lrwxrwxrwx 1 root root 23 Feb 19 10:53 consolefont -> /etc/init.d/consolefont
lrwxrwxrwx 1 root root 22 Feb 19 10:53 domainname -> /etc/init.d/domainname
lrwxrwxrwx 1 root root 20 Feb 19 10:53 hostname -> /etc/init.d/hostname
lrwxrwxrwx 1 root root 19 Feb 19 10:53 keymaps -> /etc/init.d/keymaps
lrwxrwxrwx 1 root root 22 Feb 19 10:53 localmount -> /etc/init.d/localmount
lrwxrwxrwx 1 root root 19 Feb 19 10:54 modules -> /etc/init.d/modules
lrwxrwxrwx 1 root root 18 Feb 19 10:54 net.lo -> /etc/init.d/net.lo
lrwxrwxrwx 1 root root 20 Feb 19 10:54 netmount -> /etc/init.d/netmount
lrwxrwxrwx 1 root root 21 Feb 19 10:54 rmnologin -> /etc/init.d/rmnologin
lrwxrwxrwx 1 root root 19 Feb 19 10:54 urandom -> /etc/init.d/urandom


some of the last entries from tcpdump:
Quote:
12:03:27.402667 IP 192.168.0.10.3318471676 > 192.168.0.1.nfs: 100 getattr [|nfs]
12:03:27.402680 IP 192.168.0.1 > 192.168.0.10: udp
12:03:27.402693 IP 192.168.0.1.nfs > 192.168.0.10.3318471676: reply ok 96 getattr [|nfs]
12:03:28.406498 IP 192.168.0.10.3335248892 > 192.168.0.1.nfs: 100 getattr [|nfs]
12:03:28.406523 IP 192.168.0.1.nfs > 192.168.0.10.3335248892: reply ok 96 getattr [|nfs]
12:03:28.406673 IP 192.168.0.10.3352026108 > 192.168.0.1.nfs: 100 getattr [|nfs]
12:03:28.406692 IP 192.168.0.1.nfs > 192.168.0.10.3352026108: reply ok 96 getattr [|nfs]
12:03:28.406776 IP 192.168.0.10.3368803324 > 192.168.0.1.nfs: 100 getattr [|nfs]
12:03:28.406795 IP 192.168.0.1.nfs > 192.168.0.10.3368803324: reply ok 96 getattr [|nfs]
12:03:28.407453 IP 192.168.0.10.3385580540 > 192.168.0.1.nfs: 100 getattr [|nfs]
12:03:28.407472 IP 192.168.0.1.nfs > 192.168.0.10.3385580540: reply ok 96 getattr [|nfs]
12:03:32.191428 arp who-has 192.168.0.10 tell 192.168.0.1
12:03:32.191501 arp reply 192.168.0.10 is-at 00:0a:e4:2a:1e:9c (oui Unknown)

the 2 very last entries appear about 1 second AFTER the aforementioned INIT: version 2.86 booting message.

slave laptop is on broadcom 440x nic. master and slave kernels compiled with appropriate nfs server/client support.
ive only found one info source on something similar: http://lists.gllug.org.uk/pipermail/gllug/2004-September/047195.html
suggested answers involve duplex mismatch and use of alternative rsize/wsize values, none of which i believe are misconfigured in my case.

any ideas?
as a side note, whats up with the crazy port numbers in tcpdump?
_________________
there are pinheads everywhere.
penguins are no exception.
Back to top
View user's profile Send private message
PsychoticRetina
Guru
Guru


Joined: 18 Dec 2005
Posts: 352
Location: behind the scalpel

PostPosted: Tue Feb 21, 2006 6:22 pm    Post subject: Reply with quote

bump.

anyone? just a suggestion where to start would be nice.
_________________
there are pinheads everywhere.
penguins are no exception.
Back to top
View user's profile Send private message
williamvergara
n00b
n00b


Joined: 15 Sep 2004
Posts: 47
Location: Germany

PostPosted: Thu Mar 02, 2006 10:38 pm    Post subject: Reply with quote

dude, using that stupid avatar, i hope nobody helps you. You know, i dont have a religion, so probably do you. But making fun about the religion and believes of other people should not be of your business. maybe when you remove that avatar, people will listen and pay atention to you
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum