Skip to content

Instantly share code, notes, and snippets.

@gkb
Created October 29, 2013 13:43
Show Gist options
  • Save gkb/bea54ba78fe3a20d2089 to your computer and use it in GitHub Desktop.
Save gkb/bea54ba78fe3a20d2089 to your computer and use it in GitHub Desktop.
Error on vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'archlinux'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/Users/ujagkb/.vagrant.d/boxes/archlinux/virtualbox/box.ovf"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/gajubhat/.vagrant.d/boxes/archlinux/virtualbox/box.ovf...
OK.
0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Appliance import failed
VBoxManage: error: <vbox:Machine> element in OVF contains a medium attachment for the disk image 7a516c33-102f-48cb-8253-dd78a6c87be8 but the OVF describes no such image
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 779 of file VBoxManageAppliance.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment