Jump to content

Daily CMOS reset with AppleRTC patch


stylisch
 Share

2 posts in this topic

Recommended Posts

Hi everyone,

I am happy with my hackintosh since two years. I just recently upgraded to OSX Yosemite, starting with 10.10.3.

I did a complete reinstall on a new SSD and I have the problem that I have random CMOS setting resets since than.

It occurs about once a day and it never happened before.

In Clover.config, there is

<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Trim Patch</string>
				<key>Find</key>
				<data>
				AEFQUExFIFNTRAA=
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAAA=
				</data>
			</dict>
		</array>
	</dict>

which should prevent the reset with patching of AppleRTC.

Any help is appreciated.

Link to comment
Share on other sites

 Share

×
×
  • Create New...