Hello, how are you?
Please let me know if your BIOS has Secure Boot and TPM enabled and is it in UEFI mode?
Try formatting the disk following the procedure below and then check if it appears in the list to proceed with the installation.
First start the Windows installation and go to the screen to select the installation location, after that perform the procedure below.
- Press SHIFT+F10 to open the command prompt;
- Type the commands below and at the end of each one press Enter:
diskpart
list disk
select disk 0 (Change the number 0 by the number of the disk where you want to install Windows as listed in the previous command)
clean
convert gpt
create partition primary
exit
exit
- Click Update and you will see that a new partition has been created on the disk;
- Select the partition and proceed with Windows installation.