
09-03-2009, 04:25 PM
|
Cheetah
|
|
Join Date: Aug 2009
Posts: 9
|
|
Quote:
Originally Posted by aryajuanda
have u try this:
boot -s
Remount the root filesystem read-write: (mount -uw /)
Set the ownership on your filesystem root and extensions and create your mkext archives:
Code:
chown 0:0 /
chown -R 0:0 /System/Library/Extensions
chown -R 0:0 /Extra/Extensions
kextcache -v 1 -t -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
|
Thanks, this has helped me somewhat - if I use the -s I can get into Snow Leopard as I can bypass the fsck and mount the root drive.
However, if I let it boot normally (or try fsck from the terminal) I still get the "Can't initialize disk cache" error!
|