virtual box常见错误汇集

740 阅读1分钟

#1 不能为虚拟电脑 Master 打开一个新任务.

The virtual machine 'Master' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be     available in 'C:\Users\meng.lv\VirtualBox VMs\Master\Logs\VBoxHardening.log'.

  • 返回 代码: E_FAIL (0x80004005)
  • 组件: MachineWrap
  • 界面: IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd}

解决方法:到 virtualbox 的安装目录下找到 drivers\vboxdrv 文件夹。右击 VBoxDrv.inf 文件,选择安装,然后重启 virtualbox 即可。

#2 win10安装过补丁后网卡错误

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

Command: ["startvm", "d77b8f20-c7c6-4458-8d16-afc55e94c532", "--type", "headless"]

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

解决方案: 下载相同大版本,比如V6.1.50V6.1.44 切换安装即可解决问题