Hello ganesh dawbhat,
Thank you for posting in Q&A forum.
Here are some steps you can take to troubleshoot this issue:
- Open Disk Management by right-clicking on the Start button and selecting "Disk Management." Verify that the SSD is listed and that it shows as NTFS. If it doesn't, you may need to reformat the drive.
- You can use the DiskPart tool to clean and reformat the SSD. Open Command Prompt as an administrator and enter the following commands:
diskpart list
disk select
disk X (replace X with the number of your SSD)
clean
create partition primary
format fs=ntfs quick
assign letter=X (replace X with the desired drive letter)
exit
This will ensure that the SSD is properly formatted as NTFS.
- If the issue persists, you can try rebuilding the BCD. Boot from a Windows installation media, open Command Prompt, and run the following commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
This will rebuild the boot configuration data and might resolve the issue.
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.