Debug output
https://gist.github.com/mrdc/bbde883832d21763ca9f975adb641e10
Expected behavior
Vagrant should work with the recent Virtualbox version as the backend.
Actual behavior
Vagrant doesn't work with the recent Virtualbox version as the backend.
Reproduction information
Vagrant version
Vagrant 2.4.1
vagrant-vbguest (0.32.0, global)
Virtualbox 7.1.0-r164697
Host operating system
macOS 14.6.1
Guest operating system
Ubuntu 14.04 64bit
Steps to reproduce
- Update Virtualbox to 7.1.0-r164697
- Try to start a box using vagrant up
- Vagrant shows an error:
% vagrant up
The provider 'virtualbox' that was requested to back the machine
'default' 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
A Vagrant update may also be available that adds support for the version
you specified. Please check www.vagrantup.com/downloads.html to download
the latest version.
Vagrantfile
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/trusty64'
config.vm.provider :virtualbox do |v, override|
v.memory = 2048
v.cpus = 2
end
end
Debug output
https://gist.github.com/mrdc/bbde883832d21763ca9f975adb641e10
Expected behavior
Vagrant should work with the recent Virtualbox version as the backend.
Actual behavior
Vagrant doesn't work with the recent Virtualbox version as the backend.
Reproduction information
Vagrant version
Vagrant 2.4.1
vagrant-vbguest (0.32.0, global)
Virtualbox 7.1.0-r164697
Host operating system
macOS 14.6.1
Guest operating system
Ubuntu 14.04 64bit
Steps to reproduce
Vagrantfile