Fix the MBR in Windows 10

The instructions are:

  1. Boot from the original installation DVD (or the recovery USB)
  2. At the Welcome screen, click Repair your computer
  3. Choose Troubleshoot
  4. Choose Command PromptWhen the Command Prompt loads, type the following commands:bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd
  5. Windows 10 Repair Your Computer Menu
  6. Press Enter after each command and wait for each operation to finish
  7. Remove the DVD from the disk tray
  8. Type exit
  9. Hit Enter
Restart your computer and check if Windows 10 can now bootIf bootrec utility doesn’t fix your Windows 10 installation, try following the next commands to fix the EFI bootloader:
  1. Boot from the installation DVD or the Windows 10 setup or recovery USB
  2. Click Repair your computer
  3. Choose Troubleshoot
  4. Choose Command Prompt
  5. Type these commands in order and hit Enter after each:adiskpart sel disk 0 list vol
  6. These commands will select the first disk of your computer and the list all the partitions available on that disk.
  7. Check for the volume item that has the Fs column FAT32. The EFI partition must be formatted under FAT32. If the volume number of EFI partition is “2”, type the following command:sel vol 2
  8. If the volume number is different than 2, replace “2” with the number available on your computer.
  9. Assign a letter to this partition, a letter that is different that those already available on your computer, for example x:. Type this command to assign the letter:assign letter=x:
  10. Wait for the success message to appear:DiskPart successfully assigned the drive letter or mount point.
  11. Type exit to quit the DiskPart utility:exit
  12. Type this command and replace x: with the letter you assigned earlier to the EFI partition:cd /d x:EFIMicrosoftBoot
  13. Then type the bootrec command to repair the volume:bootrec /fixboot
  14. Now you need to backup the old BCD and recreate a new one. Type:ren BCD BCD.backup
  15. Type this command to recreate the BCD and replace the x: with the assigned letter earlier:bcdboot c:Windows /l en-us /s x: /f ALL 
  16. In above command, Windows is installed on c:. If the drive letter where you have Windows 10 installed is different, replace c: with your drive letter.
  17. Remove the DVD from the disk tray
  18. Type exit
  19. Restart your computer

 



From bland to brand, get your business online
Website hosting and design by Dedicated to Servers, contact info@dedicatedtoservers.com

Click to send a quick inquiry

All rights Reserved © 2014-2024