Re-installing grub on a software RAID 1 partition

2003 July 17
by darkness

grub got screwed up on a system where every device is RAID 1, including the boot partition. I needed to reinstall it. So we try grub-install /dev/hda, right? Nope, grub says there’s “no corresponding BIOS drive for /dev/md0″ or some such. grub-install /dev/md0? Keep dreaming.

This is the solution for reinstalling grub on a software RAID 1 boot drive that I found, and tried. (Well, really Doofus tried.) It worked apparently. Amazing.

More amazing is that the Red Hat installer gets grub onto RAID 1 devices just fine. Port that into grub-install, bitches! Thank you.

No Comments

Leave A Comment

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS