一.问题1:Stderr: VBoxManage.exe: error: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED)
解决方法:以管理员身份cmd命令执行:bcdedit /set hypervisorlaunchtype off 即可
bcdedit /set hypervisorlaunchtype auto 开启
bcdedit 查看
二.问题2:vagrant up
default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2200
default: SSH username: vagrant
default: SSH auth method: private key
卡死。
Vi