虚拟机无法启动。
按教程搞了三天,win 和ububtu都搞了几遍,还是没搞好。
出错提示,如下:
==> homestead-7: 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", "28b35c2c-4fe4-4371-bb1e-74491e3e8193", "--type", "headless"]
Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\pc\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
哪位知道能告诉我怎么解决么,或者是我错在哪儿了:
关于 LearnKu
我第一次安装部署也是这样,应该是vbox的问题,在官网下载最新vbox+Vagrant重新部署即可(目前5.2.6)
一样这个问题,试着下载最新的box安装依然有这个问题。
我也是这个问题,切换到win下,vagrant up 70%就失败了,也是这个提示~
升级到Ubuntu 18.04 LTS 安装就很顺利了。
sudo apt-get install virtualbox
提示下载最新vagrant,尝试下
:grin:请问最后怎么解决的?
放弃了