View Single Post
 
Old 01-17-2009, 09:17 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
Quote:
Originally Posted by nfoav8or View Post
well since you were booting with voodoo kernel fine before applying the update I am going to suggest booting with the boot flag "mach_kernel.voodoo -v -f" a few times as it will probably want to restart after running its scripts after initial boot.

EDIT: Those screenshots basically reflect a system that cannot load its chipset kext and is hanging... but then again, there are probably other things not right after the update such as permissions for some of the extensions... try booting with "-s"
Code:
/sbin/mount -uw /
cd /System/Library/
chmod -R 755 Extensions/
chown -R 0:0 Extensions/
touch Extensions/
rm -Rf Extensions.*
reboot
see if that helps.

(oh, and also include the voodoo kernel in your boot flag if the com.apple.Boot.plist file doesn't specify it already)
already tried "-s" flag but it's just the same...
i will try to set the permissions right with the Terminal app from the kaliway DVD installer, so let's see

Last edited by erick2red; 01-18-2009 at 06:57 PM.
Reply With Quote