-- Main.samir - 2014-04-08
Many ways to fix a GRUB
In a RAID1 SW array
- mount the / partition (that contains /boot)
[root@localhost ~]# mount --bind /sys/ /tmp/a/sys
[root@localhost ~]# mount --bind /proc/ /tmp/a/proc
[root@localhost ~]# mount --bind /dev/ /tmp/a/dev
- Run grub-install for the correct disk :
[root@localhost grub]# grub-install /dev/sdb
Topic revision: r1 - 2014-04-08
- samir