What worked on my Alienware Windows 10 and Surface 11 Windows 11:
- Use Windows Media creation tool to create a bootable USB Windows 10/11
- Boot to repair my computer and start a terminal (After seeing the Language and Country selection, press Shift + F10 to start the terminal)
- Run:
- diskpart
- list disk
- sel disk 0
- list volume
- sel volume 2 ------`#mycomment (The system EFI volume)`
- assign letter S:
- exit
- Run:
- S:
- cd EFI\Microsoft\Boot\
- ren BCD BCD.bak
- bcdboot C:\Windows /s S: /f ALL
- bootrec /rebuildbcd
- exit
- Restart the computer and it should boot.
- To enter the grub selection screen: after entering the Windows 11 normally, press Shift + clicking Restart, then you have an option to reconfig the boot priority.
No comments:
Post a Comment