我昨天把我的Windows 10升级到最后一次更新,现在,当我启动vagrant up命令时,我得到了这个错误:

==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.

If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.

The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.

当我尝试与GUI我有这个错误:

Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).

我重新安装了VirtualBox 5.0.10和扩展包, 重新配置主机以太网适配器,但总是相同的错误…

什么好主意吗?


当前回答

我尝试了上面的方法,但是没有用。最后,我卸载了docker-toolbox (1.11.x)和virtualbox(5.16.x),并在docker-toolbox安装程序GUI中检查了以下选项(默认情况下NDIS5选项未选中)

此外,网络连接中的虚拟适配器有“桥接网络驱动程序”选项未选中,这对我来说很好

其他回答

我刚刚在Windows 8上使用VirtualBox 5.1时遇到了这个问题。原来问题出在我安装的卡巴斯基病毒防护软件上。它在windows侧的主机专用适配器上添加了“卡巴斯基反病毒NDIS 6过滤器”。当我禁用该过滤器时,虚拟机正常启动:

打开网络和共享中心,转到侧栏中的更改适配器设置。 在适配器列表中右键单击主机专用适配器,然后配置按钮->驱动程序选项卡->更新驱动程序按钮。 选择浏览我的电脑…在下一个对话框中选择Let me pick ....您应该看到其中只有主机驱动程序的列表。 选择它并单击下一步。驱动更新后,请重新尝试在虚拟机中使用主机网络。

我找到了解决办法

打开Windows网络连接 右键单击已创建的VirtualBox主机专用适配器 选择属性 检查“VirtualBox NDIS6桥接网络驱动程序” 禁用和启用适配器

对我来说,我不得不删除我的用户目录中的。virtualbox和。docker文件夹…结果很好

重启电脑


遗憾的是,在Windows 10 x64和VirtualBox 5.2.6中,https://stackoverflow.com/a/33733454/2191572不能为我工作

这个框已经被选中,一个简单的重新启动就解决了它。

在告诉人们重新开始尝试多年之后,我没能遵循自己的黄金建议;面相,相约掌心。