我使用homestead up
运行vm没有问题但是上周我刚刚更新到最新的Windows 10更新,现在当我运行命令它给了我
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "c8da3222-7052-452a-b590-ff7144b50c9e", "--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\magal\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
一直在寻找解决方案,但没有运气。
Box版本:2.1.0
答案 0 :(得分:1)
如果没有更多信息,唯一的建议是运行vagrant destroy && vagrant up
如果您之后仍有问题,请考虑在https://github.com/laravel/homestead/issues/new上打开新问题
答案 1 :(得分:0)
将我的Virtualbox升级到5.2
后修复了问题。
答案 2 :(得分:0)
在Windows 10上,我以 ADMINISTRATOR 的身份安装了所有程序,并且只有以下配置适用于我:
流浪者1.9.2 :Download Vagrant 1.9.2
Oracle VM VirtualBox 5.1.30 :Download Oracle VM VirtualBox 5.1.30
对于 VirtualBox 的旧版本,虚拟机意外终止。
对于 VirtualBox 的较新版本,无法创建仅主机的适配器。
升级或降级时,请确保从 C:\ Users \您的用户 永久删除(Shift + Delete)以下文件夹: .vagrant , .VirtualBox 和虚拟VM机器。使用vagrant up
时,将再次创建这些文件夹。
在安装和卸载每个程序之后,请确保重新启动计算机。来自VirtualMachine和Vagrant的旧文件将保留下来,直到操作系统再次启动。