Re: Can't boot from /dev/md0 (RAID-1)

dean gaudet (dean-list-linux-kernel@arctic.org)
Sun, 30 Jun 2002 11:57:26 -0700 (PDT)


my system has 4 disks, but /dev/md0 is a RAID1 for /boot. (/dev/md1 is a
RAID5 and LVM is on top of it...) anyhow, this is what works for me.
i've even pulled out a disk and it still boots.

btw, you really don't want to put two drives on an IDE controller. not
just for performance reasons -- if a master drive fails it can easily
prevent access to the slave... so you'll have a two disk failure on your
hands. or maybe this is just urban legend and i'm spreading it further ;)

-dean

lba32
boot=/dev/md0
root=/dev/arctic/root
install=/boot/boot-text.b
map=/boot/map
prompt
timeout=150
raid-extra-boot=/dev/hde,/dev/hdg,/dev/hdi,/dev/hdk

password=XXXXXXXX

serial=0,38400n8
append="console=tty0 console=ttyS0,38400n8"

default=linux

image=/boot/vmlinuz
initrd=/boot/initrd-lvm-2.4.19-pre3-ac1.gz
label=linux
restricted
read-only

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/