MacOs Big Sur 升级遇到 Vagrant Up 错误

Encountered Vagrant Up error on MacOs Big Sur Upgrade

我刚刚将 mac OS 从 Catalina 升级到 Big Sur。我的流浪者以前工作正常,然后我遇到了这个问题。 (Vagrant 版本:2.2.13)

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

当我尝试在 VirtualBox 上手动启动它时,这是 return 消息:

Kernel driver not installed (rc=-1908)

Make sure the kernel module has been loaded successfully.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 

有人知道如何解决这个问题吗?

已通过重新安装 Vagrant 和 VirtualBox 修复:)

将 VirtualBox 更新到 6.1.16 对我有用,但不能与 6.0.24 一起使用。 还重新安装了 Vagrant,但不确定是否需要。

更新到 Big Sur 后我遇到了同样的问题。我下载了最新版本的 Vagrant、Virtualbox 和 VirtualBox Extension Pack。其实我也不知道有没有必要安装扩展包

并且在 MacOS 的系统首选项中,在隐私和安全中,我必须批准来自 Oracle 的更新。

完成这些步骤后,我又可以'vagrant up'了。

将 VirtualBox 更新到 6.1.16 对我来说很成功。 我没有更新 Vagrant

隐私和安全中的允许 oracle 按钮从未出现在我的设置中。 最终我通过在恢复模式下启动和 运行 命令

让它工作
csrutil clear

在那之后,我能够在安全和隐私方面允许 oracle。

在更新到 Big Sur 后,我今天也 运行 解决了这个问题。使用 homebrew 更新 VirtualBox (v. 6.1.16) 并在 Security & Privacy 中批准并没有解决问题。我必须在安全和隐私的 Privacy 选项卡中授予 VirtualBox 完整磁盘访问权限才能解决此问题。

virtualbox 论坛的最后一条评论帮助我完成了最后一步。

https://forums.virtualbox.org/viewtopic.php?f=39&t=98763#p488757

将 virtual box 升级到最新版本(目前为 6.1.16)对我有用。不必升级 vagrant 版本。

vagrant up升级虚拟盒子后立即生效。