Jump to content

Recommended Posts

Posted

Hi

I got

GYGABYTE Z370 HD3 + MSI Armor RX580 8GB OC + i7-9700K


I used Olarila to Install Catalina and it was successful but RX580 does not recognized


Olaria USB Installation Default EFI Partition has "Lilu.kext" and "Whatevergreeen.kext" but It is not working.


I read every single thread about RX580 and Z370-HD3 and follow the Instructions but they didn't help.


I bought RX580 because it supposed to work OOB but it didn't.


my bios setting is :


Save & Exit → Load Optimized Defaults

M.I.T. → Advanced Memory Settings Extreme Memory Profile(X.M.P.) : Profile 1

BIOS → Fast Boot : Disabled

BIOS → CMS Support: Disabled

BIOS → LAN PXE Boot Option ROM : Disabled

Peripherals → Super IO Configuration → Serial Port : Disabled

Peripherals → USB Configuration → XHCI Hand-off : Enabled

Chipset → Vt-d : Disabled


I tried IGPU "Enabled" , "Disabled" and "Auto". but none of them worked neither for IGPU or RX580


I attached screenshot of "Hackintool" that shows PCI devices section and it sees my graphics card but macOS does not recognize it.


I ran "run me.app" and attached the resault


what DSDT.aml should I use ? what about SSDT ?

is there any specific ACPI patch should I use to configure the "config.plist"

Send me Mac-Pro.zip

Screenshots.zip

  • Administrators
Posted

[ref]afrasiabi[/ref], bios settings, only disable csm, nothing more

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

you need to modify 2 kext in S/L/E. Heres what I did:


I had to edit the AMD9510Controller.kext and AMDRadeox4100.kext under S/L/E and add '0x67DF1002' to this for our cards to be fully recognized with acceleration as '0x67EF1002' is only under IOPCIMatch string.


In Clover Configurator under Devices I added '0x67DF1002' without the quotes to the ATI under Fake ID and also under Graphics I check marked 'Inject ATI' added '4096' to VRAM and 'Nonsense' under FB Name.


Here is those texts I modified:


https://drive.google.com/file/d/14FqWXQbpz5uVYk2-yXPUj44JnX2sZuiU/view?usp=drivesdk

Posted

[ref]afrasiabi[/ref], bios settings, only disable csm, nothing more

Thanks but it didn't help


Added in 3 minutes 3 seconds:

you need to modify 2 kext in S/L/E. Heres what I did:


I had to edit the AMD9510Controller.kext and AMDRadeox4100.kext under S/L/E and add '0x67DF1002' to this for our cards to be fully recognized with acceleration as '0x67EF1002' is only under IOPCIMatch string.


In Clover Configurator under Devices I added '0x67DF1002' without the quotes to the ATI under Fake ID and also under Graphics I check marked 'Inject ATI' added '4096' to VRAM and 'Nonsense' under FB Name.


Here is those texts I modified:


https://drive.google.com/file/d/14FqWXQbpz5uVYk2-yXPUj44JnX2sZuiU/view?usp=drivesdk

Thanks bud that didnt work , after configuration the Clover "config.plist" macOS didn't boot, computer went into a "restart loop"


Added in 2 minutes 7 seconds:

[ref]afrasiabi[/ref], bios settings, only disable csm, nothing more

you are like a god in this hackintosh area , please help me.

  • Administrators
Posted

[ref]afrasiabi[/ref], first use a correct folder, serie 100/200/300

https://Olarila.com/forum/viewtopic.php?f=28&t=8222


apply this patch

 

into device label PEGP parent_label PEG0 insert
begin
Name (_SUN, One)  // _SUN: Slot User Number\n
Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method\n
                   {\n
                       If (!Arg2)\n
                       {\n
                           Return (Buffer ()\n
                           {\n
                                0x03\n
                           })\n
                       }\n
                       Return (Package ()\n
                       {\n
                           "device-id",\n 
                           Buffer ()\n
                           {\n
                                0xDF, 0x67, 0x00, 0x00\n  
                           }\n
                       })\n
                   }\n
end

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]afrasiabi[/ref], first use a correct folder, serie 100/200/300

https://Olarila.com/forum/viewtopic.php?f=28&t=8222


apply this patch

 

into device label PEGP parent_label PEG0 insert
begin
Name (_SUN, One)  // _SUN: Slot User Number\n
Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method\n
                   {\n
                       If (!Arg2)\n
                       {\n
                           Return (Buffer ()\n
                           {\n
                                0x03\n
                           })\n
                       }\n
                       Return (Package ()\n
                       {\n
                           "device-id",\n 
                           Buffer ()\n
                           {\n
                                0xDF, 0x67, 0x00, 0x00\n  
                           }\n
                       })\n
                   }\n
end

 



Thank you so much

Posted

[ref]afrasiabi[/ref], first use a correct folder, serie 100/200/300

https://Olarila.com/forum/viewtopic.php?f=28&t=8222


apply this patch

 

into device label PEGP parent_label PEG0 insert
begin
Name (_SUN, One)  // _SUN: Slot User Number\n
Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method\n
                   {\n
                       If (!Arg2)\n
                       {\n
                           Return (Buffer ()\n
                           {\n
                                0x03\n
                           })\n
                       }\n
                       Return (Package ()\n
                       {\n
                           "device-id",\n 
                           Buffer ()\n
                           {\n
                                0xDF, 0x67, 0x00, 0x00\n  
                           }\n
                       })\n
                   }\n
end

 

Don't kill me , but I don't find where should I apply the patch

  • Administrators
Posted

[ref]afrasiabi[/ref], Extract tables with F4 key in Clover boot screen, files generated in Clover/Acpi/origin, post here

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]afrasiabi[/ref], DSDT.aml.zip

use my dsdt with mu full efi folder serie 100/200/300

https://Olarila.com/forum/viewtopic.php?f=28&t=8222

 

First try :

I copied EFI folder serie 100/200/300 and copied your DSDT.aml into Clover/Acpi/Patched and restart the computer , computer came back with no changes.


Second try :

I restart Computer in Clover Bootloader I went to Options->ACPI->DSDT and I changed "BIOS.aml" to "DSDT.aml" after several lines goes up computer "Panicked" and restarts.

  • Administrators
Posted

[ref]afrasiabi[/ref], :shock:

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

[ref]afrasiabi[/ref], idk what happens, check if other ppl have same problem/solution

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

[ref]afrasiabi[/ref], DSDT.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]afrasiabi[/ref], DSDT.aml.zip

 

Thanks for DSDT.aml

I was on a trip and i didn't try it yet but i will come back to my workstation and try it ASAP.

I have to put in Clover->ACPI->patched . right !?

and select it in clover boot menu , ha !?


another thing is i plugged my monitor to graphics card , someone told me that i have to plug it to mobo and boot up mac , then the OS will recognize it . and after that i can use graphics card. should I do that !? or what

and thank sooo much ????

  • Administrators
Posted

[ref]afrasiabi[/ref], what? forget internal graphics

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

[ref]afrasiabi[/ref], what? forget internal graphics

 

I disabled internal graphics , and used your DSDT and it didn't worked


Sound works

Bluetooth works (with bluetooth dongle)

everything is fucking good BUT the graphics ,,,, I hate it becaus its like all people just put the fucking RX580 on every fucking mobo with every fucking possible installation method and it works like apple itself ! but me , tried every fucking possible way ...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...