We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vboxmanage --version
vagrant plugin list
packer fix vbox-win7.json > vbox-win7-new.json packer build -force -only virtualbox-iso vbox-win7-new.json
Command output and error message:
... ==> virtualbox-iso: Executing custom VBoxManage commands... virtualbox-iso: Executing: modifyvm packer-virtualbox-iso-1720746766 --memory 5120 virtualbox-iso: Executing: modifyvm packer-virtualbox-iso-1720746766 --vram 36 virtualbox-iso: Executing: modifyvm packer-virtualbox-iso-1720746766 --cpus 2 ==> virtualbox-iso: Starting the virtual machine... ==> virtualbox-iso: Error starting VM: VBoxManage error: VBoxManage: error: The virtual machine 'packer-virtualbox-iso-1720746766' has terminated unexpectedly during startup because of signal 6 ==> virtualbox-iso: VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine ==> virtualbox-iso: Cleaning up floppy disk... ==> virtualbox-iso: Deregistering and deleting VM... ==> virtualbox-iso: Deleting output directory... Build 'virtualbox-iso' errored after 13 seconds 668 milliseconds: Error starting VM: VBoxManage error: VBoxManage: error: The virtual machine 'packer-virtualbox-iso-1720746766' has terminated unexpectedly during startup because of signal 6 VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine ==> Wait completed after 13 seconds 668 milliseconds ==> Some builds didn't complete successfully and had errors: --> virtualbox-iso: Error starting VM: VBoxManage error: VBoxManage: error: The virtual machine 'packer-virtualbox-iso-1720746766' has terminated unexpectedly during startup because of signal 6 VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine ==> Builds finished but no artifacts were created.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
vboxmanage --version
: 6.1.50_Ubuntur161033vagrant plugin list
: vagrant-winrm-syncedfolders (1.0.1, global)Steps to Reproduce
packer fix vbox-win7.json > vbox-win7-new.json packer build -force -only virtualbox-iso vbox-win7-new.json
Command output and error message:
The text was updated successfully, but these errors were encountered: