-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Box CentOS9 for VirtualBox with ARM architecture #1582
Comments
virtualbox 7.1 finally added apple silicon support. My testing so far I've been able to get packer to build a box but it fails at the last step when it needs to export the vm. |
I also managed to get to the last step, and found this thread in vbox forum https://forums.virtualbox.org/viewtopic.php?t=112717 plus ticket https://www.virtualbox.org/ticket/22196. Both links don't have useful info. |
@Stromweld Virtualbox 7.1.6 was released recently. And seems that it fixed export. I've managed to build Ubuntu 24.04, though had some problems with very slow grub rendering which caused issues with boot command, so I had to put timeouts here and there. Not sure if this slowness was caused by update of Virtualbox. |
can you share your configuration you used. It's been a while since I've tried to get virtualbox to work and I can't seem to get VM's to boot. I keep getting a session error. |
Here it is https://github.com/betalb/bento/tree/ubuntu-arm-vbox And to run it in vagrant, you will need to monkey-patch it a little bit,
|
I see that almost the same changes were made for SUSE builds. And it seems that they can be made common for all vbox builds on ARM, because according to manual:
I've pushed changes to linked branch to make code more generic. |
I'm testing that out now. I found adding to vbox manage array |
I also observed this behavior with restart. No, haven't yet submitted patch, but was planning to do so. |
Raised PR to vagrant: hashicorp/vagrant#13587 |
I have a new branch and PR that is now working for virtualbox arm systems. #1596 |
Describe the Enhancement
My environment is with a MBP with chipset M1. Vagrant can create Ubuntu machines that meet the architecture. Can you add the box here: https://portal.cloud.hashicorp.com/vagrant/discover/bento/centos-stream-9
Thanks!
The text was updated successfully, but these errors were encountered: