- Joined
- Jul 22, 2018
- Messages
- 7,519
- 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
How to Fix Black Screen issue with MacPro 6,1 and iMac 15/17 System Definition (NVIDIA/AMD)
If you're using MacPro 6,1 or iMac 15/17 as a system definition, then you might have a black screen as macOS finishes loading. This is because the MacPro 6,1 and iMac 15/17 performs a special function on their specific OEM GPUs and displays. For non-Apple hardware, this will cause a black screen.There may be another issue and you might start to use this fix. But before that, you should verify that this is the only issue, not others. So here's a way to determine if the system is running/functional.
- Check if the system fan is running. The CPU fan.
- Check if the power LEDs are blinking.
- If you're having an optical drive installed, eject the drive and check
- Boot using nv_disable=1 and then check
After confirming, you can go ahead and fix this issue.
Here's an easy Clover patch-on-the-fly fix for it (credit to Pike R. Alpha). And you can use Clover Configurator for a user-friendly way of adding it into Kernel and kext Patches section
Code:
Name: com.apple.driver.AppleGraphicsDevicePolicy
Find* [HEX]: BA050000 00
Replace* [HEX]: BA000000 00
Comment: Prevent AGDP from loading
Here's what it should like once added.
Alternatively, you can also use Lilu & WhateverGreen kexts to achieve the same effect. You might need to make sure they're always up to date, thought, just in case.
Last edited: