Fedora 11 Install RAID Failed

Scenario / Question:

I installed Fedora 11 with software RAID partitions and after rebooting I get a grub prompt grub>

Solution / Answer:

Manually configure grub

Manually configure Grub

Locate grub setup files:

grub> find /grub/stage1

On a RAID 1 with two drives present you should expect to get

(hd0,0)
(hd1,0)

Install Grub on Master Boot Record (MBR):

grub> root (hd0,0)
grub> setup (hd0)

Now reboot the system and you should be greated with Fedora 11 first boot setup.

grub> reboot

1 Comment so far

  1. dharanitharan on September 18th, 2009

    i ve installed fedora 11 … my bootloader gone .. to rectify i executed the abv cmd.. but i got a mess error:15 file not found.. what i should do now

Leave a reply