We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files.

I got this message when I was trying to install Windows Server 2012 R2 on a brand new DELL T430 server, so I thought, why not share how I fixed this! I have to mention that ESXi 5.x was running on this box before I tried installing Windows on it. I encountered this before, so it’s not new for me and usually I got this when the partition had some sort for Unix/Linux file system.

Partition Error On Windows Install-01

In my previous situations I will just hit Shift+F10 to launch the command prompt and use diskpart to clean the disk and create a new partition manually:

DISKPART
LIST DISK (identify your disk number where you want to install the OS)
SELECT DISK <number> (whatever disk number you have)
CLEAN
CREATE PARTITION PRIMARY
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT (twice)

Partition Error On Windows Install-02

After this, the installation just worked, but not in this case; so I launched the command prompt again to read the setup log file. This is located in the temp drive\Windows\panther. Inside this directory is the setupact.log file which stores everything about the installation setup, but if you try to open it you will get an access denied message.

To be able to read the log file, make a copy of it,

Partition Error On Windows Install-05

and open the copy. When I saw what the problem was I could not believe it; because the disk I was trying to install the OS is not the computer’s boot disk, the wizard can’t create a partition and start the install. And to be honest, the computer’s boot disk at that moment was an SD card, because ESXi was booting from an SD card.

Partition Error On Windows Install-06

I rebooted the server, entered the BIOS and modified the boot order so the RAID controller to be the first boot device, and not the SD card.

And what do you know ! It worked.

I know this is not a general solving solution, because every infrastructure out there is different.  Make sure to check every configuration of the server, because as you just saw, smaller settings are the ones causing the big problems.

Want content like this delivered right to your

email inbox?


33 thoughts on “We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files.

  • 15/06/2016 at 11:49
    Permalink

    Excellent, this worked for me in IBM server x3200 M3…thanks.

    Reply
  • 31/05/2016 at 14:05
    Permalink

    thanks you wanted to help others. i didnt worked for me. i took another usb stick,made it bootable (same program,same win10 iso file) and everything worked fine.hope this will help someone

    Reply
  • 27/04/2016 at 13:08
    Permalink

    Thanks for this posting. VERY HELPFUL

    Reply
  • 11/01/2016 at 23:45
    Permalink

    thanks you so much !!!! that works exactly for me

    Reply
  • 11/12/2015 at 00:36
    Permalink

    Fantastic, clear information. I have the exact same error message as yourself but in my BIOS it does not seem like I have any RAID options and my HDD is my first boot option. I even tried resetting the BIOS back to factory settings and again with no luck. I also have no SD cards and the only USB I have is the one I’m using to load Windows from. It’s an Aspire AX3300 I have, could someone look at the BIOS for that and see if I’m missing anything?

    Thanks

    Reply
    • 11/12/2015 at 14:13
      Permalink

      Hi,
      Try using diskpart. Maybe the computer had an OS different than Windows.

      Reply
  • 27/11/2015 at 00:13
    Permalink

    Solved my exact problem on a Dell PowerEdge R820. A very good article. Thanks!

    Reply
  • 23/11/2015 at 10:12
    Permalink

    That for your detail introduce, it does solve my problem.

    Reply
  • 22/09/2015 at 16:11
    Permalink

    Thanks – this solved the issue with a HP DC7900 I was testing, and had the USB set as primary boot device. Switching back to disk resolved it.

    Reply
  • 20/09/2015 at 16:39
    Permalink

    This helped me too, installing windows 10 pro 🙂
    Had the same problem.
    Thanks!

    Reply
  • 14/09/2015 at 21:57
    Permalink

    This solved my exact problem on a Dell PowerEdge R420. Thank you very much for sharing, you have saved me from more headaches!

    Reply

Leave a Reply to Grant Cancel reply

Your email address will not be published. Required fields are marked *

*

css.php