vagrant up 启动过程中的问题:如下描述,请问怎么解决呀?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vagrant up 启动过程中的问题:如下描述,请问怎么解决呀?相关的知识,希望对你有一定的参考价值。

There was an error while executing `VBoxManage`, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.Command: ["startvm", "966fd2e6-c0e0-4b1e-8cdd-e9c5305bed08", "--type", "headless"]Stderr: VBoxManage.exe: error: The virtual machine 'new_default_1518243933264_77412' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\mafei\VirtualBox VMs\new_default_1518243933264_77412\Logs\VBoxHardening.log'VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

图片看不清 建议你去csdn看看。blog.csdn.net/ty_hf/article/details/78314583?locationNum=4&fps=1

参考技术A 我今天遇到好几次这问题了,而且换了几个不同的virtualbox版本都不行,后来网上查了一下,可能是virualbox有bug,关闭虚拟机要使用vagrant halt ,如果是直接在virualbox里面强制关闭虚拟机的话会导致错误。解决方式如下:vagrant halt ,然后vagrant up ,此时问题解决了

vagrant up没有反应问题解决

因为windows 7 64bit ,vagrant 的版本和VirtualBox 不匹配。
vagrant up 后没有任何反映。
问题 版本 VirtualBox 5.1.22 + vagrant 2.0.1
没有问题版本 VirtualBox 5.1.22 + vagrant 1.9.5

 

以上是关于vagrant up 启动过程中的问题:如下描述,请问怎么解决呀?的主要内容,如果未能解决你的问题,请参考以下文章

vagrant up 卡在挂载 nfs 上

vagrant up 启动虚拟机报错;请教是啥问题

安装docker后,原来正常的vagrant up启动出现了错误

vagrant up 失败-------问题解决

Hyperledger Fabric 端到端流程:devenv 中的 vagrant up 失败

成功安装vagrant后 vagrant up命令不起作用为啥