Contribute
Register

RX580 got listed as ATI 4330M series 7 MB in Catalina

Status
Not open for further replies.
you have to upload your updated config.plist if you have made changes

also reset nvram

I have reseted the nvram* and it seems that it is still the same.

I upload the actual config.plist

* By pressing F11 at clover menu and then restart, and also have tried presss ALT-CMD-P-R at boot, but not sure if it's done as it doesn't give any special sound or signal :confused:
 

Attachments

  • config.plist
    5.5 KB · Views: 19
have tried presss ALT-CMD-P-R at boot, but not sure if it's done as it doesn't give any special sound or signal
That is for real Macs, it means nothing on a PC.

You still have this :
Code:
<dict>
                <key>Device</key>
                <string>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</string>
                <key>Disabled</key>
                <false/>
                <key>Key</key>
                <string>device-id</string>
                <key>Value</key>
                <data>
                32cAAA==
                </data>
            </dict>

You shouldn't need it.


You are still injecting graphics :

Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>LoadVBios</key>
        <false/>
    </dict>

This is wrong.
 
Hi Pilgrim,

Thank you but I have done your suggested changes and now I'm back again in “Display 7 MB / No Kext Loaded” ...

It may be that I have to reload any kext for AMD?

<key>ATI</key> <true/> <key>Intel</key> <true/>
I have changed those to <false/>instead of deleting them

Sorry i'm such a newbie :oops:
 

Attachments

  • Screenshot 2023-04-20 at 16.03.15.png
    Screenshot 2023-04-20 at 16.03.15.png
    133.4 KB · Views: 11
It may be that I have to reload any kext for AMD?
No, the RX 580 has native support.

Show an image of your /Library/Extensions folder.

Try with this config.plist :
 

Attachments

  • config.plist
    5.9 KB · Views: 22
Show an image of your /Library/Extensions folder.

Try with this config.plist :

Still in “Display 7 MB / No Kext Loaded” with the new config.plist

Attached image of my /Library/Extensions folder (Picture-1)

NOTE: I see that is my /SYSTEM/L/E folder where all the AMDcontroller kexts are, is this the error? (Picture-2)
 

Attachments

  • Picture-1.png
    Picture-1.png
    54.9 KB · Views: 15
  • Picture-2.png
    Picture-2.png
    150.7 KB · Views: 15
NOTE: I see that is my /SYSTEM/L/E folder where all the AMDcontroller kexts are, is this the error? (Picture-2)
No.

zip and attach your entire /EFI folder.
 
There are a lot of anomalies there.

Your Clover install log shows version r4289 whereas our install guide uses version r5106 :


MultiBeast for Catalina uses Clover version r5119 :


Your Clover install log shows that you had two drives connected at the time of install and if this is still the case, I would advise disconnecting the second drive to avoid possible confusion.

Your /EFI folder has an /OC folder which is for OpenCore yet you are using Clover - Delete it.

/kexts/Other. Delete FakePCIID_XHCIMux.kext and FakePCIID.kext.

/Library/Extensions Delete AppleIntelE1000e.kext, FakePCIID_XHCIMux.kext, FakePCIID.kext, USBInjectAll.kext and VoodooHDA.kext. Move FakeSMC.kext to /EFI/CLOVER/kexts/Other.
 
There are a lot of anomalies there.

Yes, thit is because of my ignorance and the amount of test work I have been doing to try to make run the card ...

I'll make the changes and come back
 
Status
Not open for further replies.
Back
Top