Vagrant up 时启动报错,想请教下这个报错是什么原因?如何解决?
1. 运行环境
Windows 10
5). 相关软件版本
VirtualBox-6.1.32-149290-Win.exe
vagrant_2.2.19_x86_64.msi
Homestead (v13.2.1)
git version 2.37.2.windows.2
2. 问题描述?
按教程走,前面步骤都正常,到启动盒子的时候,运行vagrant up 报错,
具体的报错信息如下。
There was an error while executing VBoxManage
, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“startvm”, “825dcfcc-50eb-4910-99e4-d27901dbcb86”, “–type”, “headless”]
Stderr: VBoxManage.exe: error: The virtual machine ‘homestead’ has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
想请教,这个报错是什么意思,什么原因造成的? 怎么能解决?
大概给个方向我自行研究也行。
感激不尽!
=
尝试了用管理员身份运行还是报错,
安装过程中一切顺利无报错? 以管理员身份重新打开命令行工具再试试
我也遇到了同样的问题,有人解决了吗?