Marchrius Posted June 6, 2014 Share Posted June 6, 2014 sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions It is the same of Mountain Lion and Mavericks, but at different location: 10.9 < 0000000000000d3e jne 0xd6e --- > 0000000000000d3e jmp 0xd6e 10.10 < 0000000000001cb3 jne 0x1ce3 --- > 0000000000001cb3 jmp 0x1ce3 Thanks to: http://www.insanelymac.com/forum/topic/289798-applertc-patch-cmos-reset-after-sleepwake 13 Link to comment Share on other sites More sharing options...
MNSiw Posted June 7, 2014 Share Posted June 7, 2014 After patching it's not loading, invalid signature error, what to do? Link to comment Share on other sites More sharing options...
Marchrius Posted June 7, 2014 Author Share Posted June 7, 2014 After patching it's not loading, invalid signature error, what to do? You got this when you rebuild cache? Is all ok. If your system don't reset CMOS you are ok. Link to comment Share on other sites More sharing options...
MNSiw Posted June 8, 2014 Share Posted June 8, 2014 Yeah, cache rebuild omitting this kext because of invalid signature, not allowing to load. My system does not boot without this kext loaded, it hang after USB over current notification. For now I'm loading this kext using Clover kext inject from EFI>Clover>kexts>10.10, in this way it's working fine. Link to comment Share on other sites More sharing options...
Marchrius Posted June 8, 2014 Author Share Posted June 8, 2014 Yeah, cache rebuild omitting this kext because of invalid signature, not allowing to load. My system does not boot without this kext loaded, it hang after USB over current notification. For now I'm loading this kext using Clover kext inject from EFI>Clover>kexts>10.10, in this way it's working fine. If you use Clover you can restore the original kext and add the patch to the bootloader! Use "Clover Configuration" to simplify the things. Link to comment Share on other sites More sharing options...
MNSiw Posted June 8, 2014 Share Posted June 8, 2014 Thanks Marchrlus but I'm not good at Clover, using it for 1st time with Yosemite. Link to comment Share on other sites More sharing options...
Marchrius Posted June 8, 2014 Author Share Posted June 8, 2014 Thanks Marchrlus but I'm not at Clover, using it for 1st time with Yosemite. Ok. You can download Clover Configuration and then add AppleRTC patch. Link to comment Share on other sites More sharing options...
graphine Posted June 18, 2014 Share Posted June 18, 2014 Any way this would work with chameleon bootloader? Link to comment Share on other sites More sharing options...
rayap Posted July 31, 2014 Share Posted July 31, 2014 Any way this would work with chameleon bootloader? Move it to E/E. Link to comment Share on other sites More sharing options...
SmokingBanana Posted August 15, 2014 Share Posted August 15, 2014 Hi, can someone explain me where to run this i don't get it, im using Chameleon. Thanks, sorry im not an advance user.... Link to comment Share on other sites More sharing options...
Marchrius Posted August 15, 2014 Author Share Posted August 15, 2014 Hi, can someone explain me where to run this i don't get it, im using Chameleon. Thanks, sorry im not an advance user.... You can use the first method Link to comment Share on other sites More sharing options...
SmokingBanana Posted August 15, 2014 Share Posted August 15, 2014 You can use the first method Whats the first method? Link to comment Share on other sites More sharing options...
Marchrius Posted August 15, 2014 Author Share Posted August 15, 2014 Whats the first method?Sorry i mean the method at first post Link to comment Share on other sites More sharing options...
SmokingBanana Posted August 15, 2014 Share Posted August 15, 2014 Sorry i mean the method at first post Hi, i inputed on the Terminal but it didn't work Link to comment Share on other sites More sharing options...
hackformore Posted October 7, 2014 Share Posted October 7, 2014 I tried with beta 4 Chameleon not work at all, i am noob so please tell me exact command, i see it the same with 10.9 here ? http://www.insanelym...after-sleepwake Link to comment Share on other sites More sharing options...
juanerson Posted November 2, 2014 Share Posted November 2, 2014 Thank you Marchrius, worked perfect here. Link to comment Share on other sites More sharing options...
kvonlinee Posted November 3, 2014 Share Posted November 3, 2014 thank you, it help my Dell XPS-410 not resetting the Bios. Link to comment Share on other sites More sharing options...
crusher Posted November 22, 2014 Share Posted November 22, 2014 This work on Yosemite or not? Link to comment Share on other sites More sharing options...
Marchrius Posted November 22, 2014 Author Share Posted November 22, 2014 This work on Yosemite or not? Yes, It's writed in first post. If you have clover bootloader use the internal patch. Link to comment Share on other sites More sharing options...
crusher Posted November 22, 2014 Share Posted November 22, 2014 I use a Clover.Please give me patch for Yosemite... Thanks in advanced. This patch? sudo perl -pi -e 's|\x75\x2e\x0f\xb6|\xeb\x2e\x0f\xb6|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC sudo touch /System/Library/Extensions I have this problem LINK and this LINK Link to comment Share on other sites More sharing options...
Marchrius Posted November 22, 2014 Author Share Posted November 22, 2014 Use Clover Configurator to enable "Apple RTC" patch. Link to comment Share on other sites More sharing options...
crusher Posted November 22, 2014 Share Posted November 22, 2014 I use this flag, but I have problem and further. Link to comment Share on other sites More sharing options...
UbuntuNoHiRes Posted February 6, 2015 Share Posted February 6, 2015 Well done, the patch worked immediately for 10.10.1 on a Lenovo Desktop. No more resetting of Bios when I shut down. Thanks ! Link to comment Share on other sites More sharing options...
-Tex- Posted March 30, 2015 Share Posted March 30, 2015 In Mavericks AppleRTC thread was posted patch that completly remove any CMOS write from AppleRTC.kext perl -pi -e 's|\x41\x89\xd7\x41\x89\xf4|\xe9\xb8\x00\x00\x00\x90|;' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC Is any similar patch for yosemite ? Patch that removes cmos reset only is unsuitable for me because of cmos corruption on every restart/shutdown. Link to comment Share on other sites More sharing options...
Marchrius Posted April 8, 2015 Author Share Posted April 8, 2015 In Mavericks AppleRTC thread was posted patch that completly remove any CMOS write from AppleRTC.kext Is any similar patch for yosemite ? Patch that removes cmos reset only is unsuitable for me because of cmos corruption on every restart/shutdown. If you have Clover bootloader you can enable the patch directly in the bootloader. Also, you can use the Mavericks patch to disable cmos reset, it works on yosemite too. Link to comment Share on other sites More sharing options...
Recommended Posts