Laravel Homestead:VBoxManage:错误:详细信息:代码 NS_ERROR_FAILURE (0x80004005),组件 MachineWrap,接口 IMachine

eCo*_*Evo 5 virtualbox vagrant homestead

每次我尝试时都会vagrant up收到此错误:

==> homestead: 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", "a31f6545-5221-4217-a7fd-0e1127f27705", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'homestead' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
Run Code Online (Sandbox Code Playgroud)

我尝试从 VirtualBox 应用程序启动它,查看是否提供了更多详细信息,但这是相同的错误,没有引用包含添加详细信息的日志。

我在新安装的 MacBook Pro 上使用以下设置,并全新安装了 VM 软件(之前没有安装):

  • VirtualBox 6.1.4(最新)
  • 家园9.3.0(最新)
  • Mac OS X 卡塔琳娜 10.15.3

什么可能导致此错误?