My daily driver Hackintosh configuration for Haswell (4th-Gen) of Intel Core running with H81 chipset.
Specification | Details |
---|---|
Motherboard | KYO Kaizen H81-G573U1 |
Processor | Intel Core i5-4570 @ 3.20 Ghz |
Graphics | NVIDIA GeForce GT 730 (Kepler)2 |
Audio | Realtek ALC662 (alcid=5 ) |
Network | Realtek Onboard Ethernet (no Wi-Fi card) |
Boot-Args | -v keepsyms=1 debug=0x100 alcid=5 amfi_get_out_of_my_way=0x1 ipc_control_port_options=0 |
SMBIOS | MacPro7,1 (Desktop with dGPU)3 |
Note
amfi_get_out_of_my_way=0x1
is a workaround to fix Haswell graphics using OCLP4.ipc_control_port_options=0
is a workaround to fix crashing issue of some apps (Skype, WhatsApp, Spotify, etc.)
If you are using an incompatible graphic card (dropped support, etc.) you should disable SIP (System Integrity Protection) to patch your unsupported graphic card with OCLP (OpenCore-Legacy-Patcher)4. This enables your system to fully use GPU acceleration feature.
-
Launch a terminal (iTerm2 or stock) and type these command
$ sudo spctl --master-disable
-
Restart your PC, and enter recovery (dmg) image of your macOS drive
-
On the menu bar, choose Utility > Terminal and type these command
$ csrutil disable $ csrutil authenticated-root disable
-
Restart and boot to your system.
- This version was prepared using OpenCore 1.0.0 for macOS Ventura (13.6.7).
Note
If you want to upgrading to latest macOS version such as Sonoma (14) or earlier, just change the SMBIOS on the config.plist
with the supported SMBIOS using GenSMBIOS tool and you are ready to upgrade.
Footnotes
-
Please note that VGA (D-SUB) onboard port wouldn't work. Only HDMI onboard that will work. ↩
-
Highest Supported OS for NVIDIA Kepler GPU series are macOS Big Sur (11). Further macOS version needs to be patched with OCLP. ↩
-
For those using desktop with iGPU (Integrated GPU), they should use
iMac18,1
for their SMBIOS. ↩ -
OCLP (OpenCore Legacy Patcher) is a Python-based project for both running and unlocking features in macOS on supported and unsupported Macs, such as Patching GPU drivers. ↩ ↩2