I got this message when I was trying to install Windows Server 2012 R2 on a brand new DELL T430 server, so I taught, 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.
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:
1 2 3 4 5 6 7 8 9 |
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) |
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,
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.
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?
29 comments
Skip to comment form ↓
sunil
15/06/2016 at 11:49 (UTC 2) Link to this comment
Excellent, this worked for me in IBM server x3200 M3…thanks.
nexus
31/05/2016 at 14:05 (UTC 2) Link to this comment
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
Greg Hutton
27/04/2016 at 13:08 (UTC 2) Link to this comment
Thanks for this posting. VERY HELPFUL
Adrian Costea
27/04/2016 at 14:03 (UTC 2) Link to this comment
Glad I could help out.
moatasem elzayat
11/01/2016 at 23:45 (UTC 2) Link to this comment
thanks you so much !!!! that works exactly for me
Adrian Costea
15/01/2016 at 08:57 (UTC 2) Link to this comment
Glad I could help out. Best of luck.
Grant
11/12/2015 at 00:36 (UTC 2) Link to this comment
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
Adrian Costea
11/12/2015 at 14:13 (UTC 2) Link to this comment
Hi,
Try using diskpart. Maybe the computer had an OS different than Windows.
Gabriel
27/11/2015 at 00:13 (UTC 2) Link to this comment
Solved my exact problem on a Dell PowerEdge R820. A very good article. Thanks!
Adrian Costea
27/11/2015 at 08:54 (UTC 2) Link to this comment
Glad I could help.
Anna
23/11/2015 at 10:12 (UTC 2) Link to this comment
That for your detail introduce, it does solve my problem.
Paul PCSA
22/09/2015 at 16:11 (UTC 2) Link to this comment
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.
dbogdan
20/09/2015 at 16:39 (UTC 2) Link to this comment
This helped me too, installing windows 10 pro 🙂
Had the same problem.
Thanks!
JH
14/09/2015 at 21:57 (UTC 2) Link to this comment
This solved my exact problem on a Dell PowerEdge R420. Thank you very much for sharing, you have saved me from more headaches!
Adrian Costea
15/09/2015 at 09:15 (UTC 2) Link to this comment
Glad I could help 🙂
1 2 Next »