What we do here is after the box comes up (during our final system configuration) we run grub and write the boot stuff to the second disk. Just one final step before the box goes live :-)
>grub
Grub>device (hd0) /dev/sdX
Grub>root (hd0,0)
Grub>setup (hd0)
Grub>quit
--
:wq!
kevin.foote
On 11/28/06, Johnny Ljunggren <johnny@xxxxxxxxx> wrote:
Hello
I have a few systems set up with software RAID 1. However only one of them
is bootable, so if I disconnect that one the other one will stop with only
GRUB written at the top of the screen.
Right now my kickstart script saves the boot information to mbr.
Is there a way to save boot information to all disks on the system?