ubuntu – What is the solution when this vagrant up command output error happens?

C:\Projects\lab1-simple-environment>vagrant up
Bringing machine ‘myvm’ up with ‘virtualbox’ provider…
==> myvm: Importing base box ‘ubuntu/bionic64’…
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: [“import”, “\\?\C:\Users\luana\.vagrant.d\boxes\ubuntu-VAGRANTSLASH-bionic64\20230607.0.0\virtualbox\box.ovf”, “–vsys”, “0”, “–vmname”, “ubuntu-bionic-18.04-cloudimg-20230607_1694984646752_54165”, “–vsys”, “0”, “–unit”, “13”, “–disk”, “C:/Users/luana/VirtualBox VMs/ubuntu-bionic-18.04-cloudimg-20230607_1694984646752_54165/ubuntu-bionic-18.04-cloudimg.vmdk”, “–vsys”, “0”, “–unit”, “14”, “–disk”, “C:/Users/luana/VirtualBox VMs/ubuntu-bionic-18.04-cloudimg-20230607_1694984646752_54165/ubuntu-bionic-18.04-cloudimg-configdrive.vmdk”]

Stderr: 0%…10%…20%…30%…40%…50%…60%…70%…80%…90%…100%
Interpreting \?\C:\Users\luana.vagrant.d\boxes\ubuntu-VAGRANTSLASH-bionic64\20230607.0.0\virtualbox\box.ovf…
OK.
0%…VBOX_E_INVALID_OBJECT_STATE
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Storage for the medium ‘C:\Users\luana\VirtualBox VMs\ubuntu-bionic-18.04-cloudimg-20230607_1694984646752_54165\ubuntu-bionic-18.04-cloudimg.vmdk’ is not created
VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component ApplianceWrap, interface IAppliance
VBoxManage.exe: error: Context: “enum RTEXITCODE __cdecl handleImportAppliance(struct HandlerArg *)” at line 1419 of file VBoxManageAppliance.cp

Read more here: Source link