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 .
Base 074 updated to 1.0.3 with Kernel and Wi-Fi patch. Still requires CPU core count to be set for your CPU. This is set for 8 core 5700x
 

Attachments

  • Like
Reactions: Mylo
Can someone help me,

Im trying to install, 15.3 and im 14.6.1 Ill include my efi

I run a X570S AERO G, im not the best at heavy open core editing. I posted in here because the board are kind of close

thanks so much in advance
 

Attachments

15.3.1 not working here! be careful!
That's not an accurate statement. It's true it's not working for you but there are plenty of users, myself include reporting no issues with this update on other sites. This is just an issue with your EFI configuration.
 
  • Like
Reactions: Mylo
That's not an accurate statement. It's true it's not working for you but there are plenty of users, myself include reporting no issues with this update on other sites. This is just an issue with your EFI configuration.
yes, but this thread is for user of a Gigabyte Aorus X570 Pro, Pro Wifi, Ultra & Master. We all have a very similar setup. So the chance that it is not working for them/us is pretty high. That's why I wrote "be careful"
I think it's better to warn people in stead of "don't worry it's working" ;)(y)
 
@Mylo i see your EFI in other thread
in Sonoma it was working if i understood well
is it always working in Sonoma, or now you doesnt boot any osx?
if so, Have you updated your Gigabyte Bios?

i see also you use DevirtualizeMMIo quirk and disableVariableWrite quirk
they shouldnt be useful for X570 platform if i am not completely wrong (and sorry if i am ) :)
 
it worked well in Sequoia 15.2. That’s why im confused why it is not working anymore. i got the EFI from Edhawk. don’t know what these quirks are for 😬
 
have you updated your motherboard Bios?
 
have you updated your motherboard Bios?
Yes F39d. Everything is up to date.

My BIOS Settings:

OptionStatus
SATA ModeAHCI
Above 4G DecodingEnabled 1
EHCI/XHCI Hand-offEnabled
SVMEnabled
CSMDisabled
Secure BootDisabled
Serial PortDisabled
Parallel PortDisabled
 
I meant if it doesnt work from when you updated to a new bios
Try to see if dsdt needs some patches for new bios
 
As you have updated your Bios, you may need to look at creating new SSDTs, MmioWhitelist entries (if present) and that your USB ports are still using the same controllers.

Alternatively, downgrade your Bios to the previous version you were using, where everything worked.

These are the Bios entries that need to be set for macOS to work.

Disable
  • Fast Boot
  • Secure Boot
  • Serial/COM Port
  • Parallel Port
  • Compatibility Support Module (CSM) (Must be off in most cases, GPU errors/stalls like gIO are common when this option is enabled)
  • IOMMU
Enable
  • Above 4G Decoding (This must be on, if you can't find the option then add npci=0x3000 to boot-args. Do not have both this option and npci enabled at the same time.)
    • If you are on a Gigabyte/Aorus or an AsRock motherboard, enabling this option may break certain drivers(ie. Ethernet) and/or boot failures on other OSes, if it does happen then disable this option and opt for npci instead
    • 2020+ BIOS Notes: When enabling Above4G, Resizable BAR Support may become an available on some X570 and newer motherboards. Please ensure that Booter -> Quirks -> ResizeAppleGpuBars is set to 0 if this is enabled.
  • EHCI/XHCI Hand-off
  • OS type: Windows 8.1/10 UEFI Mode (some motherboards may require "Other OS" instead)
  • SATA Mode: AHCI
 
thank you! my BIOS was updated before i have installed Sequoia! i have exactly all these BIOS settings. So everything has worked with F39d
 
I can't see anything in the EFI I provided in post #1,211 that would prevent Sequoia 15.3.1 from booting.

Other than adding the Intel Bluetooth kexts and NVRAM entries, have you added or changed anything else?

Are you still running OCLP?
 
Looking at your current EFI I can see a few anomalies, as listed below.
  1. Booter > Quirks > DevirtualiseMmio is set as True, should be False.
  2. Booter > Quirks > SetupVirtualMap is set as True, should be False.
  3. DeviceProperties do nothing, other than confirm what the system already knows about these two devices.
  4. You have a USBPorts.kext in your setup, but you also have Kernel > Quirks > XhciPortLimit entry Enabled. This Quirk should be disabled if a custom USB map is present.
  5. You have -wegnoegpu as an entry under the NVRAM > Add > 7C436110-AB2A-4BBB-A880-FE41995C9F82 section, this is wrong and should be removed.
  6. You have -wegnoigpu in your boot arguments, this isn't needed for your system as your CPU doesn't contain an IGPU.
Nothing else looks wrong for your X570 system.

I made/added the incorrect settings for items 1 & 2 above to the EFI config.plist I previously provided to you. Sorry for that, but they obviously didn't prevent your system from booting.

I think the -wegnoegpu entry in item 5 above, could be causing your system to not boot in to Sequoia 15.3.1.
 
Thank you for your investigation. so I tried it like you wrote. by setting 1. and 2. to false I'm getting stucked here:
IMG_9649.jpeg

setting 1. and 2. back to true but removing -wegnoegpu and XhciPortLimit disabled, system kinda loading like before but fails than.

Bildschirmfoto 2025-02-21 um 23.58.34.png

i also saw that there was no path for usb and applemcereport. so I've add it.

but hmm I don't know what to do next out else.

i have used the EFI folder version post #1,211 with you're fixes but also getting stucked like first photo from screen.

My Final EFI
 

Attachments

I’ll have a look at the EFI when I am at my desk.
 
Thank you for your investigation. so I tried it like you wrote. by setting 1. and 2. to false I'm getting stucked here:
View attachment 16445

setting 1. and 2. back to true but removing -wegnoegpu and XhciPortLimit disabled, system kinda loading like before but fails than.

View attachment 16443

i also saw that there was no path for usb and applemcereport. so I've add it.

but hmm I don't know what to do next out else.

i have used the EFI folder version post #1,211 with you're fixes but also getting stucked like first photo from screen.

My Final EFI
Mylo, dont take this in a wrong way but this EFI is a mess :) :)
1740210509796.png
you use many kext and block for the app OCLP and also many stuff for Intel wifi
But, your SIP is set to 0000000
So, which hardware are you using by now?
I know your X570 motherboard, i miss all other components to understand better
EdHawck has in signature a X570 syste so he could be more precise on your actual needs
 
Mylo, dont take this in a wrong way but this EFI is a mess :) :)
View attachment 16447
you use many kext and block for the app OCLP and also many stuff for Intel wifi
But, your SIP is set to 0000000
So, which hardware are you using by now?
I know your X570 motherboard, i miss all other components to understand better
EdHawck has in signature a X570 syste so he could be more precise on your actual needs
all fine. so I have a intel ethernet controller and also Bluetooth.

But how ever, I was also testing the very first version from Edhawk and it's not working too. Maybe I need to Patch my Build. But I already have the latest one: https://github.com/AMD-OSX/AMD_Vanilla

EDIT:

Alright Guys! Got it back to life!

Bildschirmfoto 2025-02-22 um 13.18.58.png

I took Edhawks Version from post #1,211 without the fixes from #1,234 and it's working. I was testing this clean EFI with the fixes
  1. Booter > Quirks > DevirtualiseMmio is set as True, should be False.
  2. Booter > Quirks > SetupVirtualMap is set as True, should be False.
but the system crashed and don't start.

I only took the AMD .kext for the RX 6950 XT and CPU Power Gadget.
It looks like the USB Mapping caused the big problem. I need to test and Map them again.

Thank you all for your help. Maybe any suggestion what is the best way for the USB Mapping. I was doing it with the Hackintool.

Bildschirmfoto 2025-02-22 um 13.28.41.png
 
Last edited:
all fine. so I have a intel ethernet controller and also Bluetooth.

But how ever, I was also testing the very first version from Edhawk and it's not working too. Maybe I need to Patch my Build. But I already have the latest one: https://github.com/AMD-OSX/AMD_Vanilla

EDIT:

Alright Guys! Got it back to life!

View attachment 16450

I took Edhawks Version from post #1,211 without the fixes from #1,234 and it's working. I was testing this clean EFI with the fixes
  1. Booter > Quirks > DevirtualiseMmio is set as True, should be False.
  2. Booter > Quirks > SetupVirtualMap is set as True, should be False.
but the system crashed and don't start.

I only took the AMD .kext for the RX 6950 XT and CPU Power Gadget.
It looks like the USB Mapping caused the big problem. I need to test and Map them again.

Thank you all for your help. Maybe any suggestion what is the best way for the USB Mapping. I was doing it with the Hackintool.

View attachment 16451
 
  • 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.