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
The information provided is for educational purposes only. All content including links and comments is provided "as is" with no warranty, expressed or implied. Use is at your own risk and you are solely responsible for what you do with it.



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