Gentoo Archives: gentoo-user

From: "Randolph Maaßen" <r.maassen60@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo Installation, Kernel Panic
Date: Thu, 19 Jul 2012 19:34:27
Message-Id: CAOEsN6bKNG_zqOfmG0Jne1JF69ar0R7ptWuKQCKc75cZf6he8Q@mail.gmail.com
In Reply to: [gentoo-user] Gentoo Installation, Kernel Panic by Andrejs Igumenovs
1 2012/7/19 Andrejs Igumenovs <andrejs.igumenovs@×××××.com>
2
3 > Hi,
4 >
5 > After going over the installation instructions and performing the standard
6 > operations (genkernel etc.), the Kernel halts during the boot.
7 > http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1
8 >
9 > I'm attaching the screenshot of what happens…
10 >
11 > I'm not the Linux expert, so don't know how to fix.
12 >
13 > - Andrejs
14 >
15 >
16 >
17 Hi,
18
19 looks like the kernel can't find your root partition. (VFS: Cannot open
20 root device "sda3" or unknowen block(0,0)).
21
22 Please make sure that you configured your grub correctly (which version do
23 you use?).
24
25 On grub legacy (0.9) edit the file /boot/grub/menu.lst and add the
26 "root=<your root partiton>" parameter
27
28 it should look like this
29 title Gentoo
30 root (hd0,1)
31 kernel /boot/kernel* root=/dev/sda2
32
33 When you need further help, please post your partitioning and grub menu
34 entry, grub device names can be verry confusing for beginners.
35
36 The more complex idea in my mind is that your kernel is missing some device
37 drivers for the ide/sata controler.
38 This should not happen, because you used genkernel.
39
40 Randolph

Replies

Subject Author
Re: [gentoo-user] Gentoo Installation, Kernel Panic Oli Schmidt <oli@×××××××××××.ch>