首页 > 其他分享 >如何安装 macOS Big Sur 11.0 Beta 虚机,解决 “BiErrorDomain Error 3.” 报错

如何安装 macOS Big Sur 11.0 Beta 虚机,解决 “BiErrorDomain Error 3.” 报错

时间:2024-01-01 11:01:59浏览次数:30  
标签:macOS macOSInstaller Big Desktop Beta 报错 Install 安装


作者:https://sysin.org

1. 获取官方的 macOS Beta 软件包

  • 官网直接下载,双击直接安装:点击
  • 下载 Beta profile,通过软件更新下载

上述两种方式,都会将 Install macOS Beta.app 放置于 /Applications (应用程序)下面。

2. 安装方式

1.升级安装,下载后直接点击 “Install macOS Beta”

2.在当前系统中全新安装,打开“磁盘工具”,新建一个大约 16G 的 “macOS 扩展(日志式)”分区(非 APFS 卷),命名为Install,执行命令写入:

sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Install

创建完毕后,打开“系统偏好设置…” > “启动磁盘”,选择上述分区,重新启动,安装前抹掉原有系统卷即可全新安装。

3.创建启动 ISO,用于虚机全新安装:

hdiutil create -size 12G -fs hfs+ -volname macOSInstaller -type SPARSEBUNDLE ~/Desktop/macOSInstaller
hdiutil attach ~/Desktop/macOSInstaller.sparsebundle
sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/macOSInstaller --nointeraction
hdiutil detach /Volumes/Install\ macOS\ Beta -force
hdiutil makehybrid -o ~/Desktop/macOSInstaller ~/Desktop/macOSInstaller.sparsebundle
rm -rf ~/Desktop/macOSInstaller.sparsebundle

此时将桌面上的 macOSInstaller.iso 文件挂载到虚机即可开始安装。

#使用xz压缩文件
cd ~/Desktop
tar -Jcf macOSInstaller.iso.tar.xz macOSInstaller.iso

3. macOS Big Sur 11.0 兼容设备

  • 1. iMac 2014+
  • 2. iMac Pro 2017
  • 3. Mac Pro 2013+
  • 4. MacMini 2014+
  • 5. MacBook 2015+
  • 6. MacBook Air 2013+
  • 7. MacBook Pro 2013+

4. 解决 “BiErrorDomain Error 3.” 报错

如何安装 macOS Big Sur 11.0 Beta 虚机,解决 “BiErrorDomain Error 3.” 报错_Mac


在 VMware 中安装 macOS Big Sur,都会提示 “BiErrorDomain Error 3.”,无法继续,需要编辑 vmx 文件添加以下配置:

smbios.reflectHost = "TRUE"
hw.model = "MacBookPro16,1"
board-id = "Mac-E1008331FDC96864"

以上示例模拟的是 16-inch MacBook Pro,可以根据需要选择其他兼容的 Mac 设备。

获取 Mac Model ID,执行如下命令

sysctl hw.model

获取 Mac Board ID,执行如下命令:

ioreg -l | grep board-id

5. 适用的 VMware 软件和版本

在以下软件和版本中测试通过

VMware ESXi 7.0.0,下载:https://sysin.org/article/Download-VMware-ESXi-7.0-MOD/

VMware Fusion 11.5.5

VMware Workstation 11.5.5 Windows x64

**提示:**不要安装自带的 VM-Tools,可能存在兼容性问题,下载 VMware Tools 11.1.0 安装。

以下是在 ESXi 7.0.0 中安装的截图:

如何安装 macOS Big Sur 11.0 Beta 虚机,解决 “BiErrorDomain Error 3.” 报错_Desktop_02

6. 使用 VirtualBox 安装

使用 VirtualBox 安装 macOS Big Sur Beta,出现 “BiErrorDomain Error 3.” 报错,解决方法类似:

cd “C:\Program Files\Oracle\VirtualBox\”
VBoxManage.exe modifyvm “Your VM Name” –cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemProduct” “iMac19,1”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiSystemVersion” “1.0”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/efi/0/Config/DmiBoardProduct” “Mac-AA95B1DDAB278B95”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/smc/0/Config/DeviceKey” “ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc”
VBoxManage setextradata “Your VM Name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 1

7. 使用 Parallels Desktop 安装

Set the following values set under Hardware > Boot Order > Advanced Settings > Boot Flags.

  • devices.mac_hw_model="MacBookPro16,1"
  • devices.smbios.board_id="Mac-E1008331FDC96864"


标签:macOS,macOSInstaller,Big,Desktop,Beta,报错,Install,安装
From: https://blog.51cto.com/sysin/9056571

相关文章

  • 禁用 Firefox 自动更新(macOS 版)
    禁用Firefox自动更新(macOS版)配置Firefox策略文件获取最新或者对应版本的策略模板:https://github.com/mozilla/policy-templates/releases自动更新策略描述如下:{"policies":{"DisableAppUpdate":true|false}}创建Firefox策略配置文件Firefox.app/Contents/Re......
  • SciTech-BigDataAIML-Tensorflow-Introduction to Tensors
    https://tensorflow.google.cn/guide/tensorIntroductiontoTensorsTensorsaremulti-dimensionalarrayswithauniformtype(calledadtype).tf.dtypesincludedallsupporteddtypes.Ifyou'refamiliarwithNumPy,tensorsare(kindof)likenp.arrays.......
  • Photomator 3.2.2 (macOS Universal) - 照片编辑软件
    Photomator3.2.2(macOSUniversal)-照片编辑软件适用于Mac、iPhone和iPad的终极照片编辑器请访问原文链接:https://sysin.org/blog/photomator/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.orgPhotomator适用于Mac、iPhone和iPad的终极照片编辑器。Ph......
  • Cisco Jabber 14.3 (Andriod, iOS, macOS, Windows) - 面向企业的多合一通信工具
    CiscoJabber14.3(Andriod,iOS,macOS,Windows)-面向企业的多合一通信工具即时消息、语音和视频通话、语音邮件、桌面共享、会议和在线状态请访问原文链接:https://sysin.org/blog/cisco-jabber-14/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org思科Jabber......
  • ant design pro移除国际化报错解决步骤
    一、环境ant-design-pro版本:6.0.0npm版本:8.1.0node版本:v16.13.0二、开步骤1、点击移除按钮2、报错误"Failedtoloadconfig"prettier"toextendfrom."3、使用命令"npmi--save-devprettiereslint-config-prettiereslint-plugin-prettier"(参考github官方is......
  • SciTech-BigDataAIML-Tensorflow-Writing your own callbacks
    IntroductionApowerfulcallbackwasusedtocustomizethebehaviorofaKerasmodelduringtraining,evaluation,orinference.Examplesincludetf.keras.callbacks.TensorBoardtovisualizetrainingprogressandresultswithTensorBoard,ortf.keras.callba......
  • 图像生成模型微调:StyleGAN与BigGAN的实践
    1.背景介绍图像生成模型是深度学习领域中一个热门的研究方向,它旨在生成高质量的图像,以模拟现实世界中的图像或创造出新的虚构图像。在过去的几年里,我们已经看到了许多有趣的图像生成模型,如GAN(GenerativeAdversarialNetworks)、VAE(VariationalAutoencoders)等。然而,在这篇文章中,我......
  • appium报错DeprecationWarning: desired_capabilities argument is deprecated and wi
    不再用desired_capabilities,用options代替原来的desired_caps={"platformName":"ios","platformVersion":"11.4","deviceName":"iPhone6Plus",&......
  • 一个报错深刻理解axios传参和mock拦截(外加正则表达式)
    前言:事情是这样的,在使用axios二次封装和mock进行拦截的时候,不是参数传递方式不正确就是找不到后端接口,为此我茶不思饭不想把axios和mock好好看了一遍,最后除了这些问题,发现是输在了正则表达式上面,找出错误的时候自己都懵了axioa传参问题总所周知,我们在平时使用axios的时候是这样......
  • SciTech-BigDataAIML-Jupyter- 扩展Jupyter Notebook 的文档 Extending the Notebook
    https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.htmlhttps://github.com/jupyter-lsp/jupyterlab-lspDocs»ExtendingtheNotebook»CustomrequesthandlersEditonGitHubNoteYouarenotreadingthemostrecentversionofthisdocumentation.......