Based on real‑world experience with ASRock Z370 ITX, i7‑9700, RX560, and Broadcom Wi‑Fi
๐ Before You Start – Assess Your Chances
Your hardware (ASRock Z370 ITX + i7‑9700 + MSI RX560 + Broadcom) is well‑supported. OpenCore 1.0.2 is recent enough to handle Sequoia’s new quirks. The chance of a successful in‑place upgrade is high (~80–90%) provided you prepare properly. Most failures come from outdated kexts, misconfigured SMBIOS, or missing boot arguments.
๐ง Step 1: Update Your OpenCore & Kexts
This is non‑negotiable. Sequoia introduces new kernel changes that require updated versions of:
Lilu.kext→ 1.6.8+WhateverGreen.kext→ 1.6.7+AppleALC.kext→ 1.9.0+VirtualSMC.kext→ 1.3.3+AirportBrcmFixup(for Broadcom) → 2.1.8+
Action: Download the latest RELEASE versions from their official repos.
Mount your EFI partition, replace the kexts, and update your config.plist to match the new OpenCore version
(use OCAuxiliaryTools for a safe, guided upgrade).
⚙️ Step 2: Adjust Your config.plist for Sequoia
New quirks and boot‑args are required. Pay special attention to:
- SecureBootModel: Set to
DefaultorDisabled(Sequoia may be picky). - UEFI → Quirks → Enable
EnableVectorAcceleration(avoids stutter on some iGPUs). - NVRAM → Add → 7C436110… → boot-args: Add
revpatch=sbvmmto allow installation on unsupported Mac models. - SMBIOS: If you’re currently using
iMac19,1orMacmini8,1, you’re fine. No need to change unless you’re forced.
We also recommend enabling AppleCpuPmCfgLock and AppleXcpmCfgLock if you haven’t unlocked CFG‑Lock in BIOS.
<key>boot-args</key>
<string>-v keepsyms=1 alcid=1 revpatch=sbvmm</string>
๐ Step 3: Perform the In‑Place Upgrade
- Backup your data – Time Machine or a manual clone is essential.
- Download the macOS Sequoia installer from the App Store or use
gibMacOS. - Launch the installer and select your current Ventura system drive.
- The system will reboot several times – always select the “macOS Installer” from the OpenCore boot picker.
- After the final reboot, you’ll land on the Sequoia desktop. Expect a few minutes of indexing.
-v (verbose) to diagnose.
Common fixes: disable AppleCPUPowerManagement (if enabled) or adjust slide=0.
๐ Step 4: Post‑Upgrade Fine‑Tuning
- Wi‑Fi / Bluetooth: If your Broadcom card stops working, try adding
brcmfx-country=#aand enableAirportBrcmFixup.kextwith-brcmfxbetaboot‑arg. - GPU Acceleration: Confirm RX560 is recognised and Metal is fully supported. Re‑run Hackintool to patch if needed.
- USB Mapping: Sequoia may reorder USB ports; rebuild your USBMap.kext with USBToolBox if you encounter USB issues.
- Audio & Sleep: Test
alcid=values; most likely your existing layout still works.
Once everything is stable, you can re‑enable SIP if you had disabled it (set csr-active-config to E7030000
for moderate protection).
๐งช Final Verdict
With careful preparation, your ASRock Z370 system can run Sequoia just as smoothly as Ventura.
The in‑place upgrade is faster and less risky than a clean install – and your apps and settings remain intact.
Bottom line: Go for it. Update your EFI, backup your system, and enjoy the new features of macOS Sequoia on your Hackintosh.
Post a Comment