Windows 2016 Tech preview 3 unattended xml ImageInstall OSImage InstallFrom not working

Hi,

I get that it's a tech preview, maybe it's not supposed to work. I'm porting my unattended.xml from server 2012 R2 so I can try to get a packer template working to build a vagrant box so my developers can start exploring containers. Anyway, everything works as-is except the image selection. I did a dism /Get-ImageInfo and it listed 4 editions (all Windows 2012 R2) but obviously that's not what's presented in the edition selection pane of the machine OOBE. Anyway, can someone who knows about 2016 TP3 help with this?

Thanks,

Rob

            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Key>/IMAGE/INDEX </Key>
                            <Value>2</Value>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>2</PartitionID>
                    </InstallTo>
                </OSImage>
            </ImageInstall>

  • Moved by BrianEhMVP Wednesday, August 26, 2015 3:19 PM
  • Moved by BrianEhMVP Wednesday, August 26, 2015 3:20 PM
August 25th, 2015 11:46pm

Hi Rob,

The labels in the WIM haven't been updated yet. Image 3 is Technical Preview 3 Server Core and Image 4 is Technical Preview 3 Server with Desktop Experience.

Sorry for the confusion, hope that helps,

Andrew

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 7:51pm

Hi Andrew,

No worries, figured it's still a work in progress :). The ID's worked great, thanks for the assist!

Our little project thanks you :)

Cheers,

Rob

August 28th, 2015 8:52pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics