First, boot to rescue mode using your Fedora installation media.
Change root to your installed system:
# chroot /mnt/sysimage
Add the missing modules to GRUB:
#
echo "GRUB_PRELOAD_MODULES=\"raid mdraid09 mdraid1x\"" >> /etc/defaults/grub
Regenerate GRUB's configuration file:
#
grub2-mkconfig -o /boot/grub2/grub.cfg
Install GRUB to the correct location. You will need to change /dev/sda to that correct location. I.e., /dev/sda installs GRUB to the MBR of the first HDD.
#
grub2-install /dev/sda
Update 23 Jun: I'm happy to say that Fedora 17 doesn't suffer from this blight. The installation process correctly adds the insmod mdraid1x line.
Update 23 Jun: I'm happy to say that Fedora 17 doesn't suffer from this blight. The installation process correctly adds the insmod mdraid1x line.
No comments:
Post a Comment