Vagrant 2.4.8 + VirtualBox 7.2.0 Revision: 170228

Hello,
Host information:Debian GNU/Linux 12 (bookworm)
I installed VirtualBox 7.2.0 (Revision: 170228). After running vagrant up, I encountered the following error:

The provider ‘virtualbox’ that was requested to back the machine ‘cluster_master’ is reporting that it isn’t usable on this system. The reason is shown below:

Vagrant has detected that you have a version of VirtualBox installed that is not supported by this version of Vagrant. Please install one of the supported versions listed below to use Vagrant:

4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, 7.1

A Vagrant update may also be available that adds support for the version you specified. Please check Install | Vagrant | HashiCorp Developer to download the latest version.

====

When I uninstall VirtualBox 7.2.0 and reinstall virtualbox-7.1_7.1.12-169651~Debian~bookworm_amd64.deb, Vagrant works as expected and runs successfully.

Hi @GhubOsua ,

We have merged the PR to support VirtualBox’s latest release. You can use the patch via the latest pre-release version of Vagrant. We will do a release for it soon.

For reference here is the PR

Thanks

1 Like