Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OpenCore EFI for ROG Z490G

NotificationsYou must be signed in to change notification settings

LightFocus/ASUS-ROG-STRIX-Z490G-Hackintosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building a Hackintosh on ROG STRIX Z490-G GAMING using OpenCore.

Software

NameVersion
macOS13.2.1
OpenCore0.8.9
AppleALC1.8.0
Lilu1.6.4
NVMeFix1.1.1
VirtualSMC1.3.1
WhateverGreen1.6.5

Hardware

PartModelComments
CPUIntel Core i9-10850KRemove power limit, OC to 5.0 GHz
MOBOASUS ROG Z490GNon Wi-Fi Version
RAMG.Skill Trident Z Royal 16G*2 4000 MHz C18OC to 4400 MHz C18-24-24-44
GPUAMD RX 6800Support from macOS 11.4 onwards
Storage 1Sandisk Ultra 2TBUsed for OS installation and dualboot
Storage 2Hikvision C2000 Pro 1TBUsed for Time Machine
PSUCorsair SF750 Platinum
Wi-Fi CardFenvi T919Fenvi card, no kexts needed

Features

FunctionStatusComments
USBSee USB mapping section
EthernetUsing Apple's I225LM driver
Wi-FiNeed to add Wi-Fi card
BluetoothNeed to add Wi-Fi card
AirDrop, Handoff, Universal ClipboardNeed to add Wi-Fi card
Hardware AccelerationUsing AMD Hardware Acceleration, see Hardware Acceleration section
DRMUsing AMD Hardware Acceleration
SleepNeed to use mouse to wake up
USB-C on dGPUFor data transmission, XHCI-AMD6800.kext is needed, see USB-C section
Universal ControlTested with MacBook Pro 14-inch

Wi-Fi Card

Although this mobo has a version with the built-in Wi-Fi card, it's CNVi based which means we cannot swap it. Since it's a MATX board, we can add one PCIe Wi-Fi card.

There are quite limiting choices for a fully-support PCIe Wi-Fi card:

ChipsetModel
BCM94360CDFenvi FV T919 (Bluetooth 4.0)
Fenvi AC1900 (No Bluetooth, EOL)
TP-LINK Archer T9E AC1900 (No Bluetooth, EOL)
TP-LINK Archer T8E (No Bluetooth)
RNX-AC1900PCE (No Bluetooth)
ASUS PCE-AC66 (No Bluetooth)
ASUS PCE-AC68 (No Bluetooth)
BCM94360CS2Fenvi FV-HB1200 (Bluetooth 4.0)
AWD Wireless LAN Card (No Bluetooth)
BCM94352TP-LINK Archer T6 (No Bluetooth)
Rosewill RNX-AC1300PCE (No Bluetooth)
ASUS PCE-AC56 (No Bluetooth)

Fenvi T919 is the best card among the bunch since it has 3 antennas for Wi-Fi and one for Bluetooth.

Although lack of 802.11ax (Wi-Fi 6) support, 3 streams MIMO together with 80MHz and 400ns GI make its maximum speed to 1.3 Gbps, above 2 streams MIMO 80MHz Wi-Fi 6's 1.2 Gbps speed found on the new Apple Silicon MacBook Pros.

If you're not using a Fenvi card, then you'll need two more kexts for it to work:

AirportBrcmFixup

BrcmPatchRAM

  • BrcmBluetoothInjector
  • BrcmFirmwareData
  • BrcmPatchRAM3 for 10.14+, paired with BrcmBluetoothInjector

You need to put the required kexts in OC/Kexts. After that, runFile -> OC Snapshot in ProperTree and choose your OC folder so the new kexts will be loaded.

Note that some of the legacy cards may needpatch in macOS 12, try to avoid them if you can.

Intel I255-V on macOS Ventura

By default macOS will load AppleEthernetE1000 (Apple's DEXT driver) for I255-V, however, this kext will cause kernel panic on my board once the ethernet cable is plugged (Maybe works for you) . Therefore, we have to force loading AppleIntelI210Ethernet.kext in OpenCore using bootarge1000=0. macOS Ventura dropped AppleIntelI210Ethernet.kext, so we will add it as well.

USB Mapping

This motherboard has several USB ports and they're defined as the following:

Top

Back

Image Source

For my personal use, I mapped SS03-04, SS07-08, SS09-10, HS11-12, and HS06 for Bluetooth due to the 15 ports limitation in macOS.

If you want to change the mapping, make your own USBMap.kext and replace the one in the OC/Kexts folder.

BIOS

Few things need to be taken care of in the BIOS.

SettingValue
Fast BootDisable
Secure BootDisable
VT-dDisable
CSMDisable
Intel SGXDisable
VT-xEnable
Above 4G decodingEnable
Hyper-ThreadingEnable
XHCI Hand-offEnable
DVMT Pre-Allocated64MB
SATA ModeAHCI
iGPU Multi-MonitorEnable

Note: In the newer version of BIOS, when enablingAbove 4G decoding, you may enableRe-size BAR Support if your hardware supports it. However, you need to make some changes to the config.plist, check out the Re-size BAR section. Make sure you connect the monitor to the dGPU.

Hardware Acceleration and DRM

If you do not set hardware acceleration correctly, DRM-related content will not play. Since we're using a discrete AMD GPU here, we can make use of AMD's own hardware acceleration coder.

In the terminal, type the following commands one by one.

defaults write com.apple.AppleGVA gvaForceAMDKE -bool YES

defaults write com.apple.AppleGVA gvaForceAMDAVCEncode -bool YES

defaults write com.apple.AppleGVA gvaForceAMDAVCDecode -bool YES

defaults write com.apple.AppleGVA gvaForceAMDHEVCDecode -bool YES

These should make hardware acceleration work correctly and have no problem playing back DRM content.

Re-size BAR

With the supported hardware, you may be able to enable re-size BAR in your BIOS under the PCI subsystem configuration tab in the BIOS.

macOS has no support for re-size BAR but starting from OpenCore 0.7.5, two quirks can be used to config it so that you can enjoy re-size BAR in Windows while not breaking macOS.

Booter >> Quirks >> ResizeAppleGpuBars: reduces GPU PCI BAR size to be compatible with macOS.

UEFI >> Quirks >> ResizeGpuBars: configure the GPU PCI BAR size for systems other than macOS.

ForResizeAppleGpuBars, you want to set it to0 if youenable re-size BAR and-1 ifdisable it. Other values may break macOS as discussedhere.

ForResizeGpuBars, it depends on your GPU's memory. Set it ton wheren is the minimal integer that makes2^n MB greater than or equal to the video memory you have.

For example, if I have 16GB video memory, then I should set it to14 since2^14 = 16384MB which is basically 16GB.

USB-C on RX 6800

By default, the USB-C port on RX 6800 only has the functionality of video output and power delivery due to the fact that macOS loads a wrong kext calledAppleAMDUSBXHCIPCI.kext.

We'll use a custom kext based on XCHI-unsupported.kext calledXHCI-AMD6800.kext to force macOS loads the correct kextAppleUSBXHCIPCI.kext.

Modify config.plist in the OC Folder

This repository contains EFI based on OpenCore 0.8.9. If you're using the same mobo, then this EFI is likely working for you. But if you have different parts other than mobo, please read the following content and modify it accrodingly.

You needProperTree to open and edit config.plist.

DeviceProperties

Since I have both iGPU and dGPU, I set it as output by dGPU and iGPU is only used for hardware accleration.

If you wish to use the iGPU as output, you'll need to changeAAPL,ig-platform-id from0300C89B to00009B3E.

PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0) is used for tricking Apple's I225LM driver into supporting our I225-V network controller. If this does not work on your mobo, tryPciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0,0x0).

NVRAM

For Navi users(RX 5000/6000 series), you need to addagdpmod=pikera.

If you hate all the debug info when booting, you can also remove-v parameter but I suggest you remove it only when your hacking is up and running fine.

PlatformInfo

I left this part blank intentionally because you really need your own serial number.

To create a new serial number, you can useGenSMBIOS

As for SMBIOS, it depends on your CPU:

SMBIOSCPU
iMac20,1i7-10700K and lower (8 core and lower)
iMac20,2i9-10850K and higher (10 core)

Using GenSMBIOS, you'll getType ,Serial ,Board Serial andSmUUID

Type goes to Generic -> SystemProductName

Serial goes to Generic -> SystemSerialNumber

Board Serial goes to Generic -> MLB

SmUUID goes to Generic -> SystemUUID

TL;DR You need your own serial number and if you have a different CPU or want to use iGPU as output, you need to change a few things in config.plist

Screenshots and Benchmark (Tested on macOS 12.0.1)

Hardware Info

Hardware

Geekbench 5

CPU Scores (M1 Max is around 1770 single and 12600 multi)

CPU

GPU Scores (Unstable due to the short benchmark period, can change from time to time)

GPU1

GPU2

Blackmagic Raw Speed Test

RAW

About

OpenCore EFI for ROG Z490G

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp