3

I have a problem with Vagrant, trying to initialize a virtualbox with laravel/homestead box.

I have installed latest version of Vagrant (1.7.4) on my Windows 8 OS. I have installed Oracle VirtualBox 5.5.0.

Then I did this in windows Command Prompt:

vagrant add box laravel/homestead to add the laravel homestead box

vagrant init laravel/homestead

and

vagrant up

After vagrant up somewhere in the process the system fails with BSoD (KMODE_EXCEPTION_NOT_HANDLED)

Any ideas of what i could have done wrong, or have anybody experienced this problem?

Thank you!

4

2 回答 2

3

确保您没有激活 Hyper-V Windows 资源。如果您在检查之前安装了 Docker,因为 Docker 需要 Hyper-V。

就我而言,这对我有用

在 Windows 开始菜单上搜索“Windows 资源”,然后单击启用或禁用 Windows 资源,找到 Hyper-V,取消选中所有复选框并确定。在此之后重新启动您的机器。

于 2016-10-27T12:30:48.387 回答
0

我遇到了几乎相同的问题(BSOD 给出了错误 SYSTEM_SERVICE_EXCEPTION)。昨天我在 Windows 10 上安装了 Docker,今天我尝试“流浪”(使用 VirtualBox Provisioner)并得到了 BSOD。Hyper-V 发生冲突,我从“Windows 功能”中将其关闭,问题得到解决。

于 2017-08-10T13:55:28.827 回答