Friday, May 22, 2015

How to Fix the "Bootmgr is missing" Error in Windows

Here's How:

NOTE: Sometimes it may take running a startup repair a few times before it fully fixes the startup issue.

1. Boot to the System Recovery Options screen. 

2. Select the Startup Repair option. (See screenshot below)
Bootmgr is missing - Fix-2.png
3. Now click on Startup Repair. Run the startup repair and it will attempt to fix this issue.
Bootmgr is missing - Fix-3.png
NOTE: It will ask you to reboot your system. Reboot to see if it works. If it doesn't work, follow step 4


4. Click on Command Prompt.
A) Type c: and press <Enter>.

Note   Note
C:\ is the drive letter where Windows 7 is installed. You may replace it with whatever drive letter you want where you have installed Windows 7.


B) At the C:\ prompt, type cd boot and press <Enter>.

C) At the C:\Boot prompt, type the following commands and press Enter after each command. 

Code:
bootrec /FixMbr
bootrec /FixBoot
bootrec /RebuildBcd
Bootmgr is missing - Fix-4.png

D) Now close the command prompt, remove the DVD and reboot your computer. 

No comments:

Post a Comment