Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] 3.2.12 Kenel wont boot
Date: Wed, 25 Apr 2012 20:19:50
Message-Id: loom.20120425T174735-922@post.gmane.org
1 Hello,
2
3 OK, I manage quite a few gentoo systems.
4 ONE of them is being a BIT _ _ ! and I cannot
5 figure out what is obviously simple....
6
7 I have already migrated most system that I manage
8 to the 3.2.12 kernel (not testing kernels for me
9 at this time).
10
11 Background: The system is an old HP AMD dual core laptop:
12 AMD Turion(tm) 64 X2 Mobile Technology TL-56
13
14 The error message is this:
15
16 Root-NFS: no NFS server address
17 VFS: Unable to mount root fs via NFS, try floppy
18 VFS: Cannot open root device "sda4" or unknown block (2,0)
19 Please append a correct "root=" boot option;
20 here are the available partitions:
21 oboo 1048575 sr0 driver:sr
22
23 Kernel panic - not syncing : VFS : Unable to
24 mount root fs on unknown block(2,0)
25 PID:1,comm : swapper /0
26 Not tainted 3.2.12-gentoo#2
27
28 The other (3) series kernels boot and run just fine:
29 from grub.conf:
30 #0
31 title= Linux 3.2.1-gentoo
32 root(hd0,1)
33 kernel /boot/kernel-3.2.1-gentoo root=/dev/sda4
34 #1
35 title= Linux 3.2.12-gentoo
36 root(hd0,1)
37 kernel /boot/kernel-3.2.12-gentoo root=/dev/sda4
38 #2
39 title= Linux 3.0.6-gentoo
40 root(hd0,1)
41 kernel /boot/kernel-3.0.6-gentoo root=/dev/sda4
42
43 I can even scp over a kernel from a single processor AMD64
44 laptop and it boots and runs just fine.
45
46
47 When I make a new kernel, I do what I have done for years
48 with Gentoo:
49
50 cd /usr/src
51 rm linux
52 ln -sf <latest.kernel> linux
53 cd linux
54 make menuconfig <save any changes>
55 make && make models_install
56
57 cp System.map /boot/System.map-3.2.12-gentoo
58 cp arch/x86_64/boot/bzImage /boot/kernel-3.2.12-gentoo
59 cp .config /boot/config-3.2.12-gentoo
60
61
62 So all I can think of is NFS is the difference?
63 I cannot seem to flesh out way the new kernel will
64 not boot on this system and many others are just fine....
65
66 maybe I'm missing support for the "sr" driver ?
67
68 ideas?
69
70 James

Replies

Subject Author
Re: [gentoo-user] 3.2.12 Kenel wont boot Simon <turner25@×××××.com>
Re: [gentoo-user] 3.2.12 Kenel wont boot Seong-ho Cho <darkcircle.0426@×××××.com>
Re: [gentoo-user] 3.2.12 Kenel wont boot Dale <rdalek1967@×××××.com>