Home

Awesome

Hackintosh for i5-11600K Guide with macOS Big Sur 11.5.2

Info

This is the fully detailed guide on how to create a working Hackintosh machine using:

This repository contains also EFI folder with all binaries produced meanwhile. The missing pieces might be however serial numbers or other hardware identifiers.

All parts of the PC work great. What is not working here is caused only by lack of proper hardware.

Working:

What is NOT working:

Any compatible additional graphic card should do the job. The one used here was just cheap enough as the prices of AMD Radeon 570X or 580X are crazy these days. Remember that due to the fact that 11th-gen iGPU is not yet supported by macOS natively, it can't be used out-of-the-box.

System Info

Disclaimer

Most of the steps, instructions, information etc. has been taken from following sources:

Additional hardware

  1. TP-Link TL-WN725N - WiFi USB dongle
  2. USB 3.0 hub (like SilverMonkey HUB 4x USB 3.0)
  3. 16GB USB dongle for macOS Big Sur (actually used Unitek Y-1096 with an old Corsair ForceLS 120GB SSD)
  4. 16GB USB dongle for Ubuntu

Tools

List of needed tools:

  1. OC Gen-X - initial configuration creator
  2. ProperTree - .plist editor, however Xcode works great too
  3. MountEFI - to mount hidden boot partition (on both installer USB-stick & destination machine)
  4. SSDTTime - generator of ACPI tables on destination hardware
  5. USBMap - generator of dedicated USB port mapping kernel extension
  6. HackingTool by Headkaze - to verify settings on running macOS are fine; wasn't always working fine if EFI configuration had error on target machine

Others:

I also needed:

  1. macOS - to download and create bootable USB with macOS Big Sur
  2. Windows - to create another dongle with bootable Ubuntu (explained below); macOS could be used as well, it was just easier at that time
  3. LiveUSB with Ubuntu - to grab ACPI tables (SSDTs) on destination hardware

Installation

The whole procedure is extremely easy these days:

  1. Update BIOS settings
  2. Create a bootable Ubuntu dongle
  3. Run Ubuntu LiveUSB without installing anything and read ACPI tables (described below; aka SSDTs) needed to boot macOS
  4. Create a bootable macOS dongle
  5. Prepare the EFI folder, that will be placed onto hidden EFI partition of the macOS dongle that will contain patches valid for destination hardware that will emulate missing chips or connections of the PC board (comparing to native macOS board).
  6. Install macOS
  7. Copy EFI folder from USB dongle partition into EFI partition on the destination NVMe drive.
  8. Login onto macOS
  9. Fix USB mapping

BIOS Setup

Following features have to be properly enabled or disabled to make the macOS bootable:

It's also recommended here to set booting order to look for OS on attached USB drives, then on the internal drive. This can be changed once the whole installation succeeds.

Official info could be found here.

Visit this folder to see BIOS-related configuration images.

ACPI

Best way to get proper ACPI files (aka .aml) is tu use SSDTTime directly on the target machine and extract them.

Steps to create desired files (in particular for the platform: SSDT-AWAC.aml, SSDT-EC.aml, SSDT-PLUG.aml and SSDT-USB-Reset.aml) present as following:

  1. Create bootable Ubuntu USB
    • start a Windows machine
    • plug-in 16GB+ USB-stick
    • download Rufus
    • download Ubuntu Desktop ISO
    • run Rufus, select USB-stick, select FreeDOS boot-selection and point to Ubuntu ISO as described here
  2. Upload SSDTTime tool onto the USB-stick too as it will be required later, full info is described here. For example keep it under tools/SSDTTime folder.

This guide describes, how to install Ubuntu on a macOS machine.

Now, we can actually plug the USB-stick and run Ubuntu with SSDTTime. Reboot the machine and:

  1. Boot Ubuntu using save graphics. Somehow the nVidia Quadro K420 was not recognized and regular startup will hang (or display black screen) in later stages.

  2. Wait until disk is checked (or hit Ctrl-C to skip it).

  3. Finally - instead of installing Ubuntu, just use Try Ubuntu option. It will run the Live version of the system. Simply remember that everything is just kept in memory and you will loose all data once the device gets restarted and since we need some outcomes from SSDTime in a moment - play attention to copy them into the source USB-stick at the end.

  4. Copy the SSDTTime from USB-stick. Drive should be mounted by default as /media/ubuntu into your home folder. Somehow running it from thumb directly was failing for me.

    $ cp -r /media/ubuntu/tools/SSDTTime ~/
    
  5. Grant execution privileges to SSDTTime.py and iasl files.

    $ chmod +x SSDTTime.py
    $ chmod +x Scripts/iasl
    
  6. Run the SSDTTime.py script and follow the instructions on screen.

    $ python3 SDDTTime.py
    

Since Ubuntu didn't recognized graphics card, nor ethernet it might be useful to enable WiFi via dongle mentioned earlier to get web access. Run the Settings app, then navigate to WiFi and add your network credentials.

Sequence to create respective SSDT files (different options could be given in newer project versions):

EFI folder creation

This partition (and folder with the same name) are used by the BIOS to start the operating system. It's used here to configure the hardware, emulate the missing pieces and prepare it to be correctly recognized as macOS. It consists of 4 main components:

  1. OpenCore binaries - a custom bootloader
  2. ACPI - current hardware info
  3. Kexts - custom macOS kernel extensions to communicate with PC hardware
  4. config.plist - which brings them all, and in the darkness binds them.

Since I have used OC Gen-X to create initial configuration based on video tutorials mentioned above, the validation of used components suitable for hardware was done by following strictly recipe from Dortania guide. It has a really detailed info and recommend going through it to be familiar with all components and the way they are used.

Use platform as: iMacPro1,1.

OC has been placed under: /EFI/BOOT/BOOTx64.efi, /EFI/OC/OpenCore.efi, /EFI/OC/Drivers/HfsPlus.efi, /EFI/OC/Drivers/OpenRuntime.efi.

Compiled ACPI/SSDTs were placed under: /EFI/OC/ACPI folder.

Kernel extensions were placed under: /EFI/OC/Kexts folder.

Note: ProperTree can be used to edit the config.plist and add entries for components above, enable quirks and custom settings.

Note 2: MountEFI can be used to copy create EFI folder onto the bootable USB-stick.

Create bootable macOS

Creation of the bootable macOS Big Sur installer could be done with following command:

$ sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/BigSur

It will produce a following output (during 10-12 mins of working):

Password:
Ready to start.
To continue we need to erase the volume at /Volumes/BigSur.
If you wish to continue type (Y) then press return: y 
Erasing disk: 0%... 10%... 20%... 30%... 100%
Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 80%... 90%... 100%
Making disk bootable...
Install media now available at "/Volumes/Install macOS Big Sur"

Booting problems

Unfortunately first obstacle after try to boot was the problem with far too many USB ports defined in ACPI tables for ASRock motherboard and without XhciPortLimit quirk set to true - the whole system was not even starting correctly. It simply hanged just after USB initialization, sometimes after NVMe or Ethernet card initialization.

Installation failure

The second thing I noticed after applying this quirk was the inability to use keyboard and mouse during the installation process. Somehow the USB 2.0 ports I used in BIOS from the back of the motherboard were not working at all. Fix for it was to use the USB 3.0 hub, which I could place inside the case front-panel USB port. These two ports were the only one working for the whole machine.

In the following sections, once the installation is completed, I show how to make all USB 2.0 and USB 3.0 ports to run again.

Changing CPU ID

Under: Root > Kernel > Emulate

add following definition, that will change 11th-gen CPU pretending to be 10th-gen CPU:

KeyTypeValue
Cpuid1DataData<EA060900000000000000000000000000>
Cpuid1MaskData<FFFFFFFF000000000000000000000000>
DummyPowerManagementBooelan0
MaxKernelString
MinKernelString

Kernel Extensions (kext)

Ethernet

Kext: LucyRTL8125Ethernet.kext - works best with 2.5Gbit Dragon RTL8125BG onboard chip. In my case it was working fine and auto-negotiating speed once macOS was installed. However I have seen issues in some online tutorials and it might be required to go to Ethernet settings, Advanded > Hardware and manually set the desired Gigabit speed to 1000baseT.

Graphics

Kext: WhateverGreen.kext.

No special configuration required.

Audio

Kexts: AppleALC.kext, AppleALCU.kext.

Nothing more needs to be setup.

Supported list of codecs can be found here. However I haven't had to do anything special to make the audio work out-of-the-box once HDMI was plugged-in and connected with monitor containing speakers.

USB

During installation only! After use a dedicated kext created in "USB mapping" section.

Kext: USBInjectAll.kext

NVMe

Kext: NVMeFix.kext.

USB mapping

What was a strange thing with this setup during the installation was the disappearing support for almost all build-in USB ports. If keyboard and mouse were placed in back ports (described as HS03 & HS04) they got gone immediately when installation started. Trick used here was to use an USB 3.0 hub, which split the signal from the case front-panel USB 3.0 port for both: mouse and keyboard. This way hub was also the only one working for a while during the configuration process, while the second HS04 port was connected to USB-stick with an installed. However other USB 3.0 ports worked perfectly good.

It could all be fixed later, once installation completed. At this stage the best approach was to:

  1. Mount internal EFI partition.
  2. Run USBMap with the XhciPortLimit set to true as is done now and with USBInjectAll.kext available. At this stage USB 3.0 ports should be visible.
  3. Place USB 3.0 stick into all available physical ports and name them (N key) accordingly (as SSXX, what means SuperSpeed) on the board outputs image.
  4. Remove XhciPortLimit and USBInjectAll.kext from EFI's config.plist file and reboot the machine.
  5. At this stage only USB 2.0 ports should be visible by macOS. Repeat detection of all ports by placing USB 2.0 device (mouse? or USB 2.0 stick) into every physical port and name them accordingly (as HSXX -> HighSpeed), similarly as before.

Port info

At the end of the process the USBMap tool knowns following info about the ports (which is far less than 15 ports and all USB 2.0 & USB 3.0 work flawlessly):

#######################################################
#                Discover USB Ports                   #
#######################################################
    ----- XHCI@14 Controller -----
 1. HS02 | AppleUSB20XHCIPort |  2 (02000000) | 14100000 | Type 0
    HS02
    - ASM107x
 2. HS03 | AppleUSB20XHCIPort |  3 (03000000) | 14200000 | Type 0
    HS03
 3. HS04 | AppleUSB20XHCIPort |  4 (04000000) | 14300000 | Type 0
    HS04
 4. HS05 | AppleUSB20XHCIPort |  5 (05000000) | 14400000 | Type 0
    HS05
 5. HS06 | AppleUSB20XHCIPort |  6 (06000000) | 14500000 | Type 0
    HS06
 6. SS02 | AppleUSB30XHCIPort | 18 (12000000) | 14600000 | Type 3
    SS18
    - ASM107x
 7. SS04 | AppleUSB30XHCIPort | 20 (14000000) | 14700000 | Type 3
    SS20
 8. SS05 | AppleUSB30XHCIPort | 21 (15000000) | 14800000 | Type 3
    SS21

Detailed description of the USBMap tool can be found here on Dortania. Typical errors are shown here.

This configuration should be exported as USBMap.kext and replace USBInjectAll.kext. Once moved inside the EFI folder reboot the machine. Now, after restart all ports should work correctly for USB 2.0 & USB 3.0 devices.

References

CPU comparison:

CPU comparison

Source

GPU comparison:

GPU comparison

Source