Following the official tutorial at Set up your development environment | Vagrant | HashiCorp Developer after initializing the environment with (as in the guide)
vagrant init hashicorp-education/ubuntu-24-04 --box-version 0.1.0
the following prints on console:
A Vagrantfile has been placed in this directory. You are now
ready to vagrant up your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
vagrantup.com for more information on using Vagrant.
Seemingly all good until this point, but on
> vagrant up
The following error pops:
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘hashicorp-education/ubuntu-24-04’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
The box ‘hashicorp-education/ubuntu-24-04’ could not be found or could not be accessed in the remote catalog.
If this is a private box on the HashiCorp Vagrant Public Registry, please verify
you’re logged in via vagrant cloud auth login. Also, please double-check the name.
The expanded URL and error message are shown below:
URL: [“https://vagrantcloud.com/hashicorp-education/ubuntu-24-04”]
Error: The requested URL returned error: 404
The error persist even after attempts to log in to Vagrant Cloud via powershell (even with administrator mode). Username and pw triple checked.
An unexpected error occurred: Vagrant Cloud request failed - Method Not Allowed
The image (hashicorp-education/ubuntu-24-04 with or without box version) is not show on the Hashicorp box registry. Hashicorp-education doesn’t exist.
I’ll spare you reading through the steps downloading the official tutorial from github, the result is the same. I’ve tried on two systems, same result. Was the tutorial (accidentally) moved, deleted or renamed? Other images build as intended.
System information:
PC 1:
Win11/ReviOS 11 24.12
Vagrant version: 2.4.9
Virtualbox version: 7.2.2
PC 2:
Win10 (stock, whatever is the latest update on it)
Vagrant version: 2.4.9
Virtualbox version: 7.2.6