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 2019 core build hangs during compact.bat #194

Closed
ghost opened this issue May 30, 2019 · 1 comment
Closed

windows 2019 core build hangs during compact.bat #194

ghost opened this issue May 30, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented May 30, 2019

i created a custom build script with the following content

#!/bin/bash
packer build \
  --only=virtualbox-iso \
  --var vhv_enable=true \
  --var iso_url=~/downloads/17763.379.190312-0539.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso \
  windows_2019_core.json

when running the build it seems to stop during the compact.bat execution
Screenshot 2019-05-30 16 26 28

watching task manager within the vm it appears that both udefrag and sdelete have completed their executions.. but the build stops here.. this would appear to be the end of the provisioning.. but the post processing step does not appear to be happening..

perhaps my ignorance is showing.. but i am at a loss as to how to troubleshoot this further..

@ghost
Copy link
Author

ghost commented May 30, 2019

this issue is mentioned upstream..
joefitzgerald#280

downgrading packer to 1.3.5 has allowed me to work around the issue

@ghost ghost closed this as completed May 30, 2019
This issue was closed.
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

0 participants