Instructions to fix MBR errors on Windows 10

The manifestation of the MBR error is that Windows starts with a black screen, the message 'MBR Error' with the value 1, 2 or 3, there are also cases where you see the words 'Windows failed to start'.

Although not too common, but if you are having Windows 10 not booting error and MBR notification, please rest assured it is not difficult to fix. The manifestation of the MBR error is that Windows starts with a black screen, the message 'MBR Error' with the value 1, 2 or 3, there are also cases where you see the words 'Windows failed to start'.

Instructions to fix MBR errors on Windows 10 Picture 1Instructions to fix MBR errors on Windows 10 Picture 1

Why is the MBR error happening?

The reasons for the MBR error can be due to the following reasons:

  1. The boot file is corrupt or is lost.
  2. Remove the Linux operating system from the dual boot computer.
  3. Setting the wrong version of the older boot record.
  4. Some other reasons .

Access Windows Recovery and Command Prompt

In this article, TipsMake is guiding you with Windows 10 operating system, but the same process can be applied to Windows 7 and 8.

If you have problems with the boot record, then you may not be able to access the Windows desktop and open the Command Prompt. In this case, you must connect the Windows installation media (USB Boot, Win disc) and boot from there.

Step 1. Connect the Win installation device to the computer and boot from it.

Step 2. Install, go to Install now, choose Repair your computer in the lower left corner.

Instructions to fix MBR errors on Windows 10 Picture 2Instructions to fix MBR errors on Windows 10 Picture 2

Step 3. This will open the Choose an option window. Here choose Troubleshoot >> Advanced Options .

Instructions to fix MBR errors on Windows 10 Picture 3Instructions to fix MBR errors on Windows 10 Picture 3

Since we need to use Command Prompt (CMD) to fix the error, here you open the Command Prompt window .

Instructions to fix MBR errors on Windows 10 Picture 4Instructions to fix MBR errors on Windows 10 Picture 4

Correct MBR

While you are at the Command Prompt window, just enter the following command line to quickly fix the MBR:

bootrec / fixmbr

Press Enter to execute the command, you will get a message that the process was successful and you can boot back into your computer.

Instructions to fix MBR errors on Windows 10 Picture 5Instructions to fix MBR errors on Windows 10 Picture 5

Alternatively, you may also need to try adding some other lines of code to fix the error:

  1. If you think your boot sector has been damaged or has been replaced, then use the command below to delete the existing sector and create a new boot sector: bootrec / fixboot .
  2. Besides corrupted boot records, an MBR error is sometimes caused by 'Boot Configuration Data'. In that case, you need to use the following command line to rebuild the BCD: bootrec / buildbcd .
  3. If you have multiple operating systems installed on your Windows machine, then you can use 'scanOS'. This parameter tells Windows to scan and add all minimized operating systems to the boot configuration data. This allows the user to choose which operating system to boot: bootrec / scanos .

That's right, it's easy to fix MBR in Windows 10. 

good luck.

4.7 ★ | 3 Vote