This guide provides a step-by-step solution to fix boot configuration issues on a Windows 11 system with a UI-based setup.
Prepare Windows Installation Media
Insert and Boot from Installation Media
Set Language Preference
Select Repair Option
Access BCD Settings in Command Prompt
bcdedit
and press Enter to view the current BCD setup.Use DiskPart Utility
diskpart
and press Enter.list disk
and press Enter.sel disk 1
(replace '1' if necessary) and press Enter.list vol
and press Enter.sel vol 4
(replace '4' if necessary) and press Enter.Assign Drive Letter to EFI Partition
assign letter=YourDriveLetter
and press Enter.list vol
and press Enter.Navigate to EFI Boot Directory
exit
and press Enter.cd /d YourDriveLetter:\EFI\Microsoft\Boot
to check boot files.Find Windows Directory
c:
and press Enter, then dir
to check for the Windows directory.dir
.Format EFI Partition
format YourDriveLetter: /fs:FAT32
and press Enter to format.Recreate BCD Boot Files
YourOSDriveLetter:
and press Enter.bcdboot YourOSDriveLetter:\Windows /s YourDriveLetter: /f ALL
and hit Enter.Finalize and Check
exit
to close the command prompt.Following these steps, you should be able to resolve the missing boot configuration issue in Windows 11 EFI. If you have any questions, please feel free to ask. Don't forget to support by subscribing and sharing the guide. Thank you for watching!