Contribute
Register

AMD Radeon RX 550 - 560 injected with Opencore macOS Big Sur

I tried this but didn't change it
 

Attachments

  • Screenshot 2020-12-21 at 20.39.08.png
    Screenshot 2020-12-21 at 20.39.08.png
    103 KB · Views: 1,266
This is how my DeviceProperties section looks
 

Attachments

  • Screen Shot 2020-12-23 at 3.52.50 PM.png
    Screen Shot 2020-12-23 at 3.52.50 PM.png
    140.8 KB · Views: 1,507
  • Screen Shot 2020-12-23 at 3.52.44 PM.png
    Screen Shot 2020-12-23 at 3.52.44 PM.png
    118.8 KB · Views: 1,484
Yeah I'm having problems because I'm new with a mac

I put that in DeviceProperties
 

Attachments

  • Screenshot 2020-12-24 at 00.13.16.png
    Screenshot 2020-12-24 at 00.13.16.png
    27 KB · Views: 955
  • Screenshot 2020-12-24 at 00.13.35.png
    Screenshot 2020-12-24 at 00.13.35.png
    35.1 KB · Views: 889
  • Screenshot 2020-12-24 at 00.15.41.png
    Screenshot 2020-12-24 at 00.15.41.png
    283 KB · Views: 992
  • Screenshot 2020-12-24 at 00.16.47.png
    Screenshot 2020-12-24 at 00.16.47.png
    83 KB · Views: 971
The IG-platform-ID only for intel iGPU
I'm try to use E3 CPU without iGPU, only use RX550. It should use device-id or other kext to fake devide ID.
 
I tried with everything but nothing work, some body to know this please help me my CPU is an AMD ryzen 3100
 
I have installed macOS Big Sur in a HP prodesk 400 G1 SSF. everything works for me, except the AMD Radeon RX 550 4GB graphics card, because I don't know how to inject into the OpenCore device properties section.When I was using Clover, it was easy because with fakepciid.kext was injecting the EDID + ati + radeonint + fake pci id ... but with OpenCore, I can't manage to inject these properties ... can someone help me?
I'm add in my OpenCore config.plist
XML:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>device-id</key>
                <data>/2cAAA==</data>
                <key>revision-id</key>
                <data>xwAAAA==</data>
                <key>model</key>
                <string>Radeon Pro 560</string>
                <key>vendor-id</key>
                <data>AhAAAA==</data>
                <key>subsystem-id</key>
                <data>BAsAAA==</data>
                <key>@0,compatible</key>
                <string>pci1002,67ff</string>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

Change value PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) to your!
 
I'm add in my OpenCore config.plist
XML:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>device-id</key>
                <data>/2cAAA==</data>
                <key>revision-id</key>
                <data>xwAAAA==</data>
                <key>model</key>
                <string>Radeon Pro 560</string>
                <key>vendor-id</key>
                <data>AhAAAA==</data>
                <key>subsystem-id</key>
                <data>BAsAAA==</data>
                <key>@0,compatible</key>
                <string>pci1002,67ff</string>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>

Change value PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) to your!
this only change the name, still have the same issue 7MB Vram
 

Attachments

  • Screenshot 2021-01-13 at 15.07.20.png
    Screenshot 2021-01-13 at 15.07.20.png
    491.3 KB · Views: 671
Back
Top