Sunday, August 23, 2009

how to restore grub after winxp reinstall

boot up from RedHat installation CD/DVD and execute this code at boot prompt:
Code:


linux rescue
chroot /mnt/sysimage
grub-install /dev/hda
press Ctrl+D two times. machine will reboot and GRUB will be back in business.


Take a look at http://www.linuxforums.org/forum/lin...d-edition.html I have used it several times and it has always worked

No comments: