macOS Mojave,版本 10.14.5 和 VirtualBox 6.0.6。
我正在尝试在我的 iMac 上安装 VirtualBox,我的 iMac 运行的是最新的 Mojave。我已经为此寻找解决方案,虽然有很多结果,但没有一个对我有用。我发现的所有帖子都在“安全和隐私”对话框中显示了一个我没有的选项:
我的没有允许按钮或其左侧的文本。我一遍又一遍地阅读它,我很确定我已经正确地按照说明进行操作,但我没有那个选项。
我可以安装 VirtualBox 吗?
[编辑] 我尝试从终端运行,在我的 iMAC 上,路径:
- /卷/Macintosh
不存在,我有:
- /卷/VirtualBox
- /卷/iMAC
当我尝试时:
sudo installer -pkg /Volumes/VirtualBox/VirtualBox.pkg -target /Volume/iMAC
我有:
installer: Package name is Oracle VM VirtualBox
installer: Upgrading at base path /
installer: The upgrade failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)
[编辑#2]
这就是我所做的:
在 ~/Downloads 中使用“VirtualBox-6.0.6-130049-OSX.dmg”并使用 Finder 打开 DMG 文件。
然后我双击 VirtualBox.pkg 图标。
我单击弹出对话框中的“继续”按钮,然后单击剩余对话框中的“继续”。
我单击“安装”按钮,然后以超级用户身份输入我的密码并单击“安装软件”按钮。
很短的时间后显示:
我单击“关闭”按钮,显示如下:
我点击“保留”按钮。现在已经这样做了好几次但都失败了,我在网上搜索并找到了执行以下操作的说明:
点击苹果图标(左上角),选择“系统偏好设置”,在弹出的窗口中选择“安全与隐私”,“通用”默认是打开的。我点击挂锁并解锁。我的图像不会改变以反映我发现的许多其他页面上显示的内容:
就是这样,我不能再进一步了......
[编辑#3]
尽管报告了错误,我只是检查了“LaunchPad”和“VirtualBox 6.0”已经安装。我启动它并添加了我想使用的虚拟机:
我的虚拟机:
当我尝试开始这个时,我得到:
和
Having searched for the message displayed in the last error dialog, I uninstalled VirtualBox and tried again, no difference, I then uninstalled and this time rebooted the system then installed again, as some posts stated that this would solve the issue with the permission being displayed in the "Security & Privacy" dialog, still I don't see this and still no further forward.
Any help gratefully received...
The solution was posted:
https://forums.virtualbox.org/viewtopic.php?f=8&t=84092&p=448559#p448559
VB5E2TV963 is the code for oracle.
Apple states in tech note tn2459 that it only prompts once and that the text in the system preferences is only visible for 30 minutes.
I did the following to view the allow button again:
In Terminal run:
sudo kextcache --clear-staging
For me it worked without a reboot, if it didn't work for you try with a reboot.
First, you might try install via terminal:
VirtualBox 需要内核扩展才能工作。
如果安装失败,请在以下位置启用后重试:
有关详细信息,请参阅供应商文档或此Apple 技术说明。