windows 10 个创作者更新后 VirtualBox 无法启动

VirtualBox not starting after windows 10 creators update

我正在使用带虚拟框的 vagrant。 windows 10 创建者更新 后,vagrant 启动失败。

[# madhukar] vagrant up
Bringing machine 'vpnbox' up with 'virtualbox' provider...
==> vpnbox: Checking if box 'ubuntu/trusty64' is up to date...
==> vpnbox: Clearing any previously set forwarded ports...
==> vpnbox: Clearing any previously set network interfaces...
==> vpnbox: Preparing network interfaces based on configuration...
    vpnbox: Adapter 1: nat
==> vpnbox: Forwarding ports...
    vpnbox: 80 (guest) => 8080 (host) (adapter 1)
    vpnbox: 22 (guest) => 2222 (host) (adapter 1)
==> vpnbox: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "716b386e-6fd3-4100-a576-25ffd53511f4", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'vagrant_vpnbox_1476445010924_89306' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

我尝试单独启动 Oracle Virtual Box,但它也失败了。它没有显示任何错误,但 Virtual Box 也没有启动。

我的 Virtual Box(版本 5.1.6)可能与 windows-10 更新存在一些兼容性问题。我将 Virtual box 更新到 5.1.22,这似乎解决了这个问题。

我的 Virtual box 是 5.1.6 版本。我将它升级到今天可用的最新版本 5.1.30。这解决了这个问题。我能够启动虚拟机中安装的 VM。