> [EMAIL PROTECTED] /]# /sbin/grub-install /dev/md2
> /dev/md2 does not have any corresponding BIOS drive.
> [EMAIL PROTECTED] /]# /sbin/grub-install --recheck /dev/md2
> Probing devices to guess BIOS drives. This may take a long time.
> /dev/md2 does not have any corresponding BIOS drive.

Grub gets installed in the MBR of a physical drive (there are
other ways but that's the most common).  You can't install it in
a raid partition.  Do:

   /sbin/grub-install /dev/hda

(or whatever is your primary hard disk - the one the BIOS boots from).


---
Ian


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to