Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

It would be better to use WhateverGreen to configure the iGPU. If you provide your config.plist, I can make the changes. But you can also try the above procedure as you wrote it, but Inject Intel = checked on.

Sorry, I referred to your summary table (Pro Apps - Option 2, macOS 10.14.4)
400479

may I have misunderstood something?
When you say, about my previous post:
"Platform ID = 0x3E980003 (headless). You will have to connect display monitor to the AMD GPU."
where should i enter Platform ID = 0x3E980003 in Clover Clofigurator?
 
Last edited:
Yes without it boots up. This is where it hangs.
Please backup existing CLOVER and try the new one attached here. Some of the changes included:
  • There were 2 memory fix drivers in drivers64UEFI folder. I deleted OsxAptioFix3Drv.efi.
  • Because iMacPro does not use iGPU, I unchecked Inject Intel.
  • Added SSDT-Z390-DESIGNARE-NO-CNVW.aml to disable the Intel CNVi WiFi/BT card so it does not interfere with Broadcom WiFi/BT.
  • Made a couple of other small changes to config.plist.
 

Attachments

  • CLOVER-snake089.zip
    3.1 MB · Views: 74
Last edited:
Sorry, I referred to your summary table (Pro Apps -Option 2 macOS 10.14.4)

may I have misunderstood something?
when you say, about my previous post:
"Platform ID = 0x3E980003 (headless). You will have to connect display monitor to the AMD GPU."
where should i enter Platform ID = 0x3E980003 in Clover Clofigurator?
I'll modify the build guide over the weekend to include the procedure for this. In the meantime, try your skills at this!

Edit your config.plist in a text editor (if using TextEdit, switch into Plain Text mode from Format menu before opening the file):
XML:
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AwCYPg==</data>
                <key>AAPL,model</key>
                <string>Intel UHD 630</string>
                <key>AAPL,slot-name</key>
                <string>Internal</string>
                <key>device_type</key>
                <string>Graphics Processor</string>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
            </dict>
        </dict>
        <key>USB</key>   <--- find this in your config.plist and copy/paste everything above this line
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
Then be sure to:
  • Uncheck Inject Intel in Clover Configurator --> Graphics.
  • Empty out ig-platform-id in Clover Configurator --> Graphics.
  • Empty out IntelGFX in Clover Configurator --> Devices.
 
Please backup existing CLOVER and try the new one attached here. Some of the changes included:
  • There were 2 memory fix drivers in drivers64UEFI folder. I deleted OsxAptioFix3Drv.efi.
  • Because iMacPro does not use iGPU, I unchecked Inject Intel.
  • Added SSDT-Z390-DESIGNARE-NO-CNVW.aml to disable the Intel CNVi WiFi/BT card so it does not interfere with Broadcom WiFi/BT.
  • Made a couple of other small changes to config.plist.

Thank you! Still hangs at bootup. :banghead:
 

Attachments

  • 8618AB9E-9BFF-43BE-8A55-AFC25A392656.jpeg
    8618AB9E-9BFF-43BE-8A55-AFC25A392656.jpeg
    4.6 MB · Views: 66
I'll modify the build guide over the weekend to include the procedure for this. In the meantime, try your skills at this!

Edit your config.plist in a text editor (if using TextEdit, switch into Plain Text mode from Format menu before opening the file):
XML:
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AwCYPg==</data>
                <key>AAPL,model</key>
                <string>Intel UHD 630</string>
                <key>AAPL,slot-name</key>
                <string>Internal</string>
                <key>device_type</key>
                <string>Graphics Processor</string>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
            </dict>
        </dict>
        <key>USB</key>   <--- find this in your config.plist and copy/paste everything above this line
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
Then be sure to:
  • Uncheck Inject Intel in Clover Configurator --> Graphics.
  • Empty out ig-platform-id in Clover Configurator --> Graphics.
  • Empty out IntelGFX in Clover Configurator --> Devices.

Thanks again,
I'll try as You say and stay tuned to Your Build Guide.
 
hi, after updating to the newest bios of the z390 - i was able to install mojave .... but now at final booting after doing final adjustments i get this message :

this version of mac os x is not supported on this platform!

i did all 1:1 like in this guide - also used other file for RX 580 in slot 2

i also did that as described in guide :
"Now we skip forward to SMBIOS (we'll come back to RtVariables shortly) in order to define our system name and serial number. Because we have just installed Mojave 10.14.2 or newer, we'll choose Macmini8,1 to populate all of the empty boxes. Note that Macmini8,1 is not supported in 10.14.1 or earlier."

what can i do to get back in Mojave ? What adjustmends do i have to do to fix that error ?
 
Last edited:
OK! I used wrong old stick with 10.14 !!!! damn it! ....

Any chance to don't have to do all again ?
 
Thank you! Still hangs at bootup. :banghead:
Some questions/suggestions:
  • Do you have an Nvidia graphics card in the system?
  • Is IGFX disabled in BIOS?
  • Is the latest BIOS still installed? Under some circumstances, BIOS can revert to an older version.
  • Try shutting down the system and removing power cable for 10 seconds. Then reattach and reboot. Does it still fail?
  • Does the system boot from USB install disk? (Press F12 at BIOS Splash screen and choose the USB, then choose "Boot MacOS Mojave" from Clover Boot Menu.)
  • How did you copy the new CLOVER folder to EFI partition of the Mojave SSD?
    • Did you boot from USB install disk?
    • Did you remove the Broadcom WiFi card first?
And finally, just to double-check:
  • The system boots up fine if the Broadcom card is physically removed?
  • Do you have the ability to install this Broadcom card into another Hackintosh?
 
OK! I used wrong old stick with 10.14 !!!! damn it! ....

Any chance to don't have to do all again ?
  • Which version of Mojave has been installed?
  • Can you fully boot into Mojave using the USB install disk (press F12 at BIOS splash screen and choose the USB disk)?
  • If so, you can mount the EFI partition, run Clover Configurator, open the config.plist and choose a different SMBIOS name as follows:
    • If you installed 10.14 or 10.14.1, use iMac14,2
    • If you installed 10.14.2 or later, use Macmini8,1 (not iMac8,1)
 
Hi,
sorry, but after creating the USB install disk, modifying the BIOS, I realize I'm a little confused:
during the installation do I have to connect the monitor to the motherboard or the graphics card?
Which connections can be used among those available on the graphics card (Radeon RX 580: 2 DP, 2HDMI, 1 DVI)?
After post installation phase are there any limitations regarding the number of usable monitors and their resolution?
Thanks in advance
 
Back
Top