|
Restoring Windows
Boot Loader Manually
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 95/98/Me Startup Disk
Use a diskette to create a
Windows 95/98/Me Startup Disk. Boot the computer from this diskette and
run fdisk /mbr command.
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
http://support.microsoft.com/kb/927392/
More information
Please keep in mind that fixmbr
is supported only on x86-based machines. |