#windows 10 installer is not detecting my ssd
8 messages · Page 1 of 1 (latest)
The detection is because of software issue, not hardware issue, so it should detect it.
so go to your windows boot media (boot from it)
on the installation screen, click repair my computer
then type these commands in your cmd
- DiskPart (press enter)
- list disk (press enter and identify the size of your disk and correspond to the disk number, also check if detects the same.)
- Type this: select disk X (X is the disk number which you wanna select)
- clean (press enter)
- convert gpt (press enter)
and that should do it
you can dm me if you need additional help. I'll try my best to assist you.