Share via

Cannot install Windows on completed build

Anonymous
2022-11-28T21:04:14+00:00

Setup: I just built this machine: https://pcpartpicker.com/list/ZQj4mr and am trying to install windows on it.

  1. I can login to the BIOS and check that CPU, memory and SSD have all been installed.
  2. I created a bootable USB of the Windows 11 iso image.
  3. I click Install in the Windows 11 Installer to try to check.
  4. When on the screen, "Where do you want to install Windows?" There is only 1 Unallocated Partition. I then Click continue and it errors very quickly with:

-- Windows could not prepare the computer to boot into the next phase of installation. To install Windows, restart the installation --

  1. I click OK.
  2. I click Install Now (again) and go through the prompts. There are now 3 Partitions. System, MSR and Primary.

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!

Windows for home | Windows 11 | Install and upgrade

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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-11-29T22:19:12+00:00

    Did this error occur while executing the last command about create primary partition?

    If possible share pictures of your computer's BIOS settings screens.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-11-28T23:39:55+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-11-28T23:22:10+00:00

    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.

    1. Press SHIFT+F10 to open the command prompt;
    2. 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

    1. Click Update and you will see that a new partition has been created on the disk;
    2. Select the partition and proceed with Windows installation.

    Was this answer helpful?

    0 comments No comments