View Single Post
 
Old 08-19-2009, 03:59 PM
lancelotu lancelotu is offline
Jaguar
 
Join Date: Jul 2009
Posts: 58
Quote:
Originally Posted by tdawgedogg View Post
I followed this guide exactly: http://www.teknojunkie.com/apple/gui...2-coming-soon/

Everything went perfect until I booted into snow leopard for the first time. I started inputing all the setup stuff and then boom got hit with a power box error thats says basically turn your computer off. Basically its a kernel panic. I booted with debug=0x100 and I got this screenshot that might help someone troubleshoot my problem.
To solve the -x64 kextcache problem :



boot with this flags : -x64 -s (single user mode)

Code:
fsck -fy /Volumes/yourrootvolume
when finishes :

Code:
/sbin/mount -uw /
( to mount your root volume)

then :


Code:
kextcache -v 1 -t -l -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
This will create an Extensions.mkext
write that down unless you have two computers
Reply With Quote