PDA

View Full Version : howto rescueCD


varun_saa
23rd June 2005, 02:45 PM
Hello,
I had dual boot winXP + FC4.

I reinstalled winXP.

Now I need to get my FC4 back.

How to get the FC4 grub back using rescueCD ?

Thanks in advance

Varun

Brilwing
23rd June 2005, 03:30 PM
Start with the rescueCD, or use the normal FC4 install cd and start with 'linux rescue'.
After boot enter following commands:
chroot /mnt/sysimage
/sbin/grub-install /dev/hda

reboot, and than grub should be working again.

varun_saa
23rd June 2005, 03:59 PM

Thanks a lot

Varun