LogoKyle Sferrazza

Windows

Fixing EFI boot

Boot to recovery mode, then press Shift+f10 for a Command Prompt window.

In diskpart:

list volume
select volume <id>
assign letter=l

Then repair bootloader:

bcdboot C:\Windows /s L: /f UEFI

Check contents of L:\boot\EFI\Microsoft to confirm.

On this page