在2016年9月21日的Microsoft更新后,我无法在Windows 10上打开Virtual Box

时间:2016-09-22 14:22:04

标签: windows virtualbox

在2016年9月21日的Microsoft自动更新后,我无法在Windows 10上打开Virtual Box。

我在流浪汉时遇到这个错误:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'scotch/box' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> 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
'aborted' 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.

尝试使用Windows应用程序启动VM,它什么都不做。没有错误,没有VM

有其他人有这个问题吗?

有没有办法在Windows上更新VM并重新安装?

1 个答案:

答案 0 :(得分:0)

最后,这对我有用,虽然我不认为这是一个长期的解决方案。

uninstall virtual box
delete .vagrant directory (..../vagrant/.vagrant)
re-install virtual box version 5.0.20 (this is an older version)
vagrant up