Skip to content

Incompatibility with Vagrant Box 'SubmittyBot/ubuntu22-dev' and VirtualBox Provider (i386 Architecture Issue) #11018

@Yashgabani845

Description

@Yashgabani845

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:

  1. Install Vagrant (version 2.4.1).
  2. Install VirtualBox (version 7.1.2).
  3. Run the following command:
    vagrant box add SubmittyBot/ubuntu22-dev --provider virtualbox
  4. See error.

Configuration

  • Vagrant version: 2.4.1
  • VirtualBox version: 7.1.2
  • Host OS: Windows 64x
  • Submitty Vagrant Box: SubmittyBot/ubuntu22-dev

Screenshots

Error Screenshot

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Awaiting TriageBrand New Issue - not yet reviewed & prioritized by the Submitty Project Managersbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions