Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.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 16:07:23
Message-Id: AANLkTinw4N5dN=TJ0nXQ_wVaDivia2HYjfSZhzL+Ka7L@mail.gmail.com
In Reply to: [gentoo-user] gentoo-sources-2.6.35-r12 causes kernel panic by Mick
1 On Sat, Nov 27, 2010 at 6:59 AM, Mick <michaelkintzios@×××××.com> wrote:
2 > I haven't had much luck with the 2.6.35 version of kernels - they have
3 > cause panics on two different x86 boxen.
4 >
5 > Now that 2.6.35 has gone stable so I tried it again and I'm getting a
6 > kernel panic complaining about VFS unable to mount root fs:
7 > ==================================
8 > VFS:  Cannot open root device "sda3" or unknown-block(0,0)
9 > Please append a correct "root=" boot option; here are the available partitions:
10 > Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
11 > Pid: 1, comm: swapper Not tainted 2.6.35-gentoo-r12 #2
12 > Call Trace:
13 >  [<c14b3530>] ? panic+0x5f/0xc6
14 >  [<c1693c68>] ? mount_block_root+0x1c2/0x245
15 >  [<c1002930>] ? do_signal+0x766/0x7f2
16 >  [<c1693d31>] ? mount_root+0x46/0x5a
17 >  [<c1693e8b>] ? prepare_namespace+0x146/0x182
18 >  [<c1093203>] ? sys_access+0x1f/0x23
19 >  [<c16933f1>] ? kernel_init+0x1a9/0x1b7
20 >  [<c1693248>] ? kernel_init+0x0/0x1b7
21 >  [<c10030b6>] ? kernel_thread_helper+0x6/0x10
22 > panic occurred, switching back to text console
23 > ==================================
24 <SNIP>
25 >
26 > Am I missing something obvious to make the 2.6.35 series work with my boxen?
27 >
28 > Please ask if you need more info.
29 > --
30 > Regards,
31 > Mick
32 >
33 >
34
35 Hi Mick,
36 OK, there's so many possibilities for what causes this. Basic
37 confusion ensues...
38
39 1) When booting, if you look carefully, is the initial kernel seeing
40 _any_ disks? Sometimes they fly bye and are hard to catch. If it is
41 then is it showing sda3?
42
43 2) What sort of file system did you put on sda3? I assume this is
44 built into the kernel if this is an upgrade?
45
46 3) Post the appropriate part of grub.conf to show how you are booting.
47
48 4) Post fstab
49
50 - Mark

Replies

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