Contribute
Register

Radeon RX 560 on 10.13.4 macOS High Sierra

Status
Not open for further replies.
you don't need RadeonDeInit if you are using WhateverGreen. Also remove nv_disable=1

Are you using native NVRAM? (AptioMemoryFix installed via Clover). Turn on CSM in BIOS.
Also, your config.plist is really messy, many thing there not needed (DropTables MATS, SSDTs for DropOEM, even if turned off Fixes, those are there without reason).

Lot of USB patches you don't need.

Last but not least, try adding DSDT patch into ACPI section:

Code:
<dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PEGP to GFX0</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    UEVHUA==
                    </data>
                    <key>Replace</key>
                    <data>
                    R0ZYMA==
                    </data>
                </dict>

Anyway, you should really create your config.plist from scratch
 
clover config.plist (main selections)
Acpi
Fixshutdown
FixHeaders
FixIntelGfx

Devices > Fake ID
IntelGFX0x059128086

Graphics
ig-platform-id = 0x59120003
Inject Intel √
RadeonDelnit √

I don't know what FixHeaders does. I don't think you need FixIntelGfx.

Don't need to enter anything in to IntelGFX.

ig-platform-id for your CPU is 01620007.

Don't need RadeonDeInit if you are using WhateverGreen.kext.
 
Hi and thanks for replies,

I could only get the initial install to boot when I added

FixHeaders
Fixshutdown
Droptables MATS

which is why i kept them.

not sure what native NVRAM is?

Currently can't get into BIOS to check CSM is on due to reasons in OP
 
Am going to redo MultiBeast install and create new config.plist
 
I tried the suggestions made, but no joy, went back to original config.plist and osx now no longer loads :(


Never had this much hassle installing hackintosh!
 
Ok can't redo MultiBeast on my hackintosh drive from MBPro, install fails.

Have tried creating a fresh config.plist taking in some of the suggestions given, though have to keep Droptable MATS, if not just get a kernel panic on boot.

I also checked bios and found i had left 1st boot at IGFX and not PEG, changed this to PEG so can now see boot process.

Clover boots fine, loading macOS with -v seems to go ok, but then just loads black screen?

Last thing i can see is line with ioscreenlockstate, too quick to see any details.

attached is current (new) config.plist
Here is screen shot from video of just before black screen loads.
clover-boot-hs.png

What is a pain is that at on point it was working and loading macOS, config.plist was bit messy :(


thanks
 

Attachments

  • config.plist
    2 KB · Views: 193
Last edited:
quick question since this seems to be the go to RX 560 thread, i have a sapphire 4GB card and when benchmark via cinebench I get under 64-59 fps..is that normal for this gpu?
 
quick question since this seems to be the go to RX 560 thread, i have a sapphire 4GB card and when benchmark via cinebench I get under 64-59 fps..is that normal for this gpu?
Not normal! I had around 100 some time ago and had around 120 with no kexts as of 10.13.4
 
Has anybody a good sleep/wake fix? My system will shutdown with the Fixshutdown box ticked in clover. Sleep however is still not working. I tried this:

Code:
        sudo pmset hibernatemode 0
        sudo rm /var/vm/sleepimage
        sudo pmset -a autopoweroff 0
        sudo pmset -a standby 0

And also I tried an AMD sleep patch in config.plist devices. Both not working. System will wake right after sleep.

Disabled iGPU in BIOS and disabled Inject Intel in clover.

Darkwake=no and checked dart=0.

Any suggestions here?
 
Not normal! I had around 100 some time ago and had around 120 with no kexts as of 10.13.4
ok well that makes me feel better, and worst at the same time so what am I doing wrong now, I wonder.
 
Status
Not open for further replies.
Back
Top