Hi, I’m Nicole, I’ll be happy to help you out today.
The SSD that you are using for the installation of Windows, is this formatted as MBR or GPT partition?
If you are using UEFI mode, the SSD should be partitioned as GPT.
Use the command prompt on the installation process by pressing Shift key + F10 key. Type the commands one by one then press enter.
Next, type diskpart.
Next, type list disk. (Note the drive number you wish to manipulate.)
Next, type select disk <the number of your SSD> (This selects disk to edit; make sure to type in the disk number from step two.)
Next, type create partition primary
Next, type select partition 1
Next, type format fs=ntfs
Next, type assign
Next, type exit to close the command prompt.
After that check if you can proceed on the custom installation of Windows.
If yes, make sure to delete any volumes on the windows name Where do you want to install Windows. If you see any other volumes, highlight them one by one and delete them. Make sure to have one drive only name drive 0 : Unallocated space.
Once you have that, click it to highlight it then click next.
Proceed on the installation. Once the system prompts to restart, restart it then unplug the USB flash drive.
Report back the results here afterward.
Thank you.