Unanswered Error 0x80300024 during Windows Install

  • Tuesday, July 06, 2010 6:37 PM
     
     

    Use of ICE's DiskConfiguration to CreatePartitions and ModifyPartitions.  Creating 4 Primary partitions, 3 with fixed sizes and the last is extended to fill the size of the remaining disk.  Single hard drive.

    Start with single unallocated partition when queried for where I want to install windows.

    Get following:

    "Windows could not create a partition on disk 0.  The target disk, partition, or voume does not support the specified operation.  The error occurred while preparing the partition selected for installation.  Error code: 0x80300024.  See setup log files under [X:\windows\panther] for details."

    The setuperr.log file contains

    2010-07-06 10:50:22, Error                        PnPIBS: Error 0xE0000100 occurred while determining the class of INF G:\\AutoUnattend_Files\windowsPE\Out-of-Box Drivers\Graphics\autorun.inf.
    [gle=0xe0000100]
    2010-07-06 11:04:52, Error      [0x060498] IBS    ValidateOperation:Specified disk/region does not support [CanCreate].
    2010-07-06 11:04:52, Error      [0x060491] IBS    PerformDiskOperation:Validation of disk operation (optype = [7]) failed; hr = 0x80300024
    2010-07-06 11:04:55, Error      [0x060441] IBS    PerformInstallDiskPreparationOps:Failed to create install drive; hr = 0x80300024
    2010-07-06 11:04:55, Error      [0x060350] IBS    CallBack_PrepareInstallDrive:An error occurred while preparing install drive hr = 0x80300024

    If I ignore the error and just reboot, I will see all 4 partitions created correctly and I can select the partition where I want the OS installed and it will continue successfully to completion the 2nd time.

    Is there a way to avoid this error?

All Replies

  • Tuesday, July 06, 2010 8:22 PM
     
     
    Can you upload your answer file somewhere so that we can see exactly what disk operations you're attempting?
  • Tuesday, July 06, 2010 8:48 PM
     
     
    Sure.   Where should I upload it?  What's your e-mail?
  • Wednesday, July 14, 2010 11:56 PM
     
     

    FYI to others who may run across this problem:

    For some reason, the disk configuration settings in Joe's answer file are causing a problem with IBW. He created 4 partitions, specified that the OS should be installed to the 2nd partition, and also set the WillShowUI setting to Always. The Always setting is for some reason causing the problem. Changing this setting to Never allowed installation to continue as normal.

    We're not sure what exactly is causing this failure, but will investigate and potentially release a fix in our next update.

  • Monday, January 10, 2011 11:36 PM
     
     

    WillShowUI=OnError is also a workaround.

    -----------------

    This has been a problem since Quebec.  It's still a problem with WES7 SP1 CTP.

    If you select the disk where windows is to be installed, the Install Windows error pop-up box reads

    ------

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

    See setup log files under [X:\window\panther] for details. 

    -----

    The setuperr.log file reads

    2011-02-23 19:00:26, Error                        PnPIBS: Error 0xE0000100 occurred while determining the class of INF I:\\AutoUnattend_Files\windowsPE\Out-of-Box Drivers\Graphics\autorun.inf.
    [gle=0xe0000100]
    2011-02-23 19:06:24, Error      [0x06423f] IBSLIB Failed to check compliance on disk, hr = 0x8030002e
    2011-02-23 19:06:24, Error      [0x0604c7] IBS    PrepareVolumeAsSystemVolume:Couldn't find system volume (looking under disk [-1] offset [0x0]); hr = 0x80004005
    2011-02-23 19:06:24, Error      [0x0604c9] IBS    PrepareSystemVolume:Failed to prepare boot disk and system volume[gle=0x00004005]
    2011-02-23 19:06:24, Error      [0x060221] IBS    Callback_PrepareSystemVolume: Unable to prepare and resolve system volume[gle=0x00004005]
    2011-02-23 19:06:24, Error      [0x060224] IBS    Callback_PrepareSystemVolume:Boot preparation for next phase failed; GLE = 0x4005.[gle=0x00004005]

    ----------

    So I go ahead and restart the installation.  This time 4 partitions show up and is ready to go.  I select the partition where the OS is to resides and the rest of installation proceeds properly.

    This issue has not been fixed since the beginning of WES 2011 CTP Quebec.