vagrant up时出错 “Command: [“hostonlyif“, “create“]”

1、具体报错信息

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "create"]

Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp

2、系统及软件信息

  • 系统:macOS Big Sur 版本:11.2.2
  • virtualbox 版本 6.1.22 r144080 (Qt5.6.3)
  • Vagrant 版本 2.2.16

3、解决方案

  • 通过官方的uninstaller script卸载VirtualBox
  • 通过 VirtualBox.pkg重新安装
  • 系统偏好设置-安全性与隐私-点允许,提示重新启动电脑,切记重启,不要忽略。
  • 重启电脑后重新运行vagrant up即可

参考资料

https://github.com/hashicorp/vagrant/issues/12049