You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sramler
changed the title
macos m2 Recent version of Virtualbox 7.1.4 use vagrant 2.4.3 with 0x80004005 error
macOS m2 Recent version of Virtualbox 7.1.4 use vagrant 2.4.3 with 0x80004005 error
Nov 19, 2024
Unfortunately, I've actually done a lot of testing on m2 and vagrant support for virtualbox is very limited. There are actually no arm64 architecture images built on virtualbox on HCP either, the currently available boxes are based on vmware and qemu.
The box can be found here: https://portal.cloud.hashicorp.com/vagrant/discover/perk/ubuntu-2204-arm64
Debug output
https://gist.github.com/Sramler/04fd00aa0f78a211f2b4171823d4546f
Expected behavior
running without error
Actual behavior
running with error
Reproduction information
Vagrant version
Vagrant 2.4.3
Virtualbox 7.1.4 r165100
Host operating system
macOS Sequoia 15.1
Guest operating system
ubuntu/jammy64 (virtualbox, 20241002.0.0)
Steps to reproduce
1.VAGRANT_LOG=debug vagrant up > vagrant_debug.log 2>&1
2.cat vagrant_debug.log you will see 0x80004005 error
3.
Vagrantfile
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/jammy64'
end
The text was updated successfully, but these errors were encountered: