Vagrant Failed to open/create the internal network

前几天还好好运行的 vagrant,今天突然运行不起了,执行 vagrant up 一直报这个错:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "0688d1d9-6ef1-4b8b-9870-6c437fd11e3f", "--type", "headless"]

Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_SUPDRV_COMPONENT_NOT_
FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

由于 windows10 更新我没有关掉,天杀的不知道给更新了神马东西,导致 vagrant 一直启动不鸟。这个问题在低版本的 VirtualBox 中是不会出现的,解决办法就是更新 VirtualBox 版本为 5.0.4

当然,若你不想更换版本, 你可以参考这篇文章更新 win10 后 Homestead 报错问题解决

    原文作者:godruoyi
    原文地址: https://segmentfault.com/a/1190000010867637
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞