-
Notifications
You must be signed in to change notification settings - Fork 890
Description
Describe the bug
I encountered an error while trying to add the Vagrant box SubmittyBot/ubuntu22-dev
with the VirtualBox provider. The box appears to be incompatible with the requested provider (VirtualBox), potentially due to an architecture mismatch (32-bit vs. 64-bit).
Expected Behavior
The box should be compatible with the VirtualBox provider, and it should default to amd64
(64-bit) if no architecture is specified.
Actual Behavior
Vagrant attempts to use the i386
(32-bit) architecture even after my windows architecture is 64 bit, which causes the error since my environment is 64-bit. There may be a mismatch in architecture or provider compatibility.
To Reproduce
Steps to reproduce the behavior:
- Install Vagrant (version 2.4.1).
- Install VirtualBox (version 7.1.2).
- Run the following command:
vagrant box add SubmittyBot/ubuntu22-dev --provider virtualbox
- See error.
Configuration
- Vagrant version: 2.4.1
- VirtualBox version: 7.1.2
- Host OS: Windows 64x
- Submitty Vagrant Box: SubmittyBot/ubuntu22-dev
Screenshots
Additional Context
I have gone through the installation chat in Zulip, and many other contributors are also facing the same issue. Can you please provide a solution?