Generally after reinstallation of windows the bootloader of fedora get hidden and we are not able to boot Fedora. Here are the steps to recover Fedora:
1. Insert the Fedora DVD and boot from it.
2. Select the rescue previous installation menu.
3. Answer the questions about keyboard and language.
4. Tell the rescue mode to use your proper partition to mount (the one that you want to get booted into)
5.In the console prompt type chroot /mnt/sysimage.
6. Type nano /boot/grub/grub.conf
7. Note the partition for Linux.
8. Type grub
9. Type root (hd0,<Linux partition index noted earlier>)
10. Type find /boot/grub/stage1 (Optional)
11. Type setup(hd0)
12. Now quit the console prompt and restart your PC.
1. Insert the Fedora DVD and boot from it.
2. Select the rescue previous installation menu.
3. Answer the questions about keyboard and language.
4. Tell the rescue mode to use your proper partition to mount (the one that you want to get booted into)
5.In the console prompt type chroot /mnt/sysimage.
6. Type nano /boot/grub/grub.conf
7. Note the partition for Linux.
8. Type grub
9. Type root (hd0,<Linux partition index noted earlier>)
10. Type find /boot/grub/stage1 (Optional)
11. Type setup(hd0)
12. Now quit the console prompt and restart your PC.
No comments:
Post a Comment