Repair EFI Bootloader on a GPT Partition for Windows 10

 

The Problem

windows_boot.jpg

The Solution without any media

Open Command Prompt

Open Command prompt, if automatic repair doesnt fix. windows_boot_advanced.jpg

Open diskpart

Type and run the command:

diskpart

Select Hard Disk

Type and run the command:

list DISK
sel disk 0

windows_diskpart_select_disk.png

Check the partitions

Type and run the command:

list vol

windows_diskpart_select_disk_list_vol.png

Select EFI partition

The EFI partition should be using the FAT32 file system. It is around 100 MB. Assign a drive letter to it that is not already in use:

Type and run the command:

sel vol <number of volume>
assign letter=<drive letter>:
exit

windows_diskpart_mount_efi.png

Repair the boot record:

Type and run the command:

cd /d <drive letter>:\EFI\Microsoft\Boot\
bootrec /FixBoot

If you have access denied then do the following:

bcdboot C:\windows /s <drive letter>