Everything is working fine otherwise, but after awake from sleep and then a reboot, the BIOS settings are reseted.
How can i prevent it?
2 replies to this topic
#1
Posted 09 August 2012 - 07:21 PM
#2
Posted 09 August 2012 - 07:44 PM
From another forum:
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
Quote
If someone experiences Bios Reset after Sleep/Wake and rebooting, the AppleRTC Patch within Multi-beast no longer works. It changes in ML. Restore the original AppleRTC.kext, run Terminal and type...
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
…reboot.
#3
Posted 10 August 2012 - 08:24 AM
Maybe i already have a patched RTC kext, could someone perhaps post a working one?
EDIT: SOLVED.
Did this instead:
Moved AppleRTC.kext to /Extra/Extensions and then from terminal:
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /Extra/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
Repared permissions and rebooted.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









