Hello,
1: Boot into Windows Recovery Environment (WinRE)
Insert a Windows 11 installation USB or recovery drive.
Boot from the USB and select Repair your computer.
Go to Troubleshoot > Advanced options > Command Prompt.
2: Identify the Windows Partition
In the Command Prompt, run:
diskpart
list disk
select disk X (replace X with the disk number of SSD2)
list partition
Identify the partition where Windows 11 is installed (usually labeled as "Primary" and has a size matching your Windows 11 partition).
Repair the Bootloader
Assign a drive letter to the Windows partition (if not already assigned):
assign letter=W:
exit
Rebuild the Boot Configuration Data (BCD):
bcdboot W:\Windows /s W: /f UEFI
If the above command fails, try recreating the BCD store:
bootrec /scanos
bootrec /rebuildbcd
Exit the Command Prompt and restart your computer.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.