Sunday, July 4, 2010

How to repair a corrupt MBR on linux machine?

Here are the steps:

========
1. Incert CD and boot from cd(you have to change the option at BIOS).
2. boot: linux rescue //command while boot prompt comes
3. chroot /mnt/sysimage //command
4. grub-install /dev/hda //command
5. reboot the machine.
========

That's it. try :)

No comments:

Post a Comment