In this post we will see how can we restore/recover our EFI bootloader for Windows system. We will see the steps for Windows 7 , Windows 8 , Windows 10.
Using Installation Media
For Windows 7:
-
Insert the Media (DVD/USB) in your PC and restart.
-
Boot from the media.
-
Select Repair Your Computer.
-
Select the operating system, and click next.
-
Choose Command Prompt from the menu
For Windows 8 :
-
Insert the Media (DVD/USB) in your PC and restart.
-
Boot from the media.
-
Select Repair Your Computer.
-
Select Troubleshoot.
-
Choose Command Prompt from the me
-
Insert the Media (DVD/USB) in your PC and restart.
-
Boot from the media.
-
Select Repair Your Computer.
-
Select Troubleshoot.
-
Select Advanced Options.
-
Choose Command Prompt from the menu:
Type and run the command:
diskpart
-
Type and run the command:
sel disk 0
-
Type and run the command:
list vol
-
Type and run the command:
sel vol <number of volume>
-
Type and run the command:
assign letter=<drive letter>:
-
Type and run the command:
exit
-
Type and run the command:
cd /d <drive letter>:\EFI\Microsoft\Boot\
-
Type and run the command:
bootrec /FixBoot
-Now rebuild the BCD store
-
First run the command below to back up the old BCD:
ren BCD BCD.old
-
Now recreate it using this command:
bcdboot c:\Windows /l en-us /s <boot letter>: All
-
Restart your PC.
-
Tap rapidly on the <F8> key once the PC has turned on, but before the Windows Splash Screen appears.
-
Select Repair your computer from the menu that appears.
-
Select Command Prompt from the Recovery Options.
- repeat "diskpart"commands from here
0 Comments