You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building fails because packer try's to open file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
You can't access program files with C:/Program%20Files/ on Windows.
only file://C:/Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso works.
virtualbox-ovf: Downloading or copying Guest additions virtualbox-ovf: Downloading or copying: file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso virtualbox-ovf: Error downloading: CreateFile /Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso: Das System kann den angegebenen Pfad nicht finden.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 2, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
packer version: 1.1.3
Windows 10 Pro 1709 - German Language
Log:
https://gist.github.com/cht47/12fde15f81073e10de468da554b66356
template.json:
{ "builders": [ { "type": "virtualbox-ovf", "source_path": "ubuntu1604.ovf", "ssh_username": "vagrant", "ssh_password": "vagrant", "shutdown_command": "echo 'packer' | sudo -S shutdown -P now" } ] }
Building fails because packer try's to open file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
You can't access program files with C:/Program%20Files/ on Windows.
only file://C:/Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso works.
virtualbox-ovf: Downloading or copying Guest additions virtualbox-ovf: Downloading or copying: file://C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso virtualbox-ovf: Error downloading: CreateFile /Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso: Das System kann den angegebenen Pfad nicht finden.
The text was updated successfully, but these errors were encountered: