PackerBuilds icon indicating copy to clipboard operation
PackerBuilds copied to clipboard

Using WindowsServer2022\HCL_build\setup\win22\efi\statisIP\autounattend.xml results in install unable to process answer file.

Open dmilhuisen opened this issue 5 months ago • 3 comments

Ussing the WindowsServer2022\HCL_build\setup\win22\efi\staticIP\autounattend.xml

Results in the following:

Image

Only filled in details:



<Networking>
    <Interfaces>
        <Interface wcm:action="add" wcm:keyValue="1">
            <Ipv4Settings>
                <IpAddress>172.21.253.20</IpAddress>
                <SubnetMask>255.255.255.0</SubnetMask>
                <Gateway>172.21.253.254</Gateway>
                <DnsServers>
                    <DnsServer>172.21.253.1</DnsServer>
                    <DnsServer>172.21.253.2</DnsServer>
                </DnsServers>
            </Ipv4Settings>
        </Interface>
    </Interfaces>
</Networking>

dmilhuisen avatar Jul 18 '25 04:07 dmilhuisen