Contribute
Register

Asus X99 - Catalina Support

Status
Not open for further replies.
check your Bios configuration like this
no overclock
before my config under clover ram at 3200Mhz
opencore 2667 otherwise i crash
 
OS TYPE -> Windows UEFI
 
test
 

Attachments

  • EFI.zip
    2.2 MB · Views: 84
add VirtualSmc.efi
add HfsPlus.efi
 

Attachments

  • EFI.zip
    2.2 MB · Views: 98
Well. I tried.... and still defeated.
At this point I´Am starting to be almost sure of having an SSDT problem.
I had enough for a day.
Thank you very much for your help, I really appreciate it.
 
hi good i hope i have the solution for you
 

Attachments

  • EFI.zip
    2.2 MB · Views: 99
Hi every one.
Today I manage to install OS X 10,15,4 using OpenCore on my Asus x99-a with i7 5820k Asus strix Vega 56.
I followed the OpenCore vanilla guide for Haswell-e. With some Very Important Exceptions:

1. Don't use DevirtualiseMmio quirk on the boot section of config.plist. This causes a panic before the kernel even loads.

2. Emulate: Needed for spoofing unsupported CPUs and enabling power management on Haswell-E and Boardwell-E
  • Haswell E:
    • Cpuid1Data: C3060300 00000000 00000000 00000000
    • Cpuid1Mask: FFFFFFFF 00000000 00000000 00000000
Verify with the terminal command "sysctl machdep.xcpm.mode" if the XCPM mode is active. If so, "sysctl machdep.xcpm.mode" should return "1".
(This is the equivalent of config.plist "Type" entry in Section "CPU" of Clover Configurator from kpg guide)


3.Need to patch IOPCIFamily (IOPCIFamilyPatch ©PMHeart) on the Kernel section of config.plist.

4. Need to ad npci=0x2000 boot-arg on NVRAM section of config.plist.

4.* For Vega 56 use agdpmod=pikera Boot-args

Post install: Remember to compile your SMBIOS info using GenSMBIOS-master on the platform info section of config.plist And Your prev-lang:kbd NVRAM.

I still need to clean and test a lot, but at the moment I'm very happy with this hack. I never Booted this fast on this build.

Thank you Very Very Much to user Jpevrard for your help, people like you make Hackintosh a great community.
 

Attachments

  • EFI.zip
    7.1 MB · Views: 208
Last edited:
Hi every one.
Today I manage to install OS X 10,15,4 using OpenCore on my Asus x99-a with i7 5820k Asus strix Vega 56.
I followed the OpenCore vanilla guide for Haswell-e. With some Very Important Exceptions:

1. Don't use DevirtualiseMmio quirk on the boot section of config.plist. This causes a panic before the kernel even loads.
2. Don't need to emulate CPU on the Kernel section of config.plist. Just leave Cpuid1Data and Cpuid1Mask clean. (kernel Panic again).
3.Need to patch IOPCIFamily (IOPCIFamilyPatch ©PMHeart) on the Kernel section of config.plist.
4. Need to ad npci=0x2000 boot-arg on NVRAM section of config.plist.
4.* For Vega 56 use agdpmod=pikera Boot-args

Post install: Remember to compile your SMBIOS info using GenSMBIOS-master on the platform info section of config.plist And Your prev-lang:kbd NVRAM.

I still need to clean and test a lot, but at the moment I'm very happy with this hack. I never Booted this fast on this build.

Thank you Very Very Much to user Jpevrard for your help, people like you make Hackintosh a great community.
I am very happy for you
good to you friend
 
I am very happy for you
good to you friend
if I say no ******** normally if you flash your Bios
you can set NO to AppleCpuPmCfgLock, AppleXcpmCfgLock
AppleCpuPmCfgLock: YES
Only needed when CFG-Lock can't be disabled in BIOS, Clover counterpart would be AppleIntelCPUPM. Please verify you can disable CFG-Lock, most systems won't boot with it on so requiring use of this quirk
AppleXcpmCfgLock: YES
Only needed when CFG-Lock can't be disabled in BIOS, Clover counterpart would be KernelPM. Please verify you can disable CFG-Lock, most systems won't boot with it on so requiring use of this quirk
 
Thanks for this thread. Sticking to the official Open Core guide does not work.
 
Status
Not open for further replies.
Back
Top