Issue with Vagrant #81
Unanswered
mkazmierski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When using 'vagrant up' on Mac Monterey (12.0.1) it returns the following error:
/Users/mark/Desktop/NetOps/kubernetes/certified-kubernetes-administrator-course # vagrant up
Bringing machine 'kubemaster' up with 'virtualbox' provider...
Bringing machine 'kubenode01' up with 'virtualbox' provider...
Bringing machine 'kubenode02' up with 'virtualbox' provider...
==> kubemaster: Importing base box 'ubuntu/bionic64'...
Progress: 90%There was an error while executing
VBoxManage
, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/Users/mark/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-bionic64/20211025.0.0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "ubuntu-bionic-18.04-cloudimg-20211025_1636321226014_86297", "--vsys", "0", "--unit", "13", "--disk", "/Users/mark/VMs/ubuntu-bionic-18.04-cloudimg-20211025_1636321226014_86297/ubuntu-bionic-18.04-cloudimg.vmdk", "--vsys", "0", "--unit", "14", "--disk", "/Users/mark/VMs/ubuntu-bionic-18.04-cloudimg-20211025_1636321226014_86297/ubuntu-bionic-18.04-cloudimg-configdrive.vmdk"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/mark/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-bionic64/20211025.0.0/virtualbox/box.ovf...
OK.
0%...
Progress state: VBOX_E_INVALID_OBJECT_STATE
VBoxManage: error: Appliance import failed
VBoxManage: error: Storage for the medium '/Users/mark/VMs/ubuntu-bionic-18.04-cloudimg-20211025_1636321226014_86297/ubuntu-bionic-18.04-cloudimg.vmdk' is not created
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg *)" at line 1119 of file VBoxManageAppliance.cpp
Can you modify / update the file to have it working with no issues?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions