
07-08-2010, 01:21 AM
|
Cheetah
|
|
Join Date: Jul 2010
Posts: 3
|
|
I have replaced the sleepenabler.kext as per advice from insanelymac and now it works and boots just fine.
Hopefully the next will help others too:
Code:
delete the sleepenabler
BOOT FROM DVD INSTALL(TERMINAL)
DELETE KEXT
cd /Volumes/YOUR-VOLUME-NAME/System/Library/Extensions
rm -rf sleepenabler.kext
MOVE KEXT
mv /Volumes/PARTITION NAME/System/Library/Extensions/sleepenabler.kext /Volumes/PARTITION NAME/FOLDER
pmVersion=0 (Disable SleepEnabler)
pmVersion=17 (10.6.0/1)
pmVersion=18 (10.6.2)
pmVersion=19 (10.6.3)
pmVersion=20 (10.6.4)
http://www.insanelymac.com/forum/ind...owtopic=196466
IF YOU HAVE THE DUAL BOOT (MAC OSX/WINDOWS)
use MacDrive
delete the kext
reboot with -f -v
|