Gentoo Archives: gentoo-user

From: Randall Barlow <randall_barlow@××××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] RAID related boot problems
Date: Sun, 03 Dec 2006 21:27:21
Message-Id: 45733F43.8070908@ncsu.edu
In Reply to: [gentoo-user] RAID related boot problems by Randall Barlow
1 Thanks to *NeddySeagoon *from Gentoo forums, I've been able to resolve
2 my problem. It turned out not to be RAID related at all: I made and
3 mistake in configuring support for my IDE controller!
4
5 R
6
7 Randall Barlow wrote:
8 > Howdy, I'm trying a new install (since I hosed my last one) and I
9 > figured I'd give the RAID+LVM thing a go. I followed the guide at
10 > http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml and
11 > everything seemed to have worked ok, but when I boot I get 3 no-fun
12 > (TM) lines:
13 >
14 > VFS: Cannot open root device "md3" or unknown-block(0,0)
15 > Please append a correct "root=" boot option
16 > Kernel panic - not syncing: VFS: Unable to mount root fs on
17 > unknown-block(0,0)
18 >
19 > Now, my relevant grub lines read:
20 >
21 > root (hd0,0)
22 > kernel /boot/kernel root=/dev/md3
23 >
24 > My partition layout is just like the one show in the guide:
25 >
26 > /boot -> RAID 1 of hda1 and hdc1
27 > swap -> hda2 and hdc2
28 > / -> RAID 1 of hda3 and hdc3
29 > LVM -> RAID 0 of hda4 and hdc5 (I used an extended partition on hdc
30 > because it it much larger than hda and I wanted to create an hdc6 for
31 > the additional space)
32 >
33 > I am able to boot from the livecd and mount the arrays just fine, so I
34 > believe it might be a kernel problem. But I did enable all of the
35 > necessary kernel options listed in the guide and they are built into
36 > the kernel (as is ext2/3 which are the only file systems in use). Any
37 > clues?
38
39 --
40 gentoo-user@g.o mailing list