--On Wednesday, September 07, 2011 08:22:47 PM +0300 Bünyamin İzzet
- made sure we have boot blocks on both disks, based on information
at http://grub.enbug.org/MirroringRAID
modified /boot/grub/device.map from:
(hd0) /dev/sdato:
(hd1) /dev/sdb
(hd0) /dev/sda
(hd0) /dev/sdb
and then:
# grub
grub> device (hd0) /dev/sdb
grub> root (hd0,0)
grub> setup (hd0)
grub> quit