Contribute
Register

OpenCore z390 Aorus Pro WIFI?

I can't see these images... They are too small...




If that's from your extracted BIOS, you should set 0x5C1 to 0x0.

If you've already done this, try disabling IGPU in BIOS and try booting again.
 

Attachments

  • IMG_0611.jpg
    IMG_0611.jpg
    2 MB · Views: 133
  • IMG_0610.jpg
    IMG_0610.jpg
    1.5 MB · Views: 137

It's done. Try booting with IGPU disabled in BIOS.

IMG_0611.jpg
 
ITS ALIVE!!!! Just did to get the USB ports configured better.

Yes, please redo the USB ports that's the EFI from my Gigabyte Z390 M Gaming build thread and the USB ports are configured for my Z390 M Gaming.

Delete the SSDT-USB.aml file in /EFI/OC/ACPI/.
 
Yes, please redo the USB ports that's the EFI from my Gigabyte Z390 M Gaming build thread and the USB ports are configured for my Z390 M Gaming.

Delete the SSDT-USB.aml file in /EFI/OC/ACPI/.

Thanks!!
One last question. I had the ports configured in clover USBMap.kext. Work the same or do I have to configure it differently?
 
Thanks!!
One last question. I had the ports configured in clover USBMap.kext. Work the same or do I have to configure it differently?

You can use the same kext.

In the config.plist:
  1. Delete the SSDT-USB.aml entry in ACPI > Add section.
  2. Delete the USBInjectAll.kext entry in Kernel > Add section.
  3. Add your USBMap.kext to Kernel > Add section.
  4. Done.
 
Try adding memoryallocation.efi to OC/Drivers and see if it allows you to re-enable iGPU and boot. "if you want to use iGPU in headless mode that is"
 

Attachments

  • MemoryAllocation.efi
    2.1 KB · Views: 98
Try adding memoryallocation.efi to OC/Drivers and see if it allows you to re-enable iGPU and boot. "if you want to use iGPU in headless mode that is"

As far as I know, MemoryAllocation.efi is just OsxAptioFix2Drv-free2000.efi renamed and that's an Aptio fix that everyone should avoid.

Also, that driver will break NVRAM.
 
As far as I know, MemoryAllocation.efi is just OsxAptioFix2Drv-free2000.efi renamed and that's an Aptio fix that everyone should avoid.

Also, that driver will break NVRAM.

Understood. For some reason thats the only way i can get my machine to boot with iGPU enabled within OpenCore. Now running clover with iGPU enabled i can boot with FwRuntimeServices and the modified OcQuirks drivers.
 
Understood. For some reason thats the only way i can get my machine to boot with iGPU enabled within OpenCore. Now running clover with iGPU enabled i can boot with FwRuntimeServices and the modified OcQuirks drivers.

With OpenCore, you should only need FwRuntimeServices.efi.

OcQuirks is FwRuntimeServices.efi + the Aptio fix parts of OpenCore.

For me, I can enable IGPU and boot by doing the following:
  1. Copy OpenCore EFI folder to EFI partition of your main system drive.
  2. Clear CMOS.
  3. Unlock MSR.
  4. Make all necessary changes to BIOS settings.
  5. Boot in to macOS via OpenCore.

Once you have it working, you must do the following to keep it working:
  • Do not boot Clover.
  • Do not boot from USB.
  • Do not boot from other EFI partitions.
  • Any of the above can break the ability to boot from OpenCore with IGPU enabled.
  • If/when it breaks, you must clear CMOS again and repeat above steps 2-5.
 
Back
Top