It displays this error, which in english would be "We were unable to create a new partition or locate an existing one. For more information, see Windows Installer log files" 
clean
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.
-
Anonimowy
2021-11-12T19:36:24+00:00 Thanks for the information, we will need to convert it then.
Run the commands this way.
- 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
exit
exit
- Probably just the unallocated space, click the New button, the partition will be created, click next and check if the installation proceeds.
-
Anonimowy
2021-11-12T20:01:26+00:00 I have succesfully installed windows 10 on disk b, the network card drivers are working. Now how can I make sure that the system will boot correctly?