Hello
Thank you for posting in Q&A forum.
Here are some steps you can try:
Step 1: Rebuild the BCD
- Boot from the Windows Installation USB,Navigate to Troubleshoot > Advanced options > Command Prompt.
- Run following command and rebuild the BCD:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
If the bootrec /rebuildbcd command finds a Windows installation, type Y to add it to the boot list.
Step 2: Clean Up BCD Entries
- Run command and List Current BCD Entries:
bcdedit /enum /v
Note down the identifiers of any duplicate or unwanted entries.
- Delete Unwanted Entries:
bcdedit /delete {identifier}
• Replace {identifier} with the actual identifier you noted earlier.
Step 3: Install RAID Drivers
- Restart the Installation Process:
• Restart your computer and boot from the Windows installation USB again.
- Load RAID Drivers:
• When you reach the "Where do you want to install Windows?" screen, click on "Load driver".
• Browse to the folder on the USB drive where you extracted the RAID drivers and select the appropriate driver.
Step 4: Ensure Correct BIOS Settings
- Enter BIOS:
• Restart your computer and press Del or F2 to enter the BIOS setup.
- Check RAID Settings:
• Navigate to Settings > Advanced > SATA Mode and ensure it is set to RAID/Optane Mode.
• Go to Settings > Advanced > Intel Rapid Storage Technology and verify that your RAID array is correctly configured.
Step 5: Install Windows on the New SSD
After loading the RAID drivers, select the new SSD as the installation target and proceed with the Windows installation.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.