Windows 10 1803 Unattended Install Fails

0

I've been doing Windows unattended installs successfully with Windows 7 and earlier versions of 10. Currently, I'm attempting the same with version 1803 (USB installation media) on a new motherboard.

The installation shows the EULA (should be hidden) and, after that is accepted, shows the following error:

Setup was unable to create a new system partition or locate an existing system partition. See the setup log files for more information.

There is one record in setuperr.log:

2020-03-04 09:43:07, Error      [0x060549] IBS    Install drive does not meet requirements for installation[gle=0x00000057]

The pertinent records (I think) in setupact.log are:

2020-03-04 09:43:07, Info       [0x0606cc] IBS    GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000452
2020-03-04 09:43:07, Info                  IBS    GetMachineInfo:Couldn't find any system volumes on this EFI-based computer
2020-03-04 09:43:07, Info                  IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x0] doesn't meet criteria for system volumes...
2020-03-04 09:43:07, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...
2020-03-04 09:43:07, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x0}: CanBeSystemVolume] The partition is too small.
2020-03-04 09:43:07, Info                  IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x4400] doesn't meet criteria for system volumes...
2020-03-04 09:43:07, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...
2020-03-04 09:43:07, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x4400}: CanBeSystemVolume] The partition is too small.
2020-03-04 09:43:07, Info                  IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1bf2900000] doesn't meet criteria for system volumes...
2020-03-04 09:43:07, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1bf2900000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...
2020-03-04 09:43:07, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1bf2900000}: CanBeSystemVolume] The partition is too small.
2020-03-04 09:43:07, Info                  IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x100000] doesn't meet criteria for system volumes...
2020-03-04 09:43:07, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x100000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...
2020-03-04 09:43:07, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x100000}: CanBeSystemVolume] The selected disk space is not of type ESP.

2020-03-04 09:43:07, Info                  IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x9c4100000] doesn't meet criteria for system volumes...
2020-03-04 09:43:07, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x9c4100000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...
2020-03-04 09:43:07, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x9c4100000}: CanBeSystemVolume] The selected disk space is not of type ESP.

2020-03-04 09:43:07, Info                  IBSLIB Remedy was applied for said disk rule
2020-03-04 09:43:07, Info                  IBS    InstallDestinationMeetsRequirements: Unable to find/create system volume or system volume doesn't meet criteria for installation; hr = 0x80300015
2020-03-04 09:43:07, Error      [0x060549] IBS    Install drive does not meet requirements for installation[gle=0x00000057]
2020-03-04 09:43:07, Info                  IBS    There was a failure applying the ImageInstall/OSImage/InstallTo unattend settings (or WillShowUI=Always).  Setup will display the UI to select an image install destination.
2020-03-04 09:43:07, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information.]
2020-03-04 09:43:07, Info                         This installation is blocked from completing due to compliance failures or invalid input; this is not an internal error.
2020-03-04 09:43:07, Info       [0x0a013d] UI     Accepting Cancel. Exiting Page Progress.
2020-03-04 09:43:07, Info                  UI     Entering Page Cancel.
2020-03-04 09:43:07, Info       [0x0a0035] UI     Allowing Page 'EULA' to be shown
2020-03-04 09:43:07, Info       [0x0a0035] UI     Allowing Page 'EULA' to be shown
2020-03-04 09:43:07, Info       [0x0a011c] UI     WizardDialogPost::SetActive

The USB installer was created using a downloaded ISO file from Microsoft and Rufus to apply it to the USB drive. The installer works when used manually, just not in conjunction with autounattend.xml.

Further possibly useful info:

  • Two installation drives have been tried, SATA and mSATA SSDs
  • I tried rebuilding the answer file with the corresponding Windows ADK

Any other information needed, just ask.

UPDATE: I did not have an active partition selected in my answer file. I set disk 0, partition 1 as active and setup failed with this message:

"Windows could not set a partition active on disk 0. The target disk, partition, or volume does not support the specified operation. The error occurred while applying the unattend answer file's setting. Error code: 0x80300024"

setuperr.log:

2020-03-05 14:05:00, Error      [0x060498] IBS    ValidateOperation:Specified disk/region does not support [CanSetActive].
2020-03-05 14:05:07, Error      [0x06048f] IBS    CallBack_DiskConfiguration_ApplyUnattend:An error occurred while applying unattend disk configuration; hr = 0x80300024

setupact.log:

2020-03-05 14:05:00, Info                  IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x100000]) is BLOCKED against capability [CanSetActive] for the following reasons...
2020-03-05 14:05:00, Info                  IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x100000}: CanSetActive] The selected disk is of the GPT partition style.
2020-03-05 14:05:00, Error      [0x060498] IBS    ValidateOperation:Specified disk/region does not support [CanSetActive].

So I tried converting the disk from GPT to MBR. Now, no matter the boot order in the BIOS setup, the BIOS displays a boot select window with only the mSATA drive on the list. The mSATA drive is clean and there is a bootable USB drive connected.

Thanks in advance for any suggestions.

windows-10
windows-installation
windows-installer
unattended
asked on Super User Mar 5, 2020 by Dave Colter • edited Mar 5, 2020 by Dave Colter

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0