Win10 20H2 WDS Unattended installation, stops after creating partition

Page 2 of 2 FirstFirst 12

  1. Posts : 9
    Windows 10 Pro x64
    Thread Starter
       #11

    MaloK said:
    Yes in the PE phase, after the failure, if you can press shift-f10, to open a cmd promt, the logs will be located in x:\windows\panther
    I got my logs 2 times, once when I get the disk managment screen, and one after I delete my partitions and hit next to start the setup and get the error that says partition is not ready.
    Thank you!Logs.zip
      My Computer


  2. Posts : 2,800
    Windows 7 Pro
       #12

    Just an update

    This is the part that have to be investigated.

    Code:
    2021-10-25 09:03:25, Info                  IBS    DetermineDeviceSupport:Disk 0 has the necessary driver support
    2021-10-25 09:03:26, Info                         PublishDiskInfoOnBlackboard: Successfully serialized disk info.
    2021-10-25 09:03:26, Info       [0x0603d2] IBS    CallBack_DiskConfiguration_ApplyUnattend: Gathering offline drive-letter assignments from unattend.xml's DiskConfiguration setting...
    2021-10-25 09:03:26, Info       [0x060352] IBS    PerformInstallDiskPreparationOps:Install disk number = 0; install partition offset = 0x24400000
    2021-10-25 09:03:26, Info                  IBS    PerformInstallDiskPreparationOps:Install destination is unallocated or unformatted; auto-preparing as necessary...
    2021-10-25 09:03:26, Error      [0x060444] IBS    PerformInstallDiskPreparationOps:Failed to get the disk/partition information, disk number = [0]; partition offset = [0x24400000]
    2021-10-25 09:03:26, Error      [0x060350] IBS    CallBack_PrepareInstallDrive:An error occurred while preparing install drive hr = 0x8007000D
    2021-10-25 09:03:26, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Die f�r die Installation ausgew�hlte Partition konnte nicht vorbereitet werden.]
    2021-10-25 09:03:26, Info       [0x0a013d] UI     Accepting Cancel. Exiting Page Auf den Server wird gewartet.
    While the disk passes all validations, at this point for some reason, the process fails to get partition information.
      My Computers


  3. Posts : 9
    Windows 10 Pro x64
    Thread Starter
       #13

    MaloK said:
    Just an update

    This is the part that have to be investigated.

    Code:
    2021-10-25 09:03:25, Info                  IBS    DetermineDeviceSupport:Disk 0 has the necessary driver support
    2021-10-25 09:03:26, Info                         PublishDiskInfoOnBlackboard: Successfully serialized disk info.
    2021-10-25 09:03:26, Info       [0x0603d2] IBS    CallBack_DiskConfiguration_ApplyUnattend: Gathering offline drive-letter assignments from unattend.xml's DiskConfiguration setting...
    2021-10-25 09:03:26, Info       [0x060352] IBS    PerformInstallDiskPreparationOps:Install disk number = 0; install partition offset = 0x24400000
    2021-10-25 09:03:26, Info                  IBS    PerformInstallDiskPreparationOps:Install destination is unallocated or unformatted; auto-preparing as necessary...
    2021-10-25 09:03:26, Error      [0x060444] IBS    PerformInstallDiskPreparationOps:Failed to get the disk/partition information, disk number = [0]; partition offset = [0x24400000]
    2021-10-25 09:03:26, Error      [0x060350] IBS    CallBack_PrepareInstallDrive:An error occurred while preparing install drive hr = 0x8007000D
    2021-10-25 09:03:26, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Die f�r die Installation ausgew�hlte Partition konnte nicht vorbereitet werden.]
    2021-10-25 09:03:26, Info       [0x0a013d] UI     Accepting Cancel. Exiting Page Auf den Server wird gewartet.
    While the disk passes all validations, at this point for some reason, the process fails to get partition information.
    Uh oh, I've trying googling those errors and I must be the only one with them.
      My Computer


  4. Posts : 2,800
    Windows 7 Pro
       #14

    Hi,

    Sorry for the delay,

    I audited every disk operations in your log, And it's makes me wonder why would. The message

    PerformInstallDiskPreparationOps:Install destination is unallocated or unformatted; auto-preparing as necessary...

    Appear... After doing..

    ApplyDiskOperationUsingService: Formatting partition on disk [0] at offset [0x100000]; DC FS type = 0x3.
    ApplyDiskOperationUsingService: Formatting partition on disk [0] at offset [0x100000]; DC FS type = 0x3
    ApplyDiskOperationUsingService: Formatting partition on disk [0] at offset [0x1f500000]; DC FS type = 0x3

    This part seems incorrect.

    DiskInfo:===== Disk number [0] =====
    DiskInfo: Friendly name: [ST3250312AS]
    DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]
    DiskInfo: Disk signature [0x91AA2E6]
    DiskInfo: Size (bytes) [250059350016 / 0x3a38b2e000]
    DiskInfo: Sector size (bytes) [512]
    DiskInfo: Disk bus type: [Serial ATA]
    DiskInfo: SMART health status = OK
    DiskInfo: Partition style: MBR
    DiskInfo: 5 region(s), 2 partition(s), 2 toplevel partition(s)
    DiskInfo: ------- Unallocated disk region --------
    DiskInfo: Offset (bytes) [0 / 0x0]
    DiskInfo: Size (bytes) [32256 / 0x7e00]
    DiskInfo: ------- Unallocated disk region --------
    DiskInfo: Offset (bytes) [32256 / 0x7e00]
    DiskInfo: Size (bytes) [1016320 / 0xf8200]
    DiskInfo: ------ NT partition number [1] -------
    DiskInfo: Offset (bytes) [1048576 / 0x100000]
    DiskInfo: Size (bytes) [524288000 / 0x1f400000]
    DiskInfo: Simple index: [1]
    DiskInfo: MBR partition type: 0x27 (recognized)
    DiskInfo: OEM partition
    DiskInfo: DOS drive letter [C:]
    DiskInfo: NT path: [\Device\HarddiskVolume5]
    DiskInfo: File system type: [NTFS]
    DiskInfo: File system version: [3:1]
    DiskInfo: Volume label: [System Reserved]
    DiskInfo: Volume free space (bytes) [507281408]
    DiskInfo: ------ NT partition number [2] -------
    DiskInfo: Offset (bytes) [525336576 / 0x1f500000]
    DiskInfo: Size (bytes) [249532776448 / 0x3a19500000]
    DiskInfo: Simple index: [2]
    DiskInfo: MBR partition type: 0x7 (recognized)
    DiskInfo: Active partition bit is set
    DiskInfo: DOS drive letter [D:]
    DiskInfo: NT path: [\Device\HarddiskVolume6]
    DiskInfo: File system type: [NTFS]
    DiskInfo: File system version: [3:1]
    DiskInfo: Volume label: [Windows10]
    DiskInfo: Volume flags = [0x98464]
    DiskInfo: Volume free space (bytes) [249427161088]
    DiskInfo: ------- Unallocated disk region --------
    DiskInfo: Offset (bytes) [250058113024 / 0x3a38a00000]
    DiskInfo: Size (bytes) [188416 / 0x2e000]

    I don't think your OEM partition should have a drive letter assigned. And I think because it get C:\ might be part of the problem
    the code I provided should not assign letters to the Windows RE partition type: 0x27 should remain hidden. A problem like that occurred in 2018 where windows would assign c:\ to OEM partition then proceeded to install windows on D:\

    I don't know if this problem could occur in an unattended setup... But it sure looks like it...
      My Computers


  5. Posts : 9
    Windows 10 Pro x64
    Thread Starter
       #15

    panther.zip

    I stripped down my XML and removed the letter.
    It does give C:/ to windows partition atm, check the logs.
    But it still does the same thing, Does not automatically partition unless I try to setup on the empty drive, and get the error.
    Logs are after the error.

    My xml:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DiskConfiguration>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Order>1</Order>
                                <Type>Primary</Type>
                                <Size>500</Size>
                            </CreatePartition>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>2</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>System Reserved</Label>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                                <TypeID>0x27</TypeID>
                            </ModifyPartition>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>Windows10</Label>
                                <Order>2</Order>
                                <PartitionID>2</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>2</PartitionID>
                        </InstallTo>
                        <InstallToAvailablePartition>false</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                    </OSImage>
                </ImageInstall>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/users/user/desktop/v31.wim#v31" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:26.
Find Us




Windows 10 Forums