Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Server 2016 guest_os_type? #62

Closed
basictheprogram opened this issue Dec 6, 2017 · 1 comment
Closed

Windows Server 2016 guest_os_type? #62

basictheprogram opened this issue Dec 6, 2017 · 1 comment

Comments

@basictheprogram
Copy link

In windows_2016.json the guest_os_type is Windows2012_64

      "vm_name":"WindowsServer2016",
      "type": "virtualbox-iso",
      "communicator": "winrm",
      "iso_url": "{{user `iso_url`}}",
      "iso_checksum_type": "{{user `iso_checksum_type`}}",
      "iso_checksum": "{{user `iso_checksum`}}",
      "headless": "{{user `headless`}}",
      "boot_wait": "2m",
      "winrm_username": "vagrant",
      "winrm_password": "vagrant",
      "winrm_timeout" : "{{user `winrm_timeout`}}",
      "shutdown_command": "a:/sysprep.bat",
      "guest_os_type": "Windows2012_64",
      "guest_additions_mode": "disable",
      "disk_size": "{{user `disk_size`}}",

$ vboxmanage list ostypes

ID: Windows2016_64
Description: Windows 2016 (64-bit)
Family ID: Windows
Family Desc: Microsoft Windows
64 bit: true

@StefanScherer
Copy link
Owner

Yes, this can be updated. The templates started before that ostype was available in vbox.

basictheprogram added a commit to basictheprogram/packer-windows that referenced this issue Dec 13, 2017
basictheprogram added a commit to basictheprogram/packer-windows that referenced this issue Dec 13, 2017
The vmware-iso build still needs to have a guest_ost_type: windows9srv-64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants