On Mon, May 18, 2015 at 02:52:21PM +0100, Andrew Wood wrote: > Ive got 2 disks in a RAID1 mirror and am trying to setup Grub 2 so that I > can boot from either disk if one fails. > Ive tried using dd to copy the MBR over but when booting from one of the > disks I just get the word GRUB which I guess is because its looking for the > stage 2 loader on the other disk? > > How can I configure Grub2 correctly such that I can boot with either disk > removed?
I think you should be able to install grub (that is, run grub-install) for both devices (grub-install /dev/sda ; grub-install /dev/sdb # for example). > > Thanks > > > -- > To UNSUBSCRIBE, email to [email protected] with a subject > of "unsubscribe". Trouble? Contact [email protected] > Archive: https://lists.debian.org/[email protected] > -- For more information, please reread.
signature.asc
Description: Digital signature

