How to Fix the Bootloader on the EFI System Partition in Windows causing Blue screen of death(BSOD) and infinite boot loop.
- Use a USB bootable Windows drive to access the repair menu.
- Open the Command Prompt from the repair menu.
- In the Command Prompt, type
diskpart
and press Enter. - List the volumes by typing
list volume
and press Enter. - Identify the EFI System Partition, then type
select volume X
(replaceX
with the volume number of the EFI partition) and press Enter.