rdbreak / rhce8env

This is a RHCE 8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-hpc829w5-8J60PBmh_5E_nfeBkbfzIA
MIT License
117 stars 52 forks source link

Vagrant doesn't support Virtualbox 6.1 yet. (Mac) #2

Closed Oddly closed 4 years ago

Oddly commented 4 years ago

Installing with the command /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" && xcode-select --install &&brew install ansible ; brew install python ; brew cask install vagrant ; brew cask install VirtualBox ; brew cask install virtualbox-extension-pack ; vagrant plugin install vagrant-guest_ansible works, it installs Virtualbox 6.1, but this is not yet supported by the version provided by Brew. A solution is to pach Vagrant with these commands, or use the official Vagrant packages instead of the Brew cask ones.

jorp commented 4 years ago

I can confirm the same on Fedora 31.

$ vagrant up --provider=virtualbox
The provider 'virtualbox' that was requested to back the machine 'repo' is reporting that it isn't usable on this system. The reason is shown below:
Vagrant has detected that you have a version of VirtualBox installed that is not supported by this version of Vagrant. 
Please install one of the supported versions listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0
A Vagrant update may also be available that adds support for the version you specified. Please check www.vagrantup.com/downloads.html to download the latest version.

I had success with installing the last 6.0.x release (6.0.14) of VirtualBox found here.

rdbreak commented 4 years ago

Confirmed Virtualbox 6.0 is set in the installation script.