
09-02-2009, 06:45 PM
|
 |
|
|
Join Date: May 2008
Location: Indonesia
Posts: 72
|
|
Quote:
Originally Posted by GothGargoyle
Well I seem to have got past the AppleACPIPCI issues, but it still shuts down.
The issue seems to be this:
/dev/disk1s4: Can't initialize disk cache
I have tried booting into single user mode and it gives me the same error if I try to run fsck manually.
If I boot into Leopard it can run fsck_hfs -f over that that volume without an error.
Screenshot: Attachment 559
|
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
Intel Core2Quad Q8400
Gigabyte GA-EP43-UD3L
4 GB kit DDR2 PC 6400 G-Skill BlackEdition
500 Gb Seagate Baracuda SATA
GeForce 9600 GT 512 MB GDDR3 256Bit
Mac OS X 10.6.2 || Leopard 10.5.8 || Windows 7
Visit my OSX86 Blog : http://osx86.boeaja.info
|