#644428 grub2 does not install into all disks MBR when using a MD-RAID1

Package:
grub2
Source:
grub2
Description:
GRand Unified Bootloader, version 2 (dummy package)
Submitter:
pille
Date:
2011-10-05 19:18:04 UTC
Severity:
normal
#644428#5
Date:
2011-10-05 19:15:08 UTC
From:
To:
when installing a new squeeze system i noticed that it's not possible
to make grub install into multiple MBRs using the installer.
since my boot partition is on a RAID1 i'd like grub to be installed with redundancy, too.

IMHO ubuntu supports this.
workaround: after install: for DISK in sdb sdc sdd; do grub-install /dev/$DISK; done

probably this is an issue when upgrading grub, too.