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

VM-configuration is set to "Other Linux" in Virtualbox 7.1 #13599

Open
alexgit2k opened this issue Feb 26, 2025 · 0 comments
Open

VM-configuration is set to "Other Linux" in Virtualbox 7.1 #13599

alexgit2k opened this issue Feb 26, 2025 · 0 comments

Comments

@alexgit2k
Copy link
Contributor

Expected behavior

VM configuration in Virtualbox should be set to:

  • Subtype: Red Hat
  • Version: Red Hat (64-bit)

like it was in previous Virtualbox-/Vagrant-versions, or even better to the correct Red Hat version:

  • Subtype: Red Hat
  • Version: Red Hat 9.x (64-bit)

Actual behavior

VM configuration in Virtualbox is set to:

  • Subtype: Other Linux
  • Version: Other Linux (64-bit)

Reproduction information

Vagrant version

Vagrant 2.4.3

Host operating system

Windows 10 22H2
VirtualBox 7.1.6

Guest operating system

Rocky Linux 9.5

Steps to reproduce

  1. vagrant up

Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.box = "rockylinux/9"
  config.vm.box_version = "5.0.0"
  config.vm.provider :virtualbox do |box|
    box.name = "foobar"
  end
end
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

1 participant