资源简介
常见问题
文件下载
评论留言
引导介绍
OpenCore v0.9.0是黑苹果社区编译的最新版本的黑苹果OC引导工具,今天小编闲来无事准备折腾macOS Ventura 13 beta2,但是发现OpenCore v0.8.1无法引导,小编就自己编译了最新版本的0.8.2版本,成功引导即安装成功macOS Ventura 13 beta2,这不是官方发布的正式版,小编命名为OpenCore v0.8.2 alpha版,等正式版发布后还会继续更新!如果你也想安装最新版本的13系统可以下载试试!
OpenCore 引导的优势就是提供更加通用和模块化的系统来解决 Clover 带来的限制和问题,拦截内核加载以插入高级的 rootkit,而该 rootkit 旨在替代 Clover。目前不管你是笔记本还是台式机安装黑苹果系统都是使用的OpenCore引导。
引导截图
OpenCore基本架构
OpenCore优势
- 主流开源黑苹果驱动已经全面转向 OpenCore,例如声卡 AppleALC、显卡 WhateverGreen、核心扩展 Lilu 等等,新版均不再测试 Clover 的兼容性;
- 一般来说,OpenCore 系统的启动速度比使用 Clover 的系统快。
- OpenCore 通过对 FileVault 的更好支持提供了更好的整体安全性。
- OpenCore 通过 boot.efi 支持引导热键支持-在启动时按住 Option 或 ESC 选择引导设备,按 Command + R 进入恢复模式,或按住 Command + Option + P + R 重置 NVRAM。
- OpenCore 的设计着眼于未来,并使用现代方法加载第三方内核扩展而不会破坏系统完整性,但 Clover 在一定程度上会。
- 保护通过读取启动磁盘设置的 NVRAM 变量,就可以像 Mac 一样支持 BootCamp 切换和引导设备选择。
- AptioMemoryFix 的未来开发直接与 OpenCore 绑定,特别是通过 FwRuntimeVariable.efi 作为扩展将其吸收到 OpenCore 中。
- 支持 UEFI 和传统启动引导模式。
- Mask Patching 意味着 macOS 的更新几乎不会破坏基于 AMD 的黑苹果系统,而 OpenCore 拥有的 AMD OSX Patches 支持 High Sierra,Mojave,Catalina,Big Sur 的所有版本。
更新内容
Version v0.9.0:
- Resolved issues with verbose boot log appearing over picker graphics
- Added version number to EnableGop UI section, so tool builders can track it
- Added
ProvideCurrentCpuInfo
support for macOS 13.3 DP - Added AMD support, GOP offset auto-detection and macOS 10.11+ support to EnableGop vBIOS insertion script
- Included precompiled EDK-II
EfiRom
andGenFfs
inUtilities/BaseTools
with OpenCore releases
Version v0.8.9:
- Improved debug logging when applying ACPI patches
- Fixed loading macOS with legacy boot without Apple Secure Boot
- Added Linux support to legacy boot BootInstall script
- Updated builtin firmware versions for SMBIOS and the rest
- Fixed incomplete console mode initialisation when started in graphics mode
- Provided additional UEFI forge mode, for use in firmware drivers
- Implemented firmware driver enabling pre-OpenCore graphics on non-natively supported GPUs on EFI-era Macs
- Prevented unwanted clear screen to console background colour when in graphics mode
- Added
ResizeUsePciRbIo
quirk to workaround broken PciIo on some UEFI firmwares, thx @xCuri0 - Fixed crash while using
SysReport
on older Atom systems - Fixed kexts without a Contents folder not being patched during a cacheless boot
- Added read-only sections (
.rdata
) to all drivers for better memory protection when supported - Fixed crash while using
SysReport
on systems with non-audio HDA codecs - Fixed debug script support for GDB and LLDB
- Fixed legacy boot debug builds asserting on macOS loading
Version v0.8.8:
- Updated underlying EDK II package to edk2-stable202211
- Updated AppleKeyboardLayouts.txt from macOS 13.1
- Updated builtin firmware versions for SMBIOS and the rest
- Updated ocvalidate to allow duplicate tool if FullNvramAccess is different
- Fixed
Kernel
->Block
entries not being processed if one was skipped due toArch
- Fixed intermittent prelinking failures caused by XML corruption when kext blocking is enabled
- Removed magic Acidanthera sequence from OpenCore files used for picker hiding
- Added
.contentVisibility
to hide and disable boot entries - Added Linux support to QemuBuild.command used for Duet debugging
- Built in new secure PE/COFF loader
- Added prebuilt mtoc universal binary with Apple Silicon support
- Corrected OpenDuet build on Apple Silicon
- Added SD card device path support for boot device selection
Version v0.8.7:
- Removed unwanted clear screen when launching non-text boot entry
- Fixed TSC/FSB for AMD CPUs in ProvideCurrentCpuInfo, thx @Shaneee
- Added
Misc
->Boot
->HibernateSkipsPicker
not to show picker if waking from macOS hibernation - Changed macrecovery to download files into
com.apple.recovery.boot
by default, thx @dreamwhite - Supported Apple builtin picker (using
BootKicker.efi
orPickerMode
Apple
) when running GPUs without Mac-EFI support on units such as the MacPro5,1 (thx @cdf, @tsialex) - Enabled
PickerMode
Apple
to successfully launch selected entry - Enabled
BootKicker.efi
to successfully launch selected entry (via reboot) (thx @cdf) - Added spoof proof UEFI 2.x checking to OpenVariableRuntimeDxe, thx @dakanji
Version v0.8.6:
- Updated NVRAM save script for compatibilty with earlier macOS (Snow Leopard+ tested)
- Updated NVRAM save script to automatically install as launch daemon (Yosemite+) or logout hook (older macOS)
- Fixed maximum click duration and double click speed for non-standard poll frequencies
- Added support for pointer dwell-clicking
- Fixed recursive loop crash at first non-early log line on some systems
- Fixed early log preservation when using unsafe fast file logging
- Updated builtin firmware versions for SMBIOS and the rest
- Resolved wake-from-sleep failure on EFI 1.1 systems (including earlier Macs) with standalone emulated NVRAM driver
- Updated macrecovery commands with macOS 12 and 13, thx
- Updates SSDT-BRG0 with macOS-specific STA to avoid compatibility issues on Windows, thx
- Fixed memory issues in OpenLinuxBoot causing crashes on 32-bit UEFI firmware
Version v0.8.5:
- 更新了SMBIOS和其他版本的内置固件
- 已将仅存在于Windows Server 2022中的CPU对象移动到SSDT-HV-DEV-WS2022.dsl中
- 更新了Hyper-V设备路径扩展,以支持热添加/删除磁盘
- 改进了内核修补期间的详细日志记录
Version v0.8.4:
- 在ocvalidate中添加了对驱动程序->加载早期的检查
- 为需要直接访问NVRAM的工具添加了FULLNVRAM访问选项
- 取代SSDT-HV-CPU。带有SSDT-HV-DEV的dsl。dsl与Windows 10及更新版本上的旧macOS版本兼容
- 将内置zlib库更新为1.2.12
- 将ocpasswordgen更改为在密码输入时不打印字符
- 添加了用于测试基于配置的kext注入的ProcessKernel实用程序
- 修复了在奔腾4系统上使用SysReport时发生的崩溃
- 修复了在使用调试构建和文件日志记录时调用ExitBootServices()后的崩溃
- 修复了macOS上32位用户空间构建支持(使用High Sierra 10.13及以下版本)
- 添加了一组支持HTTP启动的基本NetworkPkg驱动程序
Version v0.8.3:
- 添加了 ext4 文件系统驱动
- 添加了对 macOS 13 DP3 内核集合的支持
--force-device
为 AudioDxe添加了选项,允许 HDA 控制器上的 UEFI 音频误报为非 HDA 音频设备- 提供可选的不安全快速文件记录(仅适用于具有完全兼容 FAT32 驱动程序的固件)
- 修复了无缓存注入期间不正确的 OSBundleLibraries_x86_64 处理
- 将 RsaTool 更改为不链接到 macOS 上的系统 ssl
- 修复了启用 kext 阻塞时无缓存注入期间的崩溃
- 从 AudioDxe 中删除了默认编解码器连接延迟
--codec-setup-delay
为 AudioDxe添加了可选参数Audio
将->的单位从微秒更改SetupDelay
为毫秒(如果使用此设置,则将先前的值除以 1000)- 修复了在执行无缓存启动时在 macOS 10.4.11 下选择了不正确的 FAT 二进制片
- 修复了 OpenCanopy 中标签动画初始化导致的罕见断言
- 添加
--show-csr
了Toggle SIP
启动菜单条目的选项 AllowRelocationBlock
为Booter quirk添加了 macOS 10.4 和 10.5 支持- 为 macOS 10.4 添加了 CPU 缓存信息注入
ProvideCurrentCpuInfo
功能 - 添加了模拟 NVRAM 驱动程序,以便与 OpenDuet 分开使用
- 添加了对 NVRAM 重置的支持,并在使用模拟 NVRAM 时设置默认启动项
- 升级了模拟 NVRAM 注销脚本,以允许在无人监督的情况下安装最近的 macOS OTA 更新
- 添加
Driver
->LoadEarly
用于需要在 NVRAM 初始化之前加载的驱动程序
Version v0.8.2:
AppleCpuPmCfgLock
已在 macOS 13 上修复DummyPowerManagement
已在 macOS 13 上修复- 更新了 SMBIOS 和其余部分的内置固件版本
AvoidRuntimeDefrag
添加了对Booter quirk的 macOS 13 支持- 在 DEBUG 构建中添加了注入的 kext 捆绑版本打印
- 为 CreateVault 脚本添加了 Linux 兼容性
相关推荐
引导介绍 OpenCore v0.8.1是黑苹果社区搜集的一款最新黑苹果OC引导工具,OC引导的优势就是提供更加通用和模块化的系统来解决 Clover 带来的限制和问题,拦截内核加载以插入高级的 ro…
系统介绍 时隔两个月没想到苹果公司发布了macOS系统Monterey 12.4代号为21F79,此次更新修复一些错误和对Studio Display的细节优化,经过这多半年的沉淀,小编感觉还是相当稳…
引导介绍 Clover v5.0 r5148是黑苹果社区通过GitHub搜集编译的最新黑苹果四叶草引导,支持最新的黑苹果macOS Monterey 12.x。内含PKG、ISO、EFI三个版本。说起…
软件介绍 OpenCore Configurator v2.61.1.0是由黑苹果社区搜集并发布的一款最新版黑苹果OC引导配置工具,随着OpenCore被国外大神认可和无数大神都放弃Clover引导工…
系统介绍 不知不觉中也就说昨天3月15号苹果公司终于推送了最新的macOS Monterey 12.3正式版,系统代号:21E230,小编昨天已经为黑苹果社区的童鞋们制作好了最新的黑苹果原版镜像,由于…
OpenCore(OC引导)是安装黑苹果系统的一种新的引导方式,小编将给大家整理如何配置OpenCore和安装黑苹果遇到五国报错解决方案:
- OpenCore和OpenCore Configurator工具是绑定的,一个OC引导版本一个配置工具,使用老版本会导致开机乱码。
- OpenCore引导升级需要配合OpenCore Configurator一个版本一个版本的打开保存升级到和OC相匹配的一个版本。
- 配置OpenCore引导教程(小编已经拆分,更明了):请参考:https://osx.cx/oc-boot-qianyan.html
- 五国报错(小编已经拆分,自行查询:):https://osx.cx/oc-wuguo-erro-6.html
您无权限查看文件下载链接!
微信公众号
扫一扫随时掌握最新动态
我的微信
官方微博
扫一扫随时掌握最新动态
我的公众号
1903F
登录回复
好用
1902F
登录回复
支持
1901F
登录回复
支持