Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant, Virtualbox: Provider 'virtualbox' not found. We'll automatically install it now

I am running vagrant up command on Windows 7 box (Vagrantfile exists in work dir) and getting the message:

Provider 'virtualbox' not found. We'll automatically install it now...

Virtual box has been installed and vbox_install_path env variable is correctly set.

Working in intranet, there is no way to automatically install VB from the internet.

like image 970
Anton K Avatar asked Dec 02 '22 14:12

Anton K


2 Answers

Vagrant 1.8.4 and older are not compatible with the VirtualBox 5.1.x.

Vagrant 1.8.5 has been released already and it supports the VirtualBox 5.1.x.

like image 158
David Ferenczy Rogožan Avatar answered May 22 '23 03:05

David Ferenczy Rogožan


Sorted out. Vagrant 1.8.4 does not work with VirtualBox 5.1.0 (on Win7 at least). Fixed after VB version was changed to 5.0.20

like image 22
Anton K Avatar answered May 22 '23 03:05

Anton K