Re: mbr-install for Raid 1 with Root on Raid5
From: Zeno R.R. Davatz <hidden>
Date: 2004-10-06 05:59:58
Bernd! thanks for your Mail, Time and Help. On Tue, 05 Oct 2004 20:25:02 +0200 Bernd Fischer wrote:
> You suppose that I am running a RAID1 as you say I should install the > boot-image of lilo to my root partition because Install-Mbr checks > for it there. My problem: My Root-Partition is a RAID5. I would like > to boot from a RAID1 and get my RAID5 going from there. Basically the same procedure. Just replace the words "root partition" with "boot partition" or "partition on which you install your kernel" in Michaels instructions.
I'm doing exactly that or at least I believe so. I run install-mbr -t 150 /dev/sda1 install-mbr -t 150 /dev/sdb1 install-mbr -t 150 /dev/sdc1 install-mbr -t 150 /dev/sdd1 then in lilo.conf I put boot = /dev/md0 root = /dev/md2 then I reboot and I get: MBR FA: (I hit 'A') MBR 1234F: (I hit '1') MBR MBR FA: .. and nothing boots. MBR just stands there forever. Any hints? Thanks for your Feedback. Zeno PS: Lilo can not write it's boot-image on RAID5, only on RAID1.