On Tuesday 15 February 2005 11:30, Rick Lapp wrote:
> Am at Linuxworld in Boston. At the "Linux System Administration" Tutorial,
> the speaker, Josh Jensen (Cisco, RH, IBM), declared that "Grub doesn't
> support software raid on /boot". Because of this we should NOT use grub
> with Raid, rather we should use lilo. "Lilo does understand /boot is
> mirrored".
>
> I am planning to raid1 my server and was going to follow the gentoo howto
> for raid which suggests grub and doesn't mention lilo.

Grub doesn't, I'm fairly sure, support raid on /boot, but that does not mean 
you can't use it with mirroring, I do.

Make your mirror in which ever way you like, then install grub onto all 
partitions involved in the mirror. But, here's the key, you can re-map grub 
devices to real devices.
Here is the interesting bit from a hacked about systemimager script for 
network installing of boxes (they have 2 hard drives, and all partitions are 
mirrored over the drives)

chroot /a /sbin/grub --batch --no-floppy <<EOT
device (hd0) /dev/hda
root (hd0,0)
setup (hd0)
device (hd0) /dev/hdc
root (hd0,0)
setup (hd0)
quit
EOT


-- 
Mike Williams

Attachment: pgpUqaRJJSObH.pgp
Description: PGP signature

Reply via email to