View Single Post
 
Old 03-28-2010, 11:05 PM
milanca's Avatar
milanca milanca is offline
 
Join Date: Jan 2008
Location: Serbia and Montenegro
Posts: 326
Yes, dsmos is causing kernel panic on 10.6.2.

Go to netkas site and download fakesmc, the latest.. put it on usb flash, boot with installer dvd and launch terminal and go to System/Library/Extensions

cd System/Library/Extensions
rm -rf dsmos.kext

found what volums is your usb flash drive:

ls -la /Volumes

for example: Kingston

cp -r /Volumes/Kingston/fakesmc.kext /System/Library/Extensions

chmod -R 755 fakesmc.kext
chown -R root:wheel fakesmc.kext

rebuild cache with:

kextcache -v 1 -t -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions/

Reply With Quote