-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support MacOS hosts by moving to VBox 7.1 #39
Comments
Vagrant 2.4.3 works on Ubuntu 24 with VirtualBox 7.1. I tried with bento/rockylinux-9. |
Vagrant 2.4.3 and VBox 7.1.6 work fine on Windows 11: tried rockylinux/9 and bento/ubuntu-24.04 |
First note: Vagrant suggests to install vagrant via |
Just to update this: virtual box works with the new Macs now and it is possible to install Rocky Linux aarch64 The issue with the Phoebus documentation ( #13 ) remains (there are actually quite a lot of JavaFX errors, but Phoebus itself and the Demo panels still run properly) The second issue remains bluesky. The container which is provided is based on x86_64 architecture. I tried building with an |
@eddybl - I was not able to get virtual box to work with M2 macs. The error I get when trying to run
There appears to be an enhancement request about this: hashicorp/vagrant#13586 How did you get around this? |
Yeah that might have not been clear with my last answer, but I gave up with vagrant at some point. I tried to follow the instructions to manually set up the training VM to see how far I get without the additional possible complications |
@simon-ess Linked issue was merged, not sure when it will be released, but vagrant can be easily monkey-patched, just add below snippet to your Vagrantfile
Also bento released plenty on boxes built for virtualbox arm64 |
That sounds promising! Thanks a lot. @eddybl, @simon-ess: Please try that snippet, so we can add it to the |
With version 7.1, VirtualBox supports MacOS on Apple silicon (https://www.virtualbox.org/)
That could enable us to have MacOS as an additional host OS and a unified VM environment across all.
Vagrant supports VirtualBox 7.1 (last year, it didn't). (https://developer.hashicorp.com/vagrant/docs/providers/virtualbox)
A task with possibly two independent subtasks:
Needs Apple users to help!
@kasemir @eddybl @hjunkes @TKorhonen
The text was updated successfully, but these errors were encountered: