unattend.xml <WillWipeDisk>true</WillWipeDisk> fails to clean drive for gpt partitions


i'm getting windows can not installed disk. selected disk gpt partition style.  on every brand new dell r610 (with perc sas raid) have.  same error in bios/efi , efi mode. 

if use diskpart manually clean, can install.  bug.  please don't refer me reading, have done that.  problem documented, manual solution isn't fix.  efi servers new standard, need fixed.  unacceptable.  technet:

microsoft recommends use windows setup install uefi-based computers. process simpler , less prone errors.

my autounattend.xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
        <component name="microsoft-windows-servermanager-svrmgrnc" 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">
            <donotopenservermanageratlogon>true</donotopenservermanageratlogon>
        </component>
        <component name="microsoft-windows-outofboxexperience" 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">
            <donotopeninitialconfigurationtasksatlogon>true</donotopeninitialconfigurationtasksatlogon>
        </component>
    </settings>
    <settings pass="windowspe">
        <component name="microsoft-windows-international-core-winpe" 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">
            <setupuilanguage>
                <uilanguage>en-us</uilanguage>
            </setupuilanguage>
            <inputlocale>en-us</inputlocale>
            <systemlocale>en-us</systemlocale>
            <uilanguage>en-us</uilanguage>
            <userlocale>en-us</userlocale>
        </component>
        <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">
                    <diskid>0</diskid>
                    <willwipedisk>true</willwipedisk>
                    <createpartitions>
                        <createpartition wcm:action="add">
                            <order>1</order>
                            <size>500</size>
                            <type>efi</type>
                        </createpartition>
                        <createpartition wcm:action="add">
                            <order>3</order>
                            <extend>true</extend>
                            <type>primary</type>
                        </createpartition>
                        <createpartition wcm:action="add">
                            <type>msr</type>
                            <size>128</size>
                            <order>2</order>
                        </createpartition>
                    </createpartitions>
                    <modifypartitions>
                        <modifypartition>
                            <order>1</order>
                            <partitionid>1</partitionid>
                            <label>system</label>
                            <format>fat32</format>
                            <letter>s</letter>
                        </modifypartition>
                        <modifypartition>
                            <order>2</order>
                            <partitionid>3</partitionid>
                            <letter>c</letter>
                            <label>windows</label>
                            <format>ntfs</format>
                            <extend>false</extend>
                            <active>true</active>
                        </modifypartition>
                    </modifypartitions>
                </disk>
            </diskconfiguration>
            <imageinstall>
                <osimage>
                    <installfrom>
                        <metadata wcm:action="add">
                            <key>/image/name</key>
                            <value>windows server 2008 r2 serverstandard</value>
                        </metadata>
                    </installfrom>
                    <installto>
                        <diskid>0</diskid>
                        <partitionid>3</partitionid>
                    </installto>
                    <installtoavailablepartition>false</installtoavailablepartition>
                    <willshowui>onerror</willshowui>
                </osimage>
            </imageinstall>
            <userdata>
                <productkey>
                    <key></key>
                    <willshowui>onerror</willshowui>
                </productkey>
                <accepteula>true</accepteula>
                <fullname>windows</fullname>
                <organization>windows</organization>
            </userdata>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="microsoft-windows-terminalservices-publishing-wmiprovider" 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">
            <fdisabledallowlist>false</fdisabledallowlist>
        </component>
        <component name="microsoft-windows-terminalservices-rdp-winstationextensions" 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">
            <securitylayer>1</securitylayer>
            <userauthentication>0</userauthentication>
        </component>
        <component name="networking-mpssvc-svc" 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">
            <firewallgroups>
                <firewallgroup wcm:action="add" wcm:keyvalue="remotedesktop">
                    <active>true</active>
                    <group>remotedesktop</group>
                    <profile>all</profile>
                </firewallgroup>
            </firewallgroups>
        </component>
    </settings>
    <settings pass="oobesystem">
        <component name="microsoft-windows-shell-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">
            <display>
                <colordepth>32</colordepth>
                <horizontalresolution>1280</horizontalresolution>
                <verticalresolution>960</verticalresolution>
            </display>
            <useraccounts>
                <administratorpassword>
                    <value>zzz</value>
                    <plaintext>false</plaintext>
                </administratorpassword>
            </useraccounts>
        </component>
    </settings>
    <cpi:offlineimage cpi:source="wim://s1/deploy/operating%20systems/2008_r2_x64/sources/install.wim#windows server 2008 r2 serverstandard" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

 

have seen reply in thread?

 

 



Windows Server  >  Setup Deployment



Comments

Popular posts from this blog

Edit Group Policy

Hyper-V VM not reaching OS 'Logon' screen

DNS question...