Search code examples
ubuntuvagrantvirtualbox

Vagrant up - The box 'ubuntu/vivid64' could not be found


On vagrant up keep getting this error:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/vivid64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'ubuntu/vivid64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/ubuntu/vivid64"]
Error: The requested URL returned error: 404 Not Found

I suggest that something is wrong with url, but don't know how to solve it..


Solution

  • You can also try the larryli/vivid64 box.

    https://vagrantcloud.com/larryli/boxes/vivid64