Skip to content

Instantly share code, notes, and snippets.

@smarj
Created May 21, 2018 22:32
Show Gist options
  • Save smarj/b54d4622886ed8c4be23133d9da40d9a to your computer and use it in GitHub Desktop.
Save smarj/b54d4622886ed8c4be23133d9da40d9a to your computer and use it in GitHub Desktop.
CentOS7 Virtual Box error
==> default: Successfully added box 'centos/7' (v1804.02) for 'virtualbox'!
==> default: Importing base box 'centos/7'...
Progress: 90%There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/home/bill/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1804.02/virtualbox/box.ovf", "--vsys", "0", "--v$name", "centos-7-1-1.x86_64_1526939688635_30658", "--vsys", "0", "--unit", "7", "--disk", "/home/bill/VirtualBox VMs/ce$tos-7-1-1.x86_64_1526939688635_30658/centos-7-1-1.x86_64.vmdk"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /home/bill/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1804.02/virtualbox/box.ovf...
OK.
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the imported medium '/home/bill/VirtualBox VMs/centos-7-1-1.x86_64_1526939688635_30$58/centos-7-1-1.x86_64.vmdk'.
VBoxManage: error: VMDK: Compressed image is corrupted '/home/bill/.vagrant.d/boxes/centos-VAGRANTSLASH-7/1804.02/virtu$lbox/centos-7-1-1.x86_64.vmdk' (VERR_ZIP_CORRUPTED)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 886 of file VBoxManageAppliance.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment