Thread: Lion with AMD
View Single Post
 
Old 05-28-2012, 05:56 AM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
Quote:
Originally Posted by silverkid View Post
I tried that, but it says i have to specify the kernel cache path. Then i tried building caches which gave me a kernelcache file. I put this file in root and booted with "Kernel Cache"=\kernelcache ...and instant reboot So i'm at a loss here, please help
run this command:
Code:
sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
then boot normally ( without: -f )

all kexts have to be located in /S/L/E

EDIT:

if there're some kexts located in /E/E, then you can run this command
Code:
sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/Extensions

Last edited by m28ew; 05-28-2012 at 06:05 AM.
Reply With Quote