LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Need help to restore fedora (https://www.linuxquestions.org/questions/linux-general-1/need-help-to-restore-fedora-427525/)

jagabe 03-22-2006 11:39 PM

Need help to restore fedora
 
Hi all,

Recently i reinstalled windows XP in my PC which as Fedora4 also as dual boot. As usual my grub boot loader is lost because of xp reinstallation. I restored it by using linux rescue with the following procedure
Quote:

#chroot /mnt/sysimage
#grub-install /dev/hda
#exit
Now iam able to see my grub loader but when i try to move inside fedora4 it shows the following error.

Quote:

root (hd0,9)
Filesystem type unknown, partition type 0x82
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL*/ rhgb quiet acpi=force vga=0x36


Error 17: cannot mount selected partition

Press any key to continue....
I need your help to solve this problem

b0nd 03-23-2006 12:09 AM

hello,

Quote:

root (hd0,9)
Filesystem type unknown, partition type 0x82
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL*/ rhgb quiet acpi=force vga=0x36


Error 17: cannot mount selected partition

Press any key to continue....
post the o/p of
Quote:

#cat /etc/grub.conf
and
Quote:

#fdisk -l
regards

jagabe 03-23-2006 06:18 AM

Thanks for your help.

I Found where the fault is.

Instead of hda6 partition(which contains the fedora) grub takes swap partition(hda9) of my harddisk as root partition.

Now i corrected it and its working perfectly.

b0nd 03-23-2006 09:43 AM

Quote:

Originally Posted by jagabe
Thanks for your help.

I Found where the fault is.

Instead of hda6 partition(which contains the fedora) grub takes swap partition(hda9) of my harddisk as root partition.

Now i corrected it and its working perfectly.

me too had doubt in that only. Thats why i asked you to post the o/p's.

anyways its appreciable that you solved your problem yourself.

regards


All times are GMT -5. The time now is 01:32 AM.