joefitzgerald / packer-windows

Windows Packer Templates
MIT License
1.63k stars 1.12k forks source link

Windows 2012 r2 server template #208

Closed Rapso closed 6 years ago

Rapso commented 8 years ago

There is issue with this template, when installator after collecting informations ask if we want install core only, or with gui version. It does stops then.

rperez31 commented 7 years ago

Hey Guys,

I got this working on my VirtualBox, I was wondering how do I implement this in our Vsphere?

StefanScherer commented 7 years ago

@Rapso It seems that your ISO does not fit to the selection in the Autounattend.xml. So the installer stops asking for the right selection. You may have to update the Autounattend.xml for your ISO.

@rperez31 Have a look at https://www.packer.io/docs/post-processors/vsphere.html how to add vShere into the packer templates. Maybe some real world examples at https://github.com/tsugliani/packer-vsphere-templates may help you.