Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How does grub assemble a RAID1 for / ??
Date: Sun, 04 Apr 2010 02:56:30
Message-Id: hp8u42$6ej$1@dough.gmane.org
In Reply to: Re: [gentoo-user] How does grub assemble a RAID1 for / ?? by Mark Knecht
1 On 04/04/2010 02:01, Mark Knecht wrote:
2 > Tried changing root=/dev/md0. No change.
3 >
4 > The actual failure message is the fairly standard
5 >
6 > VFS - Unable to mount root fs on unknown-block(9,0)
7
8 [snip]
9
10 > CONFIG_MD_RAID1=y
11
12 That's all that needs to be enabled within the RAID section of the
13 kernel. However, all the other options that would normally be required
14 to boot must also be compiled in statically for things to work as
15 expected (ATA/SCSI controller driver, filesystem of choice,
16 CONFIG_BLK_DEV_SD and so forth). It seems that you may have overlooked
17 something. However, it's impossible to determine whether that's the case
18 based on the information presented thus far.
19
20 I would suggest that you double-check your .config in full, or present
21 it here for review, along with the output of lspci -nn.
22
23 Cheers,
24
25 --Kerin

Replies

Subject Author
Re: [gentoo-user] Re: How does grub assemble a RAID1 for / ?? Mark Knecht <markknecht@×××××.com>