How to fix the Windows boot loader (MBR) using command prompt

Windows generate an error at boot time and not start? You can solve problems with the startup of the operating system and repair loader functionality using the command line.

How to fix the Windows boot loader (MBR) using command prompt

Contents

  1. Reasons for boot loader problems
  2. Restore at the boot
  3. Restore Windows boot loader via command prompt
  4. What to do if important data was lost?

Reasons for boot loader problems

Windows boot problems are a clear sign that the files, responsible for booting the OS are corrupted. There are many reasons for starting your system incorrectly.

The most common ones are:

  • Installing additional operating systems that damage the boot files of the primary operating system.
  • Damaging or deleting boot files by malicious programs and viruses.
  • Loss of data due to physical and software failures of the drive.

Restore at the boot

“Broken” or missing files of the OS loader lead to the inability to startand correct the operation of the computer. In this case, you should resort to restoring the Windows loader in the following way:

Step 1: You will need a Windows Recovery CD or bootable flash drive to start recovering the boot. Important: for the recovery system to work correctly, you will need to boot at the same bit (32 or 64-bit) as the current OS. If you boot from the installation disk, you will need to select “Repair your computer” on the installation screen.

How to fix the Windows boot loader (MBR) using command prompt

Step 2: Select “Troubleshoot” on the recovery screen.

How to fix the Windows boot loader (MBR) using command prompt

Step 3: In the window that opens, select “Start-up Repair”.

How to fix the Windows boot loader (MBR) using command prompt

This will be followed by automatic repair and correction of faults that do not allow for normal OS boot up.

Unfortunately, automatic restore methods do not always help to restore the operating system, so sometimes you should resort to manual repair using the command prompt.

Restore Windows boot loader via command prompt

To start recovering the loader using the command prompt, you need to open it first. It can be done using the boot drive or the recovery and diagnostics menu.

If you are using a bootable drive, you must press Sfit+F10 on the language selection screen.

How to fix the Windows boot loader (MBR) using command prompt

You can access the command prompt via the diagnostics menu by clicking the corresponding icon.

How to fix the Windows boot loader (MBR) using command prompt

After opening the command prompt, you should enter the following commands:

  • Diskpart (built-in utility for working with hard drives)
  • List volume (list of connected drives)
  • Exit (shutdown of the utility)
How to fix the Windows boot loader using command prompt

Each command must be confirmed with the Enter key.

This procedure will allow you to find out which drive is the system one (by default it is drive C), and based on this knowledge, you will be able to perform program recovery of bootloader files.

You will then need to enter bcdboot c:windows to fix most bootloader problems.

How to fix the Windows boot loader using command prompt

It should be noted that if there are several operating systems installed on the computer, this method should be done for each system in turn.

If this method did not work, you can clean the bootloader completely and create its files again.

To do this: open the command prompt in any convenient way. Enter diskpart. Then, volume list. After that, we find a hidden partition with the loader (usually it is a 100-500 Mb, disk created by the system by default in FAT32 format) and remember the letter of this partition.

How to fix the Windows boot loader using command prompt

Now you need to enter a series of commands that delete and recreate the loader.

  • Choose volume 3 with the command select volume 3 (instead of 3, there can be another number).
  •  Format the volume with the command format fs=ntfs, or format fs=fat32, depending on the disk file system.
  • Assign the name «Y» to that command assign letter=Y
  • We exit the utility with the exit command.
  • Enter the command bcdboot C:Windows /s Y: /f ALL (letters C and Y may vary depending on the system and the number of disks). If you have more than one operating system installed, you need to perform this step for all volumes with bootloaders.

At this point, the recovery of the loader can be considered complete.

ТNow you need to delete the assigned volume letter. You can do this by going to the command prompt as follows:

  • Enter the diskpartcommand.
  • Next, you need to display the list of media with the command list volume.
  • Select the volume named Y with the command select volume Y.
  • Remove the name with the command remove letter =Y.
  • Exit.

Now for normal booting of the PC it is enough to reboot the system.

What to do if important data was lost?

Problems with the Windows operating system directly affect the data safety not only on the system drive but also on other local drives and flash drives connected to the computer. For example, if there are problems with the boot loader, the system cannot boot, and constant reboots may lead to failures in the logical structure of other disks.

In addition, users often solve boot loader problems by simply reinstalling Windows to get a clean and fast operating system. But reinstalling the system wipes out all data on the system disc, and often formatting the system disc causes the loss of data that the user has been working on for weeks.

If something similar has happened to you, do not despair prematurely. Use RS Partition Recovery.

RS Partition Recovery

RS Partition Recovery

All-in-one data recovery software

It has no problem recovering data lost due to accidental disk formatting, reinstalling of the operating system, damages in the logical structure of the disk, and in many other cases.

RS Partition Recovery is not demanding on your computer resources, which allows you to use it on weak computers and office laptops.

The recovery process is carried out practically in a few mouse clicks due to the built-in file recovery wizard.

RS Partition Recovery -- the built-in file recovery wizard

Note: It is recommended that the location where the recovered file will be written is different from the location where the file was previously stored. It will allow to avoid overwriting the file.

You can save the recovered file to a different local disk or flash drive, compress into a ZIP-archive or upload to an FTP-server.

Frequently Asked Questions

You can do it yourself with no problem. Use the Windows command prompt. The boot loader recovery process is described in detail on our website.
There are many reasons for Windows boot loader failure. Among them are viruses, manipulations with the operating system or installation of additional operating systems, logical errors on the boot disk, software, and hardware defects of the hard disk.
Use the RS Partition Recovery program. It allows you to recover lost data after accidental deletion of files, drive formatting, problems with the operating system, and in many other cases.
Use installation disk or flash drive, boot from it, and in the language selection screen use key combination Shift + F10.
Use the boot disk or USB flash drive and restore the Windows bootloader using Recovery Environment or command prompt. Read more details on our website.

Comments (3)

  1. Fatih says:

    Thnk you so much. I finally opened windows and backup everything.

  2. Joshua says:

    Thanks for this guide! It took a couple of tries, but the process eventually worked and got me back into my PC.

  3. Arun says:

    the first method worked for me. thanks!

Leave a comment

Related Posts

Recovering data from XenServer virtual machines
Recovering data from XenServer virtual machines
How to recover data from XenServer virtual machines? As a result of our actions or a hypervisor failure, we may lose a virtual machine. It may fail to start, become corrupted, or its virtual disk may disappear. The XenServer Xen … Continue reading
How to Recover Data from VMDK Disks Virtual Machines
How to Recover Data from VMDK Disks Virtual Machines
Virtual machines are becoming increasingly popular for all common purposes. Developers use virtual machines to make, test and debug applications, while many home users employ virtual machines to run alternative operating systems (such as Windows on Mac computers or Ubuntu … Continue reading
Recovering Data from VMFS Partitions
Recovering Data from VMFS Partitions
How to recover data from VMFS partitions – that is, the partitions having VMFS file system used by type 1 hypervisor VMWare vSphere ESXi? Let’s explore possible solutions for such situation.
Using Symbolic and Hard Links in Windows
Using Symbolic and Hard Links in Windows
Below we will analyze the notion of hard and symbolic links in Windows, tell you about their primary purpose and key differences. You can also learn how to create links using standard Windows methods or special software quickly.
Online Chat with Recovery Software