Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic
Date: Sat, 27 Nov 2010 17:23:08
Message-Id: 201011271717.28276.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic by Mark Knecht
1 On Saturday 27 November 2010 15:17:43 Mark Knecht wrote:
2 > On Sat, Nov 27, 2010 at 6:59 AM, Mick <michaelkintzios@×××××.com> wrote:
3 > > I haven't had much luck with the 2.6.35 version of kernels - they have
4 > > cause panics on two different x86 boxen.
5 > >
6 > > Now that 2.6.35 has gone stable so I tried it again and I'm getting a
7 > > kernel panic complaining about VFS unable to mount root fs:
8 > > ==================================
9 > > VFS: Cannot open root device "sda3" or unknown-block(0,0)
10 > > Please append a correct "root=" boot option; here are the available
11 > > partitions: Kernel panic - not syncing: VFS: Unable to mount root fs on
12 > > unknown-block(0,0) Pid: 1, comm: swapper Not tainted 2.6.35-gentoo-r12
13 > > #2
14 > > Call Trace:
15 > > [<c14b3530>] ? panic+0x5f/0xc6
16 > > [<c1693c68>] ? mount_block_root+0x1c2/0x245
17 > > [<c1002930>] ? do_signal+0x766/0x7f2
18 > > [<c1693d31>] ? mount_root+0x46/0x5a
19 > > [<c1693e8b>] ? prepare_namespace+0x146/0x182
20 > > [<c1093203>] ? sys_access+0x1f/0x23
21 > > [<c16933f1>] ? kernel_init+0x1a9/0x1b7
22 > > [<c1693248>] ? kernel_init+0x0/0x1b7
23 > > [<c10030b6>] ? kernel_thread_helper+0x6/0x10
24 > > panic occurred, switching back to text console
25 > > ==================================
26 >
27 > <SNIP>
28 >
29 > > Am I missing something obvious to make the 2.6.35 series work with my
30 > > boxen?
31
32 > OK, there's so many possibilities for what causes this. Basic
33 > confusion ensues...
34 >
35 > 1) When booting, if you look carefully, is the initial kernel seeing
36 > _any_ disks? Sometimes they fly bye and are hard to catch. If it is
37 > then is it showing sda3?
38
39 The moment the monitor comes on it's already crashed - the first line under
40 the penguins shows:
41
42 Initializing USB Mass Storage driver...
43
44 so I assume that any probing of drives has already happened.
45
46 > 2) What sort of file system did you put on sda3? I assume this is
47 > built into the kernel if this is an upgrade?
48
49 reiserfs built into the kernel and unchanged for the last umpteen kernel
50 series.
51
52 > 3) Post the appropriate part of grub.conf to show how you are booting.
53
54 title=Gentoo Linux 2.6.35-r12
55 root (hd0,5)
56 kernel /kernel-2.6.35-gentoo-r12 root=/dev/sda3
57
58 The 2.6.34-r12 uses the same stanza except for *.35 being replaced with *.34
59
60 > 4) Post fstab
61
62 /dev/sda6 /boot ext2 noauto,noatime 1 1
63 /dev/sda3 / reiserfs noatime 0 1
64 /dev/sda2 none swap sw 0 0
65 [snip]
66
67 I'll now build the kernel on the second x86 box and see what happens there.
68 --
69 Regards,
70 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic Mark Knecht <markknecht@×××××.com>