Using vagrant to build VM return " imag corrupted" error

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Kami
Posts: 1
Joined: 26. Aug 2014, 05:16

Using vagrant to build VM return " imag corrupted" error

Post by Kami »

detalis follows , someone have the same error? thx

kami@kami-R460:~/workspace/linux$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'lucid32'...
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/kami/.vagrant.d/boxes/lucid32/0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "lucid32_1409022395578_27722", "--vsys", "0", "--unit", "9", "--disk", "/home/kami/VirtualBox VMs/lucid32_1409022395578_27722/box-disk1.vmdk"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /home/kami/.vagrant.d/boxes/lucid32/0/virtualbox/box.ovf...
OK.
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the clone medium '/home/kami/VirtualBox VMs/lucid32_1409022395578_27722/box-disk1.vmdk'.
VBoxManage: error: VMDK: Compressed image is corrupted '/home/kami/.vagrant.d/boxes/lucid32/0/virtualbox/box-disk1.vmdk' (VERR_ZIP_CORRUPTED)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 779 of file VBoxManageAppliance.cpp
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Using vagrant to build VM return " imag corrupted" error

Post by mpack »

The use of Vagrant is not supported here.
Post Reply