Contribute
Register

Gigabyte Z490 Vision D (Thunderbolt 3) + i5-10400 + AMD RX 580

@CaseySJ
Thanks for changing the post to correct thread.:)
Unfortunately I currently have only this picture of the custom loop but it should show all the relevat parts.
Took some time first to figure out the correct order, so that you can fill the whole loop from the top easily. After you’ve built and teared it down a few times it becomes clearer what works and what does not so well.
75300F77-431F-4575-9A4C-710B2EDA42E9.jpeg
 
@CaseySJ
Thanks for changing the post to correct thread.:)
Unfortunately I currently have only this picture of the custom loop but it should show all the relevat parts.
Took some time first to figure out the correct order, so that you can fill the whole loop from the top easily. After you’ve built and teared it down a few times it becomes clearer what works and what does not so well.
View attachment 479187
Very nice.
  • Is there a separate reservoir or is it part of the pump that is situated below the GPU?
  • Do you plan to use transparent cooling solution or colored?
  • Are you using EKWB (EK Water Block) fittings?
 
Thanks! The reservoir is Alphacool Eisstation and the Alphacool Laing DDC 310 pump is below it. Gpu has also own pump as it can work as AIO too. Fittings are from Alphacool and some from EK. No plan on colored water as case does not have a glass window this time:)
 
Finally completed my build!

i7-10700
32gb RAM
2x Vega 64
Z490 vision d

was able to clock 6 seconds on Brucex test!

I initially attempted to go with 3900x but the gpu accelerations was so bad I can forgo of the extra 4 cores compared to the 8 cores of 10700.

thanks CaseySJ

One problem I have left is DRM, for some reason, Netflix, and appleTV is not loading at all. HW acceleration is working, and Shikigva=80 bootlflag is already in the config.plist. Not sure if my dual dGPU is causing the problem?
That's an impressive BruceX result!! Regarding the two issues:
  • Netflix
    • Does it happen to work in Firefox or Chrome? I assume it's not working in Safari.
  • AppleTV
    • Are you logged in properly to both iCloud and Apple Store?
    • Which WiFi/BT card are you using?
    • Is Handoff working?
    • Also please capture screenshot of front page of Hackintool, but block out private info like this:
Screen Shot 2020-07-05 at 5.33.44 AM.png
 
That's an impressive BruceX result!! Regarding the two issues:
  • Netflix
    • Does it happen to work in Firefox or Chrome? I assume it's not working in Safari.
  • AppleTV
    • Are you logged in properly to both iCloud and Apple Store?
    • Which WiFi/BT card are you using?
    • Is Handoff working?
    • Also please capture screenshot of front page of Hackintool, but block out private info like this:
View attachment 479207

Netflix - Yes it works in Chrome, and is only a problem in Safari.

iCloud - yes I-message works and downloaded all my apps from App Store

Handoff - yes works, tested opening a website from my phone to the Hackintosh

Wifi - Using the BCM94360CD with PCIE adapter on the x1 slot

Below is the screenshot of my Hackintool - interesting that the iGPU device id is different
 

Attachments

  • Screen Shot 2020-07-05 at 10.48.33 AM.png
    Screen Shot 2020-07-05 at 10.48.33 AM.png
    97.3 KB · Views: 71
OK, I got it installed and running, everything seems to be running fine except the lan connections. I am still waiting for my fenvi t919 from China and do not have alternative here in my country except maybe tplink archer t9e (but it says atheros chip on the spec). So I am stuck with lan.

Both lan ports kind of work, but the latency is between dropping packets randomly and 2seconds, sometimes working ok for 1-2mins in between. Speed is also much slower than what I have on the wan side. All other devices on the network work fine. Somebody else encountered this problem?
How did you resolve black screen after picker? I'm in the same boat with the the same spec.
 
@Ploddles,

It's been quite a while since I worked on the Windows version, so let's try the same commands on macOS, but:
  • Omit the "--hid hid" parameter
  • Use uppercase channel name: IOLED

On Mac, no colour change

vaughan@iMac Shared % liquidctl -d 1 set IOLED color static FF00FF
IndexError: Device ID out of bounds

vaughan@iMac Shared % liquidctl -d 0 set IOLED color static FF00FF
ERROR: Unexpected error with Gigabyte RGB Fusion 2.0 ITE 0x8297 (experimental)
Traceback (most recent call last):
KeyError: 'IOLED'

vaughan@iMac Shared % liquidctl -d 1 initialize
IndexError: Device ID out of bounds

vaughan@iMac Shared % liquidctl -d 0 initialize
vaughan@iMac Shared %

No error message on the last one.
 
No guarantees, but please try attached v2.
  • Device Properties in OpenCore is okay.
  • Changes were made to the kext only. Note the new name of kext. In OpenCore config.plistyou may either:
    • Add new entry for this kext in the Kernel section and disable the old kext
    • Rename the attached kext to simply FakePCIID_Aquantia.kext
Thanks @CaseySJ.

The revised kext loads, and is attaching to the device, but it's still not injecting the proper properties...

The property: 'RM,device-id' is injected as can be seen in the screenshot, but the system seems to still see the device-id as 0xd107 compared to 0x87b1. (See: compatible <"pci1d6a,1", "pci1d6a,d107", "pciclass,020000", "PEGP">)

Not sure why the system still sees the device as 0xd107.

I've attached a screenshot of the IoRegistry.
 

Attachments

  • IoRegistry-FakePCIID.png
    IoRegistry-FakePCIID.png
    244.4 KB · Views: 52
Thanks @CaseySJ for this awesome tutorial! I managed to install MacOS, but I have the same issue as @one07. When MacOS enters sleep it almost immediately turns off.
I've tried the following:
  1. All possible combinations of sleep options - no luck.
  2. Setting hibernatemode, proximitywake, tcpkeepallive to 0 using Hackintool v3.4 - no luck.
  3. Adding darkwake=8 to boot-args no luck. I believe that the argument might not be picked up at all, as failure diagnostics report contains the following line Boot args: keepsyms=1 dart=0 debug=0x100 agdpmod=pikera alcid=11 shikigva=80

Next steps:
  1. Will try darkwake=0
  2. Check if the same issues occurs on Windows.
  3. Remove Fenvi card.
I will update the thread once I test those scenarios.
 
Last edited:
Thanks @CaseySJ for this awesome tutorial! I managed to install MacOS, but I have the same issue as @one07. When MacOS enters sleep it almost immediately turns off.
I've tried the following:
  1. All possible combinations of sleep options - no luck.
  2. Setting hibernatemode, proximitywake, tcpkeepallive to 0 using Hackintool v3.4 - no luck.
  3. Adding darkwake=8 to boot-args no luck. I believe that the argument might not be picked up at all, as failure diagnostics report contains the following line Boot args: keepsyms=1 dart=0 debug=0x100 agdpmod=pikera alcid=11 shikigva=80

Next steps:
  1. Will try darkwake=0
  2. Check if the same issues occurs on Windows.
  3. Remove Fenvi card.
I will update the thread once I test those scenarios.

That's interesting. Which RX 5700 XT do you use? Can you share some more details about your specs please? Maybe we find something which is specific to our builds...

btw.: I'm still waiting for the reply from Gigabyte about this issue
 
Last edited:
Back
Top