Windows Vista Tips

Windows Vista Tips > Windows Vista Tips > Windows Vista Tips > Vista Errors > Fix MBR

Article Tools

Fix MBR

Article Author : Ian
Date : 03-19-2008
Comments : 1

Comment on this article
 


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: 36510
Size:  3.8 KB

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

Fix MBR-fixmbr2.jpg

Now, click Repair your Computer:

Fix MBR-fixmbr3.jpg

Then, select your Vista partition and click Next:

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

Select Command Prompt from the system recovery options window:

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

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

Code:
Bootrec.exe /fixMBR
Bootrec.exe /fixBoot
Fix MBR-fixmbr6.jpg

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: 24924
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.

 
 
Latest Articles
System Health Report

System Stability Index

Add Run Command to Start Menu

Automatic Windows Logon

Windows Disk Manager

Reduce Your PC Running Costs

How to tell if you can run Vista 64-bit

Clear Thumbnail Cache

Change Mouse Pointer Speed

Disable Data Execution Prevention

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59