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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unattend.xml not used for WS2009 with Packer & VirtualBox #71

Closed
hc-github-team-packer opened this issue Jul 20, 2022 · 2 comments
Closed

Comments

@hc-github-team-packer
Copy link

This issue was originally opened by @jvuibert in hashicorp/packer#11879 and has been migrated to this repository. The original issue description is below.


Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.

Overview of the Issue

Packer launchs the virtual machine (WS2009 Std) creation, mounts the floppy disk.
But the Windows Server 2019 Std installation stays on waiting user actions (language selection and so on) because the unattend.xml file is not used.

Reproduction Steps

  1. Create an autounattend.xml file from the WS20019 EVAL ISO file, using the Windows SIM tool
  2. Use packer + virtualbox to generate OVA file from ISO + answer file
  3. Validate packer file, then build the all

Note by opening the VFD file created by Parker, I see the content of the unattend.xml

Packer version

1.8.0

Simplified Packer Template

Packer template
https://github.com/jvuibert/packer-ws2019/blob/main/mywindows2019.pkr.hcl
Answer file
https://github.com/jvuibert/packer-ws2019/blob/main/scripts/Autounattend.xml

Operating system and Environment details

Host : Windows 10 (for Packer and Windows SIMP tool to generate the unattend.xml)
VirtualBox : 6.1.34 r150636
ISO Windows Server 2019 : 17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso

@jvuibert
Copy link

jvuibert commented Aug 4, 2022

I will ask to close this issue.
The problem comes from the Windows Server EVAL ISO which does not seem to support other languages than en-US (fr-FR in my Autounattend.xml ).

@nywilken
Copy link
Member

nywilken commented Aug 5, 2022

Hi @jvuibert thank you for following up with the issue and updating it with your findings. I will close the issue as requested.

For the future you may want to try the Packer community forum for these types of configuration issues, as the GitHub issue tracker is only watched by a small subset of maintainers. You might have a better chance of finding someone who can help you sooner in the forum. Happy Building.

@nywilken nywilken closed this as completed Aug 5, 2022
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

3 participants