Hello,
After the restoration is complete, you might need to repair the boot loader, especially if Windows 11 isn’t showing up in the boot menu. Here’s how to do it:
On the recovery media, navigate to the “Troubleshoot” option.
Under Troubleshoot, select “Advanced options”.
Choose “Command Prompt”.
Use Bootrec:
In the Command Prompt, you can use the bootrec utility to fix the boot information. Enter the following commands one by one:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
After completing the commands, restart your computer and check if Windows 11 appears in the boot menu.
If using bootrec doesn’t solve the problem, you can try the bcdboot command to repair the system boot files. From the Command Prompt, find the drive letter of your Windows 11 installation by using the Diskpart utility or by browsing the drives. Then use the following command, replacing “C:” with the correct drive letter for your Windows 11 partition:
bcdboot C:\Windows
If Windows 11 still doesn’t appear in the boot menu, you might need to manually add an entry using a tool like EasyBCD or by using bcdedit from the Command Prompt.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.