I have a lot of problems to install a Vagrant box, I installed the last version of Vagrant, Git and VirtualBox. After creating a folder for my project, from the windows terminal I execute the following commands:
vagrant init daavem/centos67-nginx-php70
vagrant up --provider=virtualbox
And this is the error that I have received:
There was an error while executing
VBoxManage
, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.Command: ["startvm", "dcd2e0e8-b771-4793-a1df-7f95a6f6d90a", "--type", "headless"]
Stderr: VBoxManage.exe: error: Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
This is the complet info:
What I can do? I'm desperate, it's been 3 days that I can not get it to work.
User contributions licensed under CC BY-SA 3.0