OpenCore Version: 1.0.5
macOS Version: Sequoia 15.3.2B760-I
BIOS Version: Modified 1820
This repository contains the OpenCore EFI configuration files needed to run macOS Sequoia on the ASUS ROG STRIX B760-I Gaming WiFi motherboard. I use this configuration on my main workstation so it's stable, but it has been only been tested on Sequoia 15.5
| Component | Model | Notes |
|---|---|---|
| Motherboard | ASUS ROG STRIX B760-I Gaming WiFi | Modded BIOS v1820 |
| CPU | Intel Core i9-14900K | iGPU - UHD 770 disabled because it's unsupported. You need a dGPU. |
| RAM | 64GB (2x32GB) Kingston FURY Beast DDR5-6000 CL30 (KF560C30BBEK2-64) | |
| GPU | XFX AMD Radeon RX 580 GTS XXX Edition 8GB | dGPU - Works out of the box |
| SSD | 1TB WD Black SN750 NVMe | Works without NVMeFix.kext |
| Case | Cooler Master NR200P V2 | |
| CPU Cooler | Arctic Liquid Freezer III 280mm | |
| PSU | Corsair SF850 Platinum (850W) | |
| Case Fans | 3x Noctua NF-A14 PWM chromax, 1x SilverStone Air Slimmer 140 |
(You may need NVMeFix.kext if using a different NVMe SSD model.)
Working:
- ✅ CPU Power Management for i9 14900K (with
CPUFriendDataProvider.kext) - ✅ GPU Acceleration (RX 580 works Out-of-the-Box)
- ✅ Ethernet (Intel I225-V 2.5Gbps - requires
AppleIGC.kext) - ✅ Audio (Rear & Front panel - requires
AppleALC.kext, layoutalcid=15) - ✅ USB Ports (Mapped via
USBMap.kext) - ✅ Sleep / Wake
- ✅ Bluetooth
- ✅ Temperature/Fan Sensors (Requires
SMCProcessor,SMCSuperIO,SMCRadeonSensors) - ✅Intel Wi-Fi: This works by installing the HeliPort app, but performance isn't great.
Not Working (By Default in this EFI):
- ❌ iServices (iMessage, FaceTime, etc.): This requires a working native Wi-Fi card and correctly configured SMBIOS/PlatformInfo.
- ❌ Intel UHD 770 integrated graphics There is no support for the UHD 770 in MacOS, you need a dedicated GPU from this list AMD GPU Buyers Guide
Essential Settings:
Above 4G Decoding(Enabled),ReSize BAR Support(Disabled),Intel VMD Controller(Disabled),Secure Boot(Disabled or Other OS),Fast Boot(Disabled during setup, can be re-enabled afterwards).CFG Lock(required for native macOS CPU power management).- Option A: Unhide the
CFG Lockin the BIOS menu by flashing a custom BIOS. (My settings are based on this). - Option B: If using the stock BIOS, you must enable Kernel Quirks in
config.plist->Kernel->Quirks:AppleCpuPmCfgLock:TrueAppleXcpmCfgLock:True- (Note: This workaround might be less stable or performant than disabling CFG Lock in BIOS.)
- Option A: Unhide the
- Custom BIOS: A modified BIOS with unhidden CFG Lock is available here: [Offer] Asus ROG Strix B760-I BIOS Mod - Unlocked Hidden Settings
(Use BIOS flashing tools carefully and at your own risk).
- This EFI does not contain unique SMBIOS information.
- You MUST generate your own
SystemSerialNumber,MLB, andSystemUUIDusingGenSMBIOSor similar tools. - The
PlatformInfo -> Generic -> SystemProductNameis currently set toMacPro7,1. This is suitable for systems with dedicated AMD GPUs.
- Create a macOS Sequoia installer USB drive. As described in the OpenCore - Install Guide
- Download this EFI repository.
- Mount the EFI partition of your USB installer.
- Copy the
EFIfolder from this repository to the root of your USB's EFI partition. - IMPORTANT: Generate your own unique SMBIOS information using
GenSMBIOS(selectMacPro7,1)
Populate thePlatformInfo -> Genericsection of theEFI/OC/config.plistfile (MLB,SystemSerialNumber,SystemUUID). - Boot from the USB drive and install macOS.
- After installation, mount the EFI partition of your macOS SSD and copy the same
EFIfolder (with your unique SMBIOS info) to it.
- Acidanthera for OpenCore and many essential kexts (Lilu, VirtualSMC, WhateverGreen, AppleALC, etc.).
- OpenIntelWireless for Intel Bluetooth kexts (
IntelBluetoothFirmware,BlueToolFixup) and Wi-Fi efforts (itlwm/AirportItlwm). - CorpNewt for GenSMBIOS and other utilities.
- Dortania for the comprehensive OpenCore Install Guide.
- Win-RAID Forum Community & BIOS modders for unlocked BIOS options.
- hackintosh-club as a reference for this boad.