Vagrant version is 'Vagrant 2.2.10' Detected Mac host! Installing vagrant-linux.sh as vagrant-linux CLI command... Command installed! Run 'vagrant-linux --help' for a list of commands. Bringing up machine... Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'cybersecurity/UbuntuVM'... 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", "/Users/ericgraham/.vagrant.d/boxes/cybersecurity-VAGRANTSLASH-UbuntuVM/1.2.0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "ubuntu_linux_1601664750763_85659_1603986924228_85341", "--vsys", "0", "--unit", "15", "--disk", "/Volumes/BACKUP/ubuntu_linux_1601664750763_85659_1603986924228_85341/box-disk001.vmdk"] Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Interpreting /Users/ericgraham/.vagrant.d/boxes/cybersecurity-VAGRANTSLASH-UbuntuVM/1.2.0/virtualbox/box.ovf... OK. 0%... Progress state: NS_ERROR_INVALID_ARG VBoxManage: error: Appliance import failed VBoxManage: error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available) VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg *)" at line 1118 of file VBoxManageAppliance.cpp Current machine states: default not created (virtualbox) The environment has not yet been created. Run `vagrant up` to create the environment. If a machine is not created, only the default provider will be shown. So if a provider is not listed, then the machine is not created for that environment. Next, open up Virtual Box to see this VM running there, as well. On Windows, press the Windows Key; type 'VirtualBox'; and hit ENTER. On Mac, press Cmd + Space; type 'VirtualBox' and hit ENTER. And that's it — enjoy! Specify one of the following: -c/--create Install Vagrant VM -i/--install Install vagrant-linux CLI command -r/--recreate Reload Vagrant VM -s/--start Start VM -u/--update Download updated version of VM --help Print this message --suspend Stop machine and save exact state -resume Restart machine after `vagrant-linux suspend` If you ran vagrant-linux.sh --create, you'll be able to find your bootcamp's Vagrantfile in: /Users/ericgraham/Documents/Cybersecurity-Bootcamp/Linux-Module