-
Notifications
You must be signed in to change notification settings - Fork 264
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
Unable to unzip "C:\Users\vagrant\windows.iso" #37
Comments
Same here with VMware Fusion 8 Pro, Packer 0.8.6 and Vagrant 1.7.4 |
I'm having the same issue and currently running with the suggestion from the packer thread... However, I also decided to add floppy/update.bat to win7x64-enterprise.json. I mistakenly assumed that simply setting "updates=true" on the packer build -var line would run the updates. |
Can you explicitly set |
Same here with VMware Fusion 8.02 Pro, Packer 0.8.6 and Vagrant 1.7.4 |
If you are using WinRM, see packer-community/packer-windows-plugins#25 |
To get around this issue I disabled "guest_additions_mode" and instead read in the .vbox_version file and use it to create a URL in order to download the iso from download.virtualbox.org/virtualbox. There is still the chance that the .vbox_version file causes the error but as it is a much smaller file I have only seen it fail once. |
I don't seem to have this issue, but despite that is this issue still occuring? A lot of things have changed since then so I just want to be sure. I've marked this issue as stale as this is almost 4 years old. Iff nobody has any objections, I'll close it in one month. |
Closing this. Let me know if closing it is a mistake and I'll re-open it. Thanks. |
I'm getting a build error (VmWare) with what looks like the vmtool.bat file. If I remove it from the Packer config file it works. VirtualBox and Parallels is working OK.
The text was updated successfully, but these errors were encountered: