
01-17-2009, 05:22 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
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)
Last edited by nfoav8or; 01-17-2009 at 05:28 AM.
|