Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS m2 Recent version of Virtualbox 7.1.4 use vagrant 2.4.3 with 0x80004005 error #13545

Open
Sramler opened this issue Nov 19, 2024 · 3 comments

Comments

@Sramler
Copy link

Sramler commented Nov 19, 2024

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

@Sramler 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
@KylinVnne
Copy link

You must use a box built on the arm64 platform.

@Sramler
Copy link
Author

Sramler commented Dec 11, 2024

You must use a box built on the arm64 platform.

what box you use, I want to try.

@KylinVnne
Copy link

KylinVnne commented Dec 11, 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants