View Single Post
 
Old 03-31-2008, 04:09 PM
Puttabong's Avatar
Puttabong Puttabong is offline
 
Join Date: Jan 2008
Location: South Korea
Posts: 933
@WinLinMac01, I believe the Pcwiz kernel installer is only for the kernel (mach_kernel) itself.

To apply the needed System.kext as well, follow this & backup your files before you start:

Quote:
[cite] mrburns05:[/cite]to apply, replace system.kext in /System/Library/Extensions

repair permissions:

sudo chown -R root:wheel /System/Library/Extensions/System.kext
sudo chmod -R 755 /System/Library/Extensions/System.kext

replace mach_kernel with new one in / (rename to mach_kernel if its not already)- you may need onyx to show hidden files.
mach kernal goes in /

repair permissions

sudo chown -R root:wheel /mach_kernel
sudo chmod -R 755 /mach_kernel

reboot with -v -f
Reply With Quote