First I tried to update from IOAK 10.6.2 but don't know how to upgrade it safely.
So I decide to reinstall it.
Install process was successful.
While installing, customizing it with PCEFI, NVinjector, NVenabler, AppleAzailla, etc.
But after the install, first boot was failed.
in the verbose boot I found that AppleIntelCPUPowerManagement.kext cause the kernel panic.
kernel panic message read like this;
Debugger called:
Backtrace (CPU 1), Frame : Return Address
Kernel Extensions in backtrace(with dependencies):
com.apple.driver.AppleTyMCEDriver(1.0.1dB)@0x2f5c8000->0x2f5d0fff
dependency: com.apple.iokit.IOPCIFamily(2.6.3)@0x2f922000
dependency: com.apple.driver.IOPlatformPluginFamily(4.0.1d0)@0x35b13000
dependency: com.apple.iokit.IOACPIFamily(1.3.0)@0x2f905000
Following solution was found through google search.
http://www.insanelymac.com/forum/index.php?showtopic=65137&mode=threaded&pid=461289
Try to remove "AppleIntelCPUPowerManagement.kext".
In terminal:
mount -uw /
sudo rm -R /System/Library/Extensions/AppleIntelCPUPowerManagement.kext
sudo rm /System/Library/Extensions.kextcache
sudo rm /System/Library/Extensions.mkext
Then repair permissions and reboot.
Here is the another solution'
http://www.insanelymac.com/forum/lofiversion/index.php/t220378.html
Boot in single user:
mount -uw /
rm /System/Library/Extensions/AppleTyMCEDriver.kext
http://www.hackint0sh.org/f200/43669.htm
[Solution] System Hangs on ACPI_SMC_PlatformPlugIn
If you had this hangs/freeze with this component call, have this sollution:
-
Boot your PC.
Pressing F8 repeatedly.
You see Darwin prompt, now type -S (Enter)
Now, you see something lines, bla bla bla and a prompt.
Now, type:
/sbin/mount -uw / (Enter)
rm -rf /System/Library/Extensions/AppleSMC.kext (Enter)
rm -rf /System/Library/Extensions.mkext (Enter)
rm -rf /System/Library/Caches/* (Enter)
reboot (Enter)
Pressing F8 repeatedly. (Again)
In Darwin prompt, type -v (Enter) (this for verbose mode)
See it boot fine without errors.
Goodluck,
No comments:
Post a Comment