Contribute
Register

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

Can someone look at the aml file from HackinDROM and compare to the one that pastry chef includes in his EFI folder from his golden build Z390M Gaming? If I use the SSDT-DTPG.aml+HackinDROM.aml file, my Apple Thunderbolt Display may recognize the usb hub, FaceTime camera, sound, maybe once in 5 reboots. If I use the one from pastrychef's EFI, it works every time. I am wondering why one works reliably and the other doesn't? Is it related to the RP05 vs RP21? Pastrychef's file(SSDT-Z390-RP05-SLOT4-TB3HP.aml) is 3x the number of lines too. I have a Z390 Gaming M MB with the Titan Ridge 1.0 AIC(flashed using GC-TITAN-RIDGE-NVM23-Elias64Fr.bin).
by default HackinDROMs add in cards are specially designed for Designare.
You have to make some changes when you're using them on different platforms

Have you flashed your TB chip?

This is pastrychef's SSDT uploaded to HackinDROM, as you can see the RP is 05
Capture d’écran 2020-08-28 à 11.37.26.png


This is your SSDT generated with HackinDROM which has RP21 (which is for DESIGNARE)
Capture d’écran 2020-08-28 à 11.37.55.png


Try the attached .aml files please
This is the configuration I used to generate your .aml for your AIC Titan Ridge
Capture d’écran 2020-08-28 à 09.34.57.png
 

Attachments

  • SSDT-TB-HackinDROM.aml
    2.1 KB · Views: 58
  • SSDT-DTPG.aml
    100 bytes · Views: 60
Last edited:
It's rather not tbh. I always stay one OS behind to make sure bugs have been ironed out. I remember reading Catalina was quite a pain with pro audio.
Im on Catalina Hackintosh + full audio production configuration and no problem with Catalinas last versions
 
Im on Catalina Hackintosh + full audio production configuration and no problem with Catalinas last versions
Would you recommend doing a full re-install?
This was my first build, and I followed the tutorial to the letter. Haven't spent time on the intricacies of hackintoshes. With OC, it's as simple as preparing an install usb and dropping the EFI that CaseySJ made?
 
@Lukey1979,

Please confirm the following:
  • Are you using EFIClone-v2?
  • Are you running Catalina (and making backup of Catalina)?
Also, please post the EFIClone script itself from the Carbon Copy Cloner scripts folder. Just run CCC and select Utilities --> Reveal CCC's Scripts folder.


@byteminer,

Please have a look at this issue. The log below seems to be from EFIClone-V2, but not sure:
Code:
[Wed Aug 26 20:32:03 AEST 2020] - TEST_SWITCH:
[Wed Aug 26 20:32:03 AEST 2020] - Full Run (N)
[Wed Aug 26 20:32:03 AEST 2020] - Source Volume: /private/tmp/16777225@200826203056
[Wed Aug 26 20:32:03 AEST 2020] - Destination Volume: /Volumes/Catalina Backup - Data
[Wed Aug 26 20:32:05 AEST 2020] - Source EFI Partition: disk0s1
[Wed Aug 26 20:32:05 AEST 2020] - Destination EFI Partition: disk8s1
[Wed Aug 26 20:32:05 AEST 2020] - Mounting EFI source partition failed.


Hello Casey,

Yes I am using EFIClone-v2 and yes I am running and making full backups of Catalina.

Its odd as I have never has an issue with it. The most recent change for my system was the transition from Clover to OpenCore, however I believe CCC was successful when I made the first backup since moving to OpenCore.
 

Attachments

  • EFIClone_v2.sh.zip
    5.2 KB · Views: 51
@Lukey1979,

As mentioned above, can you please run the following command in Terminal and provide the output?
Code:
diskutil list

Hi guys,

as requested.

I wasn't sure if you wanted me to have my backup SSD plugged in, if so let me know and I will run this again with the backup SSD attached.

Last login: Fri Aug 28 18:09:10 on console
lukesummerscales@Lukes-iMac ~ % diskutil list
/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *512.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk2 511.9 GB disk0s2

/dev/disk1 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_APFS Container disk3 499.9 GB disk1s2

/dev/disk2 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +511.9 GB disk2
Physical Store disk0s2
1: APFS Volume HomeDrive 410.9 GB disk2s1

/dev/disk3 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +499.9 GB disk3
Physical Store disk1s2
1: APFS Volume Catalina - Data 155.2 GB disk3s1
2: APFS Volume Catalina 11.3 GB disk3s2
3: APFS Volume Preboot 82.4 MB disk3s3
4: APFS Volume Recovery 528.9 MB disk3s4
5: APFS Volume VM 4.3 GB disk3s5

/dev/disk4 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *2.0 TB disk4
1: EFI EFI 209.7 MB disk4s1
2: Apple_HFS My Media Drive 2.0 TB disk4s2

/dev/disk5 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk5
1: EFI EFI 209.7 MB disk5s1
2: Apple_HFS MacOS Programs 499.8 GB disk5s2

/dev/disk6 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk6
1: EFI EFI 209.7 MB disk6s1
2: Apple_HFS My Media Drive 2 999.9 GB disk6s2

/dev/disk7 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.5 TB disk7
1: EFI EFI 209.7 MB disk7s1
2: Apple_HFS Backup Storage 1.5 TB disk7s2

lukesummerscales@Lukes-iMac ~ %
 
Would you recommend doing a full re-install?
This was my first build, and I followed the tutorial to the letter. Haven't spent time on the intricacies of hackintoshes. With OC, it's as simple as preparing an install usb and dropping the EFI that CaseySJ made?
I went with Casey's OC 0.6.0 EFI for Catalina, full install and the system is very very very stable. (I don't see any notable difference with my real Mac) Im using UAD Apollo Thunderbolt (with TB flashed firmware), Soundtoys, all Native Instruments, all Waves, Logic Pro, Cubase and all Steinbergs products, FL Studio. I never had problem during my productions, mixes, recordings. So after my own experience I recommend Catalina with OC 0.6.0.
Just give a try by installing Catalina (with your plugins) on a secondary stockage drive and make some tests. If you're still not confortable and you have problems with the system you can still go back to Mojave
 
Good morning @CaseySJ
Today I uploaded a TB SSDT created by pastrychef on HackinDROM and detected a bug: when ThunderboltDROM Buffer is something else than 0xFF (in this case it is "One") so the extracted TB UID was wrong, I fixed it!
Also in pastrychef's SSDT TB UID is a little bit different from your created SSDTs.

0x76, 0x00, 0xC1, 0x71, 0xC5, 0xBE, 0x49, 0x01, 0x00,

the differences is colored in violet
Considering this difference I decided to extract byte number 8 too to calculate the correct CRC8 but I don't know if this is an error or not, and why byte 8 is 01 at him and 00 at you
Also his TB UID has not only numbers while in your ThunderboltDROM mini-guides you say to take 2 random digital numbers for the 5 bytes
 
Last edited:
I went with Casey's OC 0.6.0 EFI for Catalina, full install and the system is very very very stable. (I don't see any notable difference with my real Mac) Im using UAD Apollo Thunderbolt (with TB flashed firmware), Soundtoys, all Native Instruments, all Waves, Logic Pro, Cubase and all Steinbergs products, FL Studio. I never had problem during my productions, mixes, recordings. So after my own experience I recommend Catalina with OC 0.6.0.
Just give a try by installing Catalina (with your plugins) on a secondary stockage drive and make some tests. If you're still not confortable and you have problems with the system you can still go back to Mojave

I use Pro Tools/Logic Pro/Cubase/Bitwig/etc with tons of plug ins using Clover & 10.14.6/Mojave, also with a Lynx Aurora(-n) TB. No TB flashing for me. Works OK, comparable to a real Mac.
What I am missing(but not much): TB3 network connection to a fancy QNAP NAS. No TB filesharing/copying with a real Mac.
 
Back
Top