Try this: sudo -s mount /dev/md1 /target for f in proc sys dev dev/pts ; do mount --bind /$f /target/$f ; done chroot /target grub-install /dev/sda
I assumed here that /dev/md1 is your root partition; if it is not, change it accordingly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315344 Title: Grub install failed on disks with software RAID To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1315344/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
