Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jettmars/Hackintosh-ROG-STRIX-Z490I
Hackintosh on Asus ROG STRIX Z490-I
https://github.com/jettmars/Hackintosh-ROG-STRIX-Z490I
asus-rog hackintosh strix-z490i
Last synced: 14 days ago
JSON representation
Hackintosh on Asus ROG STRIX Z490-I
- Host: GitHub
- URL: https://github.com/jettmars/Hackintosh-ROG-STRIX-Z490I
- Owner: jettmars
- License: mit
- Created: 2020-05-31T23:37:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T10:27:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:31:50.467Z (3 months ago)
- Topics: asus-rog, hackintosh, strix-z490i
- Language: ASL
- Homepage:
- Size: 23.4 MB
- Stars: 197
- Watchers: 31
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackintosh-ROG-STRIX-Z490I
This repository is about hackintosh on **Asus ROG STRIX Z490I**. All the hardware is working as expected, and it's ready for daily usage.
Anyone who has the same board can use my EFI directly. The source EFI folder uses debug version of OpenCore, mainly used for installation and testing. It’s recommended to use the release version for daily usage, you can replace it yourself or just download my release. Either way, don’t forget to edit the `EFI/OC/config.plist` file, you should generate your own SMBIOS info by following the [Comet Lake Config Guide #PlatformInfo](https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html).
Highly recommended reading the whole [OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/) before start.
## Hardware
* Motherboard: Asus ROG STRIX Z490-I
* Ethernet: Intel I225-V 2.5Gbit
* Wi-Fi/BT: Intel AX201NGW (onboard) / BCM94360CS(M.2 Adapter)
* Audio: Realtek ALCS1220A
* CPU: Intel i7-10700
* GPU: Intel UHD630 / AMD Radeon RX 6600XT
* RAM: CORSAIR VENGEANCE LPX DDR4 3200 32GB(16G×2)
* SSD: Samsung 970 EVO Plus NVMe## Software
* Bootloader: OpenCore 0.8.8-DEBUG
* OS: macOS Ventura 13.1 (iMac20,1)## What's working
- [x] Intel UHD630 (iGPU)
- [x] AMD Radeon RX 6600XT (dGPU)
- [x] Audio Realtek ALCS1220A
- [x] Intel I225-V 2.5Gb Ethernet
- [x] Wi-Fi/BT (BCM94360CS)
- [x] USB
- [x] Restart/Shutdown
- [x] Sleep/Wake
- [x] Power Management (Native support)## Details
### GPU
#### Intel UHD630
HDMI/DP display and audio output are working fine.
Working by:
* ig-platform-id = `07009B3E`
DeviceProperties:
```xml
PciRoot(0x0)/Pci(0x2,0x0)AAPL,ig-platform-id
BwCbPg==
framebuffer-patch-enable
AQAAAA==```
#### AMD Radeon RX 6600XT
Native support with boot-args:
```
agdpmod=pikera
```### Audio
Working by:
* AppleALC.kext
* layout-id=7DeviceProperties:
```xml
PciRoot(0x0)/Pci(0x1f,0x3)layout-id
7```
### Ethernet
Working by:
* device-id=`F2150000`
DeviceProperties:
```xml
PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)device-id
8hUAAA==```
Kernel Patch:
```xml
Base
__Z18e1000_set_mac_typeP8e1000_hw
Comment
I225-V patch
Count
1
Enabled
Find
8hUAAA==
Identifier
com.apple.driver.AppleIntelI210Ethernet
MaxKernel
20.4.0
MinKernel
19.0.0
Replace
8xUAAA==```
boot-args
```
dk.e1000=0
```Use `e1000=0` instead of `dk.e1000=0` since macOS Monterey 12.3.
### Wi-Fi/BT
Working by using an m.2 M-Key adapter with Apple Airport Card BCM94360CS. It's natively supported, airdrop, handoff, and sidecar are working perfectly. The bottom side m.2 slot for SSD is occupied and the bottom SSD heat sink must be abandoned.
The Bluetooth can not be recognized by default, it uses the onboard 9-pin USB2.0 port for power supply, so USB mapping should be fixed to make it work.
> The onboard wireless network card Intel AX201NGW uses m.2 E-Key slot and CNVi protocol. I tried to replace it with an m.2 A-Key BCM94352Z card, the slot is compatible but it didn't work even in Windows, so don't try to replace the onboard card if you don't know what you're doing.
### USB
All ports are working fine except for the ones disabled due to the 15 port limit.
USB Ports:
| No. | Type | Port |
|-----|------|------|
| 1 | USB 2.0 | HS12 |
| 2 | USB 2.0 | HS13 |
| 3 | USB 3.2 Gen 1 | HS09/SS09 |
| 4 | USB 3.2 Gen 1 | HS10/SS10 |
| 5 | USB 3.2 Gen 2 | HS05/SS05 |
| 6 | USB 3.2 Gen 2 | HS06/SS06 |
| 7 | USB 3.2 Gen 2 | HS03/SS03 |
| 8 | USB 3.2 Gen 2 | HS04/SS04 |
| 9 | USB 2.0 Hub | HS11 |
| 10 | USB 3.2 Gen 2 | HS01/SS01 |
| 11 | USB 3.2 Gen 1 | HS07/SS07 + HS08/SS08 |> All ports: HS01 ~ HS14, SS01 ~ SS10, USR1 ~ USR2
>
> HS02: AURA LED Controller / HS14: Onboard bluetoothYou can make your own mapping by hackintool, here's my choice:
### Sleep/Wake
Works with DP output and power button. GPRW Patch is used to disabling the USB device instant wake.
**Note:**
1. When using HDMI, the display cannot be woken up.
2. Without enabling GPRW, a keyboard press or mouse click can wake up the display as well, but a second press or click is needed when the light is on, I tried to fix it by following [Keyboard Wake Issues Guide](https://dortania.github.io/USB-Map-Guide/misc/keyboard.html), but didn't work. So my choice is to just use the power button, disable `SSDT-GPRW` if you want to use a keyboard or mouse to wake up.### F1 Boot Error
> Don't bother if you didn't run into this error.
Add patch to `Kernel -> Patch`:
```xml
Base
Comment
F1 Startup patch
Count
1
Enabled
Find
dTMPtw==
Identifier
com.apple.driver.AppleRTC
Limit
0
Mask
MaxKernel
MinKernel
Replace
6zMPtw==
ReplaceMask
Skip
0```
### BIOS
> Version: 2403
#### Disable
* Fast Boot
* VT-d
* CSM
* Intel SGX
* CFG Lock (no option in BIOS, Asus Z490 motherboards are factory unlocked. The `AppleCpuPmCfgLock` and `AppleXcpmCfgLock` quirks are not necessary)#### Enable
* VT-x (no option in BIOS, it's enabled by default)
* Above 4G decoding
* Hyper-Threading
* EHCI/XHCI Hand-off
* OS type: Windows UEFI Mode (Clear Secure Boot Keys or choose `Other` type)
* DVMT Pre-Allocated(iGPU Memory): 64MB### EFI
#### SSDTs
Compiled by following the [Dortania's ACPI Guide](https://dortania.github.io/Getting-Started-With-ACPI/), the `.dls` SSDT files can be found in SSDTS folder.
* SSDT-AWAC.aml
* SSDT-EC-USBX.aml
* SSDT-PLUG.aml
* SSDT-SBUS-MCHC.aml
* SSDT-RHUB.aml
* SSDT-GPRW.aml (prebuild)#### Kexts
* [VirtualSMC.kext](https://github.com/acidanthera/VirtualSMC) `1.3.0`
* [SMCProcessor.kext](https://github.com/acidanthera/VirtualSMC) `1.3.0`
* [SMCSuperIO.kext](https://github.com/acidanthera/VirtualSMC) `1.3.0`
* [Lilu.kext](https://github.com/acidanthera/Lilu) `1.6.3`
* [WhateverGreen.kext](https://github.com/acidanthera/WhateverGreen) `1.6.3`
* [AppleALC.kext](https://github.com/acidanthera/AppleALC) `1.7.8`
* [NVMeFix.kext](https://github.com/acidanthera/NVMeFix) `1.1.0`
* USBPorts-All.kext (disabled by default, include all ports of this board, for iMac20,1)
* USBPorts.kext (exported by hackintool, for iMac20,1, personal edition)> Deprecated
* RadeonBoost.kext `v1.6`
* IntelMausi.kext `1.0.7`
* FakePCIID.kext (from RehabMan `2018-1027`)
* FakePCIID_intel_I225-V.kext
* FakePCIID_Intel_HDMI_Audio.kext (from RehabMan `2018-1027`)
* USBInjectAll.kext `v0.7.6` (missing HS11 port used for bluetooth)## Misc
### Installation
The [OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/) is quite clear and easy, so there will be no detailed installation tutorials here. Give it some patience and you can build your own EFI.
### Tools
* Generating SMBIOS: [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS)
* Compiling SSDT: [MaciASL](https://github.com/acidanthera/MaciASL)
* Mounting EFI system partition: [MountEFI](https://github.com/corpnewt/MountEFI)
* Editing plist file: [PropereTree](https://github.com/corpnewt/ProperTree)
* Dumping DSDT: [SSDTTime](https://github.com/corpnewt/SSDTTime)
* Toolbox: [Hackintool](https://github.com/headkaze/Hackintool)### Benchmarks
| Item | Score |
|---|---|
| CPU - Geekbench | Single-Core: 1234 / Multi-Core: 8909 |
| Intel UHD630 - Geekbench | OpenCL: 4826 / Metal: 4790 |
| AMD Radeon RX 6600XT - Geekbench | OpenCL: 63628: / Metal: 76831 |## Credits
* [OpenCorePkg](https://github.com/acidanthera/OpenCorePkg)
* [OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/)