Are any of u guys on beta 4 with no Bluetooth thanks in advance
Make sure you are using OpenCore 0.7.2 and the quirk will be there.Hi and thanks in advance.
I'm having some trouble, sorry if this a silly question, but how can I enable ProvideCurrentCpuInfo? I can't find it in config.plist
Any help please
Thanks for your reply.Make sure you are using OpenCore 0.7.2 and the quirk will be there.
Kernel->Quirks->ProvideCurrentCpuInfo
This is laid out in the AMD_Vanilla GitHub Readme but I'd thought I'd post here too incase of any questions.
Patches are now universal across 15h, 16h, 17h and 19h by utilising the OpenCore Kernel QuirkProvideCurrentCpuInfo
Make sure to enable this quirk or the system won't boot.
This quirks provides the kernel with the CPU frequencies for macOS to boot.
Core Count patch needs modified to boot your system. Find the threealgrey - Force cpuid_cores_per_package
patches and alter the Replace value only.
Replace:
Becomes:Code:B8000000 0000 BA000000 0000 BA000000 0090
substitutingCode:B8 <CoreCount> 0000 0000 BA <CoreCount> 0000 0000 BA <CoreCount> 0000 0090
<CoreCount>
with the hexadecimal value matching your physical core count.
Note: The three different values reflect the patch for different versions of macOS. Be sure to change all three if you boot macOS 10.13 to macOS 12
See the table below for the values matching your CPU Core Count.
CoreCount Hexadecimal 6 Core 06 8 Core 08 12 Core 0C 16 Core 10 32 Core 20
So for example a 6 Core 5600X Replace value would result in these replace values
Replace:
Note theCode:B8 06 0000 0000 BA 06 0000 0000 BA 06 0000 0090
06
for the 6 Core CPU.
It's quite simple but if you've any questions on how to do this simply ask.
Enjoy,
Shaneee
Please tell what file (s) should I edit, where and how can I find algrey - Force and the others. Thanks
I already use your entire EFI, modified with my MMIO and platform info, but doesn't work.It's the first three patches in the plist.
I already use your entire EFI, modified with my MMIO and platform info, but doesn't work.
After reboot, install freezes at almost 3 percent, the computer only responds at forced shutdown...
YesAre you referring to the black screen with the Apple Logo and progress bar when you say 3 percent?
What is the hexidecimal for 24 core threadripper?This is laid out in the AMD_Vanilla GitHub Readme but I'd thought I'd post here too incase of any questions.
Patches are now universal across 15h, 16h, 17h and 19h by utilising the OpenCore Kernel QuirkProvideCurrentCpuInfo
Make sure to enable this quirk or the system won't boot.
This quirks provides the kernel with the CPU frequencies for macOS to boot.
Core Count patch needs modified to boot your system. Find the threealgrey - Force cpuid_cores_per_package
patches and alter the Replace value only.
Replace:
Becomes:Code:B8000000 0000 BA000000 0000 BA000000 0090
substitutingCode:B8 <CoreCount> 0000 0000 BA <CoreCount> 0000 0000 BA <CoreCount> 0000 0090
<CoreCount>
with the hexadecimal value matching your physical core count.
Note: The three different values reflect the patch for different versions of macOS. Be sure to change all three if you boot macOS 10.13 to macOS 12
See the table below for the values matching your CPU Core Count.
CoreCount Hexadecimal 6 Core 06 8 Core 08 12 Core 0C 16 Core 10 32 Core 20
So for example a 6 Core 5600X Replace value would result in these replace values
Replace:
Note theCode:B8 06 0000 0000 BA 06 0000 0000 BA 06 0000 0090
06
for the 6 Core CPU.
It's quite simple but if you've any questions on how to do this simply ask.
Enjoy,
Shaneee
I don't have these entries in my p.list, unless I am looking in the wrong area, as the first patches listed do not mention cpu anything . I'm on Big Sur at the moment (11.6.3), and have checked the option ProvideCurrentCpuinfo is active. Is there a specific area to look for these Algrey entries?It's the first three patches in the plist.
I don't have these entries in my p.list, unless I am looking in the wrong area, as the first patches listed so not mention cpu anything . I'm on Big Sur at the moment (11.6.3), and have checked the option ProvideCurrentCpuinfo is active. Is there a specific area to look for these Algrey entries?
I've made an edit including my p.list.It's the first 3 patches in the plist.