AudioGod's Gigabyte Aorus X570 Pro, Pro Wifi, Ultra & Master - Big Sur & Monterey Beta - OpenCore 0.7.4 EFI

Would you like me to change the EFI SMBios over to MacPro7,1 from OpenCore V0.7.0 onwards?

  • Yes change it to SMBios MacPro7,1

    Votes: 12 75.0%
  • No keep it at SMBios iMacPro1,1

    Votes: 2 12.5%
  • Have Both 7,1 and 1,1 available to download

    Votes: 2 12.5%

  • Total voters
    16
  • Poll closed .

Attachments

  • Bildschirmfoto 2025-02-25 um 18.01.36.png
    Bildschirmfoto 2025-02-25 um 18.01.36.png
    346.5 KB · Views: 12
  • Bildschirmfoto 2025-02-25 um 18.03.02.png
    Bildschirmfoto 2025-02-25 um 18.03.02.png
    214.9 KB · Views: 12
You have too many Type-C ports.

You have no ports set as internal, the ITE device (definitely) and possibly the Bluetooth device will need to be changed to Internal (255).

If this is your motherboards Rear I/O plate then you should have 4 x USB2 ports present in your USB config.

Screenshot 2025-02-25 at 22.05.14.png

Use this to configure your USB ports:

USB2 (0) - Physical USB2 ports on rear I/O plate, these ports always have a Black coloured tang.

USB3 (3) - Physical USB3 ports on rear I/O plate, these ports can have a Red, Blue, Cyan coloured tang.
Virtual USB2 ports - served from physical USB3 ports should be set the same as the physical port

USB3 (3) - Motherboard Header, usually serving the case front USB3 ports.
Virtual USB2 ports - served from case front physical USB3 ports should be set the same as the physical port

Internal (255) - Motherboard USB2 header, this will be any device served from a header port, such as Bluetooth module, case front USB2 ports, case front card reader, ITE device, LED device etc.

Type-c+sw (9) - Type-C connector on Rear I/O plate, will only show two ports being available, 1 x Physical Type-C and 1 x virtual USB2 port.

Type-c (10) - Type-C (E) motherboard header, will show four ports being available when the Type-C device is flipped 180° and reinserted, 2 x Type-C and 2 x USB2. Usually serving Case front Type-C port.
 
  • Like
Reactions: Mylo
Thank you Ed! So I've set them now. Should be fine now! But my system still restarts after Shut Down. Hmmm

Bildschirmfoto 2025-03-03 um 10.47.05.png
 
The 2nd port in the screenshot above, HS06 is set with Connector type '1', this is wrong.

I have never heard of or used USB port type '1'. You need to undertake this ports discovery again.
 
The 2nd port in the screenshot above, HS06 is set with Connector type '1', this is wrong.

I have never heard of or used USB port type '1'. You need to undertake this ports discovery again.
i was tryin twice to set this to 255. it's setting it by own to 1 back! But in other hand could be right. it is an internal usb port but connected via mini usb to the zsync fan controller.

Bildschirmfoto 2025-02-27 um 12.11.00.png
 
It should be set as Internal (255).

You can edit the kext to make this change, or post a copy of the kext and I will make the edit for you.

Right-click on the kext, select show package contents from the drop down menu, open the Contents folder and then the info.plist. This will allow you to make the edit. Save the plist after making this single edit and reboot your system, with the revised kext in your OC Kexts folder.

I use Corpnewt's ProperTree plist editor for tasks like this.
 
  • Like
Reactions: Mylo
Bildschirmfoto 2025-03-09 um 23.07.25.png
Worked! THX!
But still have the reboot issue. Are there any other possible options for this fault? Maybe PCI-E?
 
Systemwide power settings could be set incorrectly for your Hack. This can be a cause of sleep/wake/reboot issues.
 
  • Like
Reactions: Mylo
You might try some of these commands to see what difference switching them on (1) or off (0) will make.

Use this Terminal command to see the current status of the systemwide power settings

sudo pmset -g

Disable Hibernation

sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Alternative Hibernation options are hibernatemode 3, 25 & 29. These modes all provide different levels of hibernation. 0 is the normal mode.

Disable/Enable other hibernation/sleep options

sudo pmset -a standby 0
sudo pmset -a autopoweroff 0
sudo pmset -a tcpkeelalive 0
sudo pmset -a tyykeepawake 0
sudo pmset -a womp 0
sudo pmset -a sleep 1
 
  • Like
Reactions: Mylo
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.