Skip to content

Releases: ankanpratik/Gigabyte-Z490-AORUS-Pro-AX-EFI-OpenCore

0.8.8 - iMac20,1 + Ventura 13.1 EFI

08 Jan 14:48
972e490
Compare
Choose a tag to compare

Hello everyone, sorry for the delay in the last post, but I'll try to share the update more often!

Since the last one, I've added more features and I'm trying to only share builds which are stable for daily builds. Some updates are as follows:
• Stable build of OC 0.8.8
• Updated Lilu, WhateverGreen, Virtual SMC, etc to the latest one.
• Some QoL additions with RadeonSensor, NVMeFix.kext, CPUFriend.kext and FeatureUnlock.kext
• Added Display Properties for those who are using internal GPU only. Remove the # from PciRoot(0x0)/Pci(0x2,0x0).
• Added Display Properties for those who are using onboard LAN. Remove the # from PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0). (Haven't tested as I use full time onboard Wi-FI, but if anyone can test and let me know would help!)
• Added -igfxnotelemetryload to boot-args fixed the boot delay for 0.8.8. This was due to the internal GPU crashing after selecting the boot drive.
• Added USBMap.kext FOR MY OWN SYSTEM. Please generate your own for System stability as XhciPortLimit no longer work. Use the guide from here to create your own. https://github.com/5T33Z0/OC-Little-Translated/tree/main/03_USB_Fixes

As usual, looking forward for further refinements to the system. If you have any suggestions, let me know through the Issues Tab.
Cheers and Happy New Year!

0.8.2

05 Jul 15:00
Compare
Choose a tag to compare
  • Updated to OpenCore 0.8.2
  • Updated Lilu, AppleALC, Airport itwlm, VirtualSMC, WhateverGreen, AppleALC

Using device-id as 31354633 and vendor-id as 87800000, and now it correctly shows com.apple.driver.AppleIntelI210Ethernet under System Information in Ethernet. Thanks Foy from Twitter for the help. Would be glad if other users could test this out as I don't use Ethernet.

0.8.0

21 Apr 20:45
b173811
Compare
Choose a tag to compare

Updated to the newer OpenCore 0.8.0!

0.7.9

24 Mar 22:14
3dd0fe8
Compare
Choose a tag to compare
  • Updated to the newer release.
  • Added USBMap to limit it under 15 ports for better stability.
  • Removed IntelMausi and FakePCIIDi255 (unsupported for Monterey)
  • Added SSDT-EC-USBX-DESKTOP.aml and SSDT-USBW.aml.
  • Added SSDT-Disable-CNVi.aml as an option to config.plist if you would like to use Fenvi TV919, enable this option to "disable" onboard wi-fi card.
  • SetApfsTrimTimeout to 0 for those who are using NVMe drives to boot MacOS. Should see a significance decrease in boot load times.
  • Changed SMBIOSMode to Custom and Enabled Update SMBIOS to boot into Windows properly through OpenCore. If you don't want to use OC to boot into Windows, revert back to defaults.

As usual add SMBIOS details to boot through this EFI. I prefer to use OCAT for this.

0.7.8

05 Mar 07:16
Compare
Choose a tag to compare
  • Fixed Audio + over HDMI as well. Took the FakePCIID approach from @SchmockLord to define audio and Ethernet
  • Auto Sleep works good, but still some hick-ups when manually making the system goto Sleep mode.
  • Added Boot arguments dk.e1000=0 agdpmod=pikera
  • Fixed un-necessary quirks that had been left out through previous releases.
  • Removed ACPI tables to a minimum needed amount. Planning to use aml instead of USB Kext in future release.

Work in Progress:

  • I have defined USBMap for device speed, but have to restrict it to 15 port limit. All the USB ports are working irregardless though.
  • I have to test LAN if the KEXTs are working properly or not. Right now I am using on-board wi-fi and I have no way of testing this part out.

As usual, please add your own PlatformInfo otherwise the system won't boot.
Thanks to @jamesfawcett for testing and inputs!