Gentoo Archives: gentoo-user

From: Luigi Pinna <mailing@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] root on raid 1 = no boot
Date: Thu, 28 Aug 2008 17:53:13
Message-Id: 200808281953.08027.mailing@sailorferris.com
In Reply to: Re: [gentoo-user] root on raid 1 = no boot by Dirk Heinrichs
1 You don't need all of that...
2 With mdadm can you put your RAID array as persistent. If it is
3 persistent your kernel can use the autodetect function and build it
4 before mount /
5 I have in my raidtab
6 # cat /etc/raidtab
7 raiddev /dev/md0
8 raid-level 1
9 chunk-size 4k
10 persistent-superblock 1
11 nr-raid-disks 2
12 device /dev/sda2
13 raid-disk 0
14 device /dev/sdb2
15 raid-disk 1
16
17 After that I built it I use any tools expect, as you, RAID support built
18 in kernel
19 Luigi
20
21
22 > Am Donnerstag, 28. August 2008 17:30:44 schrieb Volker Armin Hemmann:
23 > > thanks, the last thing I want to deal with is an initrd.
24 >
25 > It's initramfs nowadays and that's quite easy to handle.
26 >
27 > Bye...
28 >
29 > Dirk