On Wed, 27 Oct 1999, Bruno Prior wrote:
BP> (a) Getting the latest patched lilo from RedHat or applying the lilo.raid1 patch
BP> and rebuilding it yourself (if /dev/md0 is RAID-1)
BP> (b) Providing lilo with the geometry of one of the devices in the array (again
BP> if /dev/md0 is RAID-1)
BP> (c) Using a slightly-adapted grub instead of lilo (again if /dev/md0 is RAID-1)
BP> (d) Making sure the files to which these lines point are not on a software-RAID
BP> array.
Just a note: I setup root RAID1 over the weekend on my RH61 box. The
configuration file is really simple, you run lilo as normal, it writes the
boot block to all disks in the array and you're done:
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
timeout=50
default=linux
image=/boot/vmlinuz
label=linux
read-only
root=/dev/md0
--
Randomly Generated Tagline:
"How should I know if it works? That's what beta testers are for. I only
coded it."
(Attributed to Linus Torvalds, somewhere in a posting)