

=> default: Box file was not detected as metadata. # Customize the amount of memory on the VM:īut even with the url, I get an error: $ vagrant up -provider virtualbox # Display the VirtualBox GUI when booting the machine # Every Vagrant development environment requires a box.

# For a complete reference, please see the online documentation at # The most common configuration options are documented and commented below. Here is the full Vagrantfile excluding most comments: # -*- mode: ruby -*. Testing this now using the link suggested in the comments. I found a suggestion elsewhere to add the box's url to the Vagrantfile as such: config.vm.box_url = "" If this is a privateīox on HashiCorp's Atlas, please verify you're logged in via The box 'ubuntu/xenial64' could not be found orĬould not be accessed in the remote catalog. => default: Box 'ubuntu/xenial64' could not be found. `` for more information on using Vagrant.īringing machine 'default' up with 'virtualbox' provider. The comments in the Vagrantfile as well as documentation on Ready to `vagrant up` your first virtual environment! Please read $ vagrant init ubuntu/xenial64 vagrant up -provider virtualboxĪ `Vagrantfile` has been placed in this directory. I deleted the vagrant stuff from the folder and redid the init and up commands, but again I get the same error. I used vagrant login to log in, getting the message "You are now logged in." Vagrant init ubuntu/xenial64 vagrant up -provider virtualboxĪlso, trusty 64 did not cause any warnings about logging in with vagrant login, but since xenial 64 did cause such a warning, I immediately created an account at. I was able to start up ubuntu/trusty64 without any problem, and did not need to log in to .īut when I tried ubuntu/xenial64 I got an error. Windows 8.1, latest vagrant and VirtualBox versions.
