1507: Restoring Windows Boot Loader Manually

Also read in:

use Google Translate

Operating Systems: 

Last update: 04-09-2019

You can restore Windows Boot Loader manually using Windows utilities

Introduction

Should you need to restore Windows Boot Loader, proceed as described in this article.

One of the symptoms when you need to do this, is when you have the BOOTMGR is missing error on an attempt to start Windows.

Solution

Windows 2000/XP/Server 2003 Installation CD

Boot the computer from the installation CD, start Recovery Console and run fixmbr and fixboot commands.

Further information is available at:

(!) If the system partition was not restored to its original position, then the boot.ini file needs to be updated.

This can be done with the Recovery Console command bootcfg /rebuild

Further information is available at:

Windows Vista or Windows 7 installation CD/DVD

Boot from Windows Vista installation disc, select language and keyboard or input method, click Next and choose to Repair your computer. Then you will need to select the operating system that you want to repair. In the System Recovery Options dialog box click Command Prompt and type the following:

Bootrec.exe /FixMbr
Bootrec.exe /FixBoot

If you want to completely rebuild Windows Vista Boot Configuration Data, then you should issue the following command:

Bootrec.exe /RebuildBcd

This command scans all disks for installations that are compatible with Windows Vista. Additionally, this option also allows select the installations that you want to add to the Boot Configuration Data store.

Further information is available at https://support.microsoft.com/en-us/help/927392/use-bootrec-exe-in-the-windows-re-to-troubleshoot-startup-issues

 Windows 8/8.1

See instructions at Microsoft Knowledge Base http://support.microsoft.com/kb/2622803/

Windows 10

More information

Please keep in mind that fixmbr is supported only on x86-based machines.

 

Tags: