Skip to content

When the CFG is not unlocked, the patches should be applied according to the config file settings, rather than enabling the default patches. #731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Z-fly opened this issue Feb 8, 2025 · 1 comment

Comments

@Z-fly
Copy link

Z-fly commented Feb 8, 2025

<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleIntelCPUPM</key>
		<false/>
		<key>AppleRTC</key>
		<true/>
		<key>KernelPm</key>
		<false/>
		<key>KernelXCPM</key>
		<true/>
		<key>PanicNoKextDump</key>
		<true/>
	</dict>

When the CFG is not unlocked, Clover always enables these patches. However, my config file has AppleIntelCPUPM and KernelPm disabled.

https://www.insanelymac.com/forum/topic/344035-cfglock-unlock-msr-0xe2/page/4/
Image

@SergeySlice
Copy link
Collaborator

Even if MSR 0xE2 is absent or already unlocked there are good reasons to make patches for macOS to exclude modify this MSR by kext (AppleCpuPmCfgLock) or by kernel (AppleXcpmCfgLock) because these modifications are intended for Apple's hardware and bad for Hackintosh. I don't think you asked this parameters for real Macs.

@Z-fly Z-fly closed this as completed Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants