Component | Model |
---|---|
CPU | AMD Ryzen 5 2600x @ 3.6GHz |
Motherboard | MSI B450 Tomahawk Max |
RAM | 32GB Kingston DIMM @ 2400Mhz |
Audio Chipset | ALC892 |
GPU | MSI RX Vega 64 |
OS Disk (NVMe) | Kingston A400 480GB |
2x Monitor | 27' 32' |
macOS version: 10.14.6 (20B50)
OpenCore version: 0.6.3
- High Sierra (10.13.x)
- Mojave (10.14.x)
- Catalina (10.15.x)
- Big Sur (10.16/11.0)
- Make your USB installer with this guide
- Clone the repository and paste "BOOT" and "OC" directories into your's pendrive "EFI" folder
- Download GenSMBIOS to generate unique SMBIOS information. Run it and select Generate SMBIOS, as the model select iMacPro1,1 or iMac19,1.
- Open config.plist with ProperTree and go to PlatformInfo > Generic. Set MLB (Board Serial), SystemSerialNumber (Serial) and SystemUUID (SmUUID) to generated values. Change ROM to your network card's MAC address without the
:
character. How to get MAC Address? - Boot it!
You CAN NOT use SMBIOS from this repository, it MUST be unique for every macOS installation
DONT FORGET THE NOTE ABOVE
I have came upon a sudden and a restless problem only when more then one monitor is plugged in.
I have two monitors LG 32"
and Philips 27"
both DisplayPort
.
When my computer boots up inside login screen
first monitors screen starts blinking. The second monitor is black but blinking trying to connect.
fter some time the second monitor goes offline or like in few casses it sorts itself out and the monitors work.
If i unplug and plug back the cables bunch of times i can resolve.
In the issue was resolved by installing RDM
Then tinkering with both displays resolution and refresh rate the problem was solved and blinking/trying to connect stopped. Maybe he needed a saved configuration for the monitors. I'm not sure anymore. I'm glad if this helped you.
To switch to another patch search for mtrr_update_action
in config.plist
. Then set Enabled
to true
for patch which you want to use. Remember to set Enabled
to false
for second PAT patch.
Don't try to use them both at the same time, it won't work.
ISSUE WAS RESOLVED BY CHANGING THE MONITOR -- Second monitor didn't like multi monitor setup on MacOS - Issue workaround only if you have the problem from above
It seems that the new BIOS update for the motherboard B450 Tomahawk Max causes a forever apple logo loop when booting into system. I downgraded a few updates BIOS updates and voila it worked. Don't update to the latest update of BIOS causes you to be stuck to Apple Logo when trying to boot.
I had to change the boot argument from alcid=11 to alcid=1. You can find all the information how to fix it here https://dortania.github.io/OpenCore-Post-Install/universal/audio.html#making-layout-id-more-permanent
Adobe applications crash on AMD Hackintoshes due to missing intel_fast_memset instructions. Follow this guide to get it working!
More fixes if Photoshop or any other Adobe program is not working as intended: https://gist.github.com/fcoury/5863a4a3ae484b2ad74f6390d48e629b
Software:
- [Bootloader] OpenCore
- [Resources] Picker GUI
- [Patch] AMD_Vanilla
- [SSDT] EC-USBX-DESKTOP
- [SSDT] SLEEP-PTXH
- [Driver] OpenRuntime
- [Driver] OpenCanopy
- [Driver] HFSPlus
- [Kext] Lilu
- [Kext] VirtualSMC
- [Kext] WhateverGreen
- [Kext] AppleALC
- [Kext] RealtekRTL8111
- [Kext] AMDRyzenCPUPowerManagement
- [Kext] SMCAMDProcessor
- [Kext] NVMeFix
- [Kext] AppleMCEReporterDisabler
People:
- Apple for macOS
- AMD-OSX Developers for kernel patches for AMD CPUs
- Acidanthera for OpenCore and most of used kexts
- Trulyspinach for Ryzen power management and monitoring kexts
- Mieze for RealtekRTL8111 kext
- Dortania for OpenCore configuration guides
- XLNC for Adobe patches for AMD CPUs
- AMD-OSX Community for support while making my Hackintosh