Did this error occur while executing the last command about create primary partition?
If possible share pictures of your computer's BIOS settings screens.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Setup: I just built this machine: https://pcpartpicker.com/list/ZQj4mr and am trying to install windows on it.
-- Windows could not prepare the computer to boot into the next phase of installation. To install Windows, restart the installation --
6a) If I select Drive 0 Partition 3 Primary and click Next it won't let continue because it says, "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files.
6b) If I delete all partitions and redo Step 4, I get the same error.
6c) If I *delete* Drive 0 Partition 3, it becomes Drive 0 Unallocated Space. When clicking "Next" it says.
-- The partitions on the disk selected for installation are not in the recommended order. For additional information about installing to GPT disks go to the Microsoft Website (www.microsoft.com) and search for GPT.
Do you want to proceed with the installation? --
If I click OK, it goes further into the installation but then fails.
I have tried many different tests to try and fix this but I keep getting to this loop. I would very much like to install windows please!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Did this error occur while executing the last command about create primary partition?
If possible share pictures of your computer's BIOS settings screens.
All of that code succeeded successfully. The result:"We couldn't create a new partition or locate an existing one. For more information, see the Setup log files.
Hello, how are you?
My name is Paloma B., I am very happy to be able to try to help you in the best possible way.
Try following the procedure below to prepare the disk and check if Windows proceeds with the installation.
First start the Windows installation and go to the screen to select the installation location, after that perform the procedure below.
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