View Single Post
 
Old 08-30-2009, 12:17 AM
updatelee updatelee is offline
Cheetah
 
Join Date: Aug 2009
Posts: 7
im using chameleon v1 w/pcefi v9, the one your using should work though, but if worse comes to worse, try what works for others I guess.

I loaded all my kext into /S/L/E I dont know much about how the kext in /E/E work. but with my case I'll tell you you MUST rebuild your kextcache or it wont load the new kext and therfore you'll get a KP 0x000002 right away. you cant rebuild the cache unless permissions are set correctly so ensure that.

chown -R root:wheel /System/Library/Extensions/*
chmod -R 755 /System/Library/Extensions/*

now everyone except myself seem to be able to rebuild the kextcache from within Leopard, this never worked for me, so I always had to boot the SL dvd from my macbook and rebuild the cache from there (usbhdd)

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

maybe my syntax is wrong for Leopard, if anyone can correct it that would be great.

Im also using fakesmc insted of dmos




Quote:
Originally Posted by jtillwick View Post
I have a Gigabyte GA-EP45T-DS3R and am currently running 10.5.8 without any issues. I tried installing a retail Snow Leopard I received today and I too get a kernel panic on first boot immediately after loading of extensions. Have also tried on my GA-P35-DS3L with the same result.

I installed my retail copy from the DVD while booted into my Leopard install by running the OSIntaller.mpkg from Terminal. Afterward I installed Chameleon 2.0 RC1 using the EFI HFS method and replaced the boot file with EFI 10.1. I have a dsdt.aml with the RTC fix in Extra/ and the kexts I have in the Extra/Extensions folder are (all 64 bit versions):
  • dsmos
  • IOAHCIBlockStorageInjector
  • NullCPUPowerManagement
  • OpenHaltRestart
  • PlatformUUID (with my drive's uuid)
  • SleepEnabler
Anyone know why I am getting a kernel panic on boot? Anyone want to help point me in the right direction? Thanks in advance.
Reply With Quote