Mat*_*ron 162 virtualbox vagrant windows-10
我将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.
Run Code Online (Sandbox Code Playgroud)
当我尝试使用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).
Run Code Online (Sandbox Code Playgroud)
我重新安装了VirtualBox 5.0.10和扩展包,重新配置了Host-Only Ethernet Adaptater,但总是出现同样的错误......
任何的想法 ?
Jus*_*tMe 428
我找到了解决方案
ven*_*mus 133
新的NDIS6驱动程序存在已知问题,您可以安装它以使用旧的NDIS5驱动程序
尝试使用参数重新安装它(以管理员身份运行)
> VirtualBox-5.0.11-104101-Win.exe -msiparams NETWORKTYPE=NDIS5
这对我有用.
mac*_*qcq 35
我尝试了上述选项,但徒劳无功.最后我卸载了docker-toolbox(1.11.x)和virtualbox(5.16.x)并在docker-toolbox安装程序GUI中检查了以下选项(默认情况下,未选中NDIS5选项)
此外,网络连接中的virtualadapter具有"桥接网络驱动程序"选项UNCHECKED,这对我来说很好
小智 24
打开网络和共享中心,然后转到侧栏中的更改适配器设置.右键单击适配器列表中的仅主机适配器,然后单击配置按钮 - >驱动程序选项卡 - >更新驱动程序按钮.选择"浏览我的电脑...",然后在下一个对话框中选择"让我选择......".您应该看到列表中只包含主机驱动程序.选择它并单击下一步.更新驱动程序后,请再次尝试在VM中使用仅主机网络.
从 升级Windows 7到后,我遇到了同样的问题Windows 10。尝试了所有无效的流行答案。最后,我明白了 Windows 已经更改了适配器的名称。Virtual Box配置为Realtek PCIe GBE Family Controller在设备管理器将其设为Realtek PCIe GBE Family Controller #2. 选择合适的控制器解决了这个问题。
卸载Virtualbox并安装最新版本,在此答案时为5.12.我安装了自动安装Virtualbox 5.10的Vagrant.我在安装Windows 1511更新,卸载Vagrant提供的Virtualbox并安装最新版本后遇到了这个问题.
小智 5
更新Windows时发生了相同的错误。尝试了一切。没事。
最后,转到“设备管理器”->“禁用网络适配器”并启用“仅Virtualbox主机”适配器
而且有效!
| 归档时间: |
|
| 查看次数: |
169374 次 |
| 最近记录: |