On Tue, Apr 24, 2012 at 6:54 PM, Tim Johnston <[email protected]> wrote: > # grub-install -v: > > grub-install (GRUB) 2.00~beta4 > > > # grub-install /dev/md0 > Path `/boot/grub' is not readable by GRUB on boot. Installation is > impossible. Aborting. > # grub-install /dev/sda > Path `/boot/grub' is not readable by GRUB on boot. Installation is > impossible. Aborting.
Please file a bug report at https://savannah.gnu.org/bugs/?group=grub. Also note that the second command, "grub-install /dev/sda" is the correct one. The device argument to grub-install specifies where grub's boot sector should be installed, and thus needs to be a device visible to the BIOS at boot. -- Jordan Uggla (Jordan_U on irc.freenode.net) _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
