Jump to content
8 posts in this topic

Recommended Posts

 
Hi, I am experiencing freezing issues in Monterey and Ventura (Using OCLP), I am running an Haswell system. What happens when i login to my system everything seems fine, when i open any app or 1 min later it freezes nothing responds. In monterey the mouse and keyboard lockup and it reboots automatically  but in Ventura the mouse and keyboard still work but it remains frozen for an indefinite amount of time.
 But strangley enough these problems donot occur in Big Sur it still freezes but these freezes are temporary and go away as it use the systen

Any help??!??!
Specs (HP EliteDesk 800 G1 DM)
i3-4130T
HD 4400

 

@Faaz Did you apply Root Patches in Post-Install to reinstall the iGPU drivers already? If so, add RestrictEvents.kext to EFI/OC/Kexts and add the following NVRAM entries to your config.plist:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>revblock</key>
				<string>media</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>revblock</string>
			</array>
		</dict>
	</dict>
</dict>
</plist>

Additional Info: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Haswell-Broadwell_Ventura.md

Edited by cankiulascmnfye
9 hours ago, Middleman said:

That's because Haswell IGPU support has been removed from Ventura onwards - you didn't know?

Please read this >
https://dortania.github.io/OpenCore-Install-Guide/config.plist/haswell.html

I know but what about Monterey why isn't that working?? It is supported by haswell systems

2 hours ago, cankiulascmnfye said:

@Faaz Did you apply Root Patches in Post-Install to reinstall the iGPU drivers already? If so, add RestrictEvents.kext to EFI/OC/Kexts and add the following NVRAM entries to your config.plist:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>revblock</key>
				<string>media</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>revblock</string>
			</array>
		</dict>
	</dict>
</dict>
</plist>

Additional Info: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Haswell-Broadwell_Ventura.md

Can you please give me picture of config.plist opened in propertree and etc as I can't understand what to add

@Faaz Just copy the code, paste it into ProperTree and there you have the entries you need. And then you can copy them over into your config. On top of that: it's all explained in the link I added.

Edited by cankiulascmnfye
9 hours ago, Faaz said:

Can you please give me picture of config.plist opened in propertree and etc as I can't understand what to add

image.thumb.png.3a4882a91c4548d7501ae648f4bbfccd.png

Here it is 

×
×
  • Create New...