View Single Post
 
Old 10-28-2008, 01:12 AM
naquaada's Avatar
naquaada naquaada is offline
 
Join Date: Jan 2008
Location: Germany
Posts: 1,216
I have the kernel working, but when I update from 10.5.2 to 10.5.5 I get a kernel panic with this message:
Code:
panic(cpu 0 caller 0x00433EC9:" Unable to find driver for this platform: "\ACPI\".n\@/Kernel/xnu-1228.7.58/iokit/Kernel/IOPlatformExpert.cpp:1405
I'm using Kernel 9.5.0 beta2c and the System.kext from R0GUE a few pages ago. The system is from the leo4All v3 image, running on an nForce 4 system. To add the new kexts and so on I used the same shell commands like for other extensions:

Code:
sudo -s

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

diskutil repairpermissions /

Last edited by naquaada; 10-28-2008 at 01:15 AM.
Reply With Quote