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
diskpartand press Enter. - List the volumes by typing
list volumeand press Enter. - Identify the EFI System Partition, then type
select volume X(replaceXwith the volume number of the EFI partition) and press Enter.