The tramp failed to start due to a Vbox error (MS 81.)

I'm on Windows 8.1. When I try to install a tramp and run it with a virtual box, I always get the following error.

The "virtual box of the provider", which was asked to return the machine to "default" reports that it is not used in this system. The reason is given below:

Vagrant was unable to detect VirtualBox! Make sure VirtualBox is installed correctly. Vagrant uses the binary VBoxManagethat comes with VirtualBox, and requires it will be available on PATH. If VirtualBox is installed, find VBoxManageand add it to the PATH environment variable.

I tried various things, such as removing both the virtual box and the vagabonds and reinstalling them. I tried installing vagrant first and then vbox and vice versa, but no changes.

I am new to stroller, so if anyone can help please.

+4
source share
5 answers

I am sure that you are using the latest version of VirtualBox (4.3.12). If so, there is a known issue that will be addressed in Vagrant 1.6.3:

https://github.com/mitchellh/vagrant/issues/3852

As a workaround, you can install VirtualBox 4.3.10 and it will work flawlessly.

+4
source

, VirtualBox, Vagrant 1.6.3 ( ​​ ).

, Virtual Box VBOX_MSI_INSTALL_PATH VBOX_INSTALL_PATH

( → → → VBOX_MSI_INSTALL_PATH VBOX_INSTALL_PATH)

, vagrant up, .

!

+4

VBOX_MSI_INSTALL_PATH VBOX_INSTALL_PATH , , :)

+3

cmd.exe , Sri Harsha Kappala

+2
source

I also had this problem in Windows 8.1 and it was resolved by rebooting my computer. If you just installed VirtualBox, you may need to restart the command line or Windows so that the environment variables get the correct read when you start the "tramp".

+1
source

Source: https://habr.com/ru/post/1541737/


All Articles