Fix MBR
Article Author : Admin
Date : March 19, 2008
Comments : 0

Fix MBR

If your hard drive encounters a serious error (perhaps a failed operating system install, corruption or a virus) then you may get an "Error Loading Operating System" message on boot.

This often means that you have a corrupt Master Boot Record (MBR) which can be fixed with the Vista repair tool. This should be one of the first things done to resolve the above error message, as performing a format and reinstall will cause a loss of data.

First, insert the Vista DVD into the computer and restart it (to start the boot process). You will be asked to press any key to boot from the DVD:

Name:  fixmbr1.jpg
Views: 1494
Size:  3.8 KB

Then, fill in the language and location options and click Next:

Click image for larger version

Name:	fixmbr2.jpg
Views:	47
Size:	44.9 KB
ID:	110

Now, click Repair your Computer:

Click image for larger version

Name:	fixmbr3.jpg
Views:	52
Size:	30.3 KB
ID:	109

Then, select your Vista partition and click Next:

Name:  fixmbr4.jpg
Views: 1487
Size:  25.2 KB

Select Command Prompt from the system recovery options window:

Name:  fixmbr5.jpg
Views: 899
Size:  32.5 KB

Once you are at the command prompt, run the following commands:

Code:
Bootrec.exe /fixMBR
Bootrec.exe /fixBoot
Click image for larger version

Name:	fixmbr6.jpg
Views:	51
Size:	27.7 KB
ID:	106

The first command fixes the Master Boot Record, and the second fixes the Boot Sector (just in case it is also damaged).

You can now close the command prompt, remove the Vista DVD and click Restart. This should reload Windows with a repaired MBR:

Name:  fixmbr7.jpg
Views: 889
Size:  32.3 KB

You may have noticed there was a "startup repair" option in the Vista boot application. This may also be able to fix your startup problems, but this slightly longer method will fix MBR problems.

Tags : boot, boot sector, mbr