Gentoo Archives: gentoo-server

From: Chris S <taskara@××××××××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] trouble with booting 2005.0 on SATA RAID
Date: Mon, 30 May 2005 08:29:32
Message-Id: 429ACEEE.1010203@internode.on.net
In Reply to: [gentoo-server] trouble with booting 2005.0 on SATA RAID by "Paul Kölle"
1 Paul Kölle wrote:
2
3 >Hi folks,
4 >
5 >maybe someone hit the same roadblock an could give some insight.
6 >
7 >The situation:
8 >I'm trying to setup gentoo 2005.0 on a new p4 with 2Gig and 4 SATA
9 >disks. The disks are on an Adaptec 8110x which uses (unsupported)
10 >Marvell chips. So far so bad.
11 >
12 >I managed to find a (proprietary) driver and built it on another gentoo
13 >box, my plan was to boot the box, then load the driver manually to setup
14 >disks, install the system and build a new kernel with the driver
15 >included. The problem is, regardless what I put on the bootprompt, it
16 >ends up with:
17 >
18 >"Scanning for volume groups..."
19 > ....takes forever
20 >
21 >"Activating volume groups..."
22 >....hangs mostly...
23 >
24 >The simple truth is: There are no volume groups, there are no block
25 >devices at this point and I don't want the installer to bother at all.
26 >How can I do this?
27 >
28 >
29 I assume you are using genkernel to build your initrd?
30 Perhaps you can try telling it NOT to include lvm? actually specifying
31 to NOT include lvm isn't possible, but rather than:
32 genkernel --menuconfig all you could try just the initrd on itself with:
33 genkernel initrd (include "--dmraid" if you are using lsr).
34 alternately, try bypassing the initrd (assuming all required sata
35 drivers are statically compiled into the kernel).
36
37 -c
38
39 >thanks
40 > Paul
41 >
42 >BTW: I did my homework, I ordered another board but after the submission
43 >the shop asked if it would be OK to ship an "equivalent" one since the
44 >original was not in stock. Well...
45 >
46 >
47 >
48 --
49 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] trouble with booting 2005.0 on SATA RAID "Paul Kölle" <pkoelle@×××××.com>