- Joined
- Jul 22, 2018
- Messages
- 8,463
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- Mac
- Mac mini
- MacBook Pro
- Mobile Phone
- Android
- iOS
Your configuration is not as per the guide.OK thanks .. here's the files...
Here are a few issues
Make the following changes to your config.plist:
- Remove SSDT-GPU-DISABLE.aml, SSDT-EC.aml and SSDT-USBX.aml. RX580 is a natively supported card and you don't need to disable it unless you have an unsupported GPU installed. Use SSDT-EC-USBX.aml from OpenCore package. Just make sure to change PCI0 to PC00 in the SSDT.
- Either remove SSDT-SBUS-MCHC.aml or the MC to MCHC rename. You shouldn't be using both together!
- Set ResizeAppleGpuBars to -1 and also disable it from your BIOS.
- Remove all entries from DeviceProperties section.
- Kexts loading order is not correct. Important Kexts should load first
- Remove MinKernel from Emulate section.
- Set KernelArch to Auto.
- Disable CustomSMBIOSGuid.
- Disable DisableRtcChecksum in Kernel section.
- Remove EnableTRIM Key from the NVRAM
- Remove dart=0 boot args.
- Add alcid=12 in boot args.
- Set UpdateSMBIOSMode to Create
- Drivers loading order is not correct. Important Drivers should load first.
Once you're done with the changes, save your config.plist. Restart the system and reset NVRAM twice. Attach the new PR files.