View Single Post
 
Old 01-31-2010, 01:12 AM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
No problem, im sorry the update didn't go well.

Ive explained what the commands mean in previous sections so Ill cut out the fat and give it to you straight. Remember to press enter after every line. Boot the install disk and open terminal. Replace YOUR_INSTALL_NAME with what you named your install.

Code:
cd /Volumes/YOUR_INSTALL_NAME
mkdir UpdateBackup
cp -R System/Library/Extensions/ UpdateBackup
rm -Rf System/Library/Extensions/*
cp -R Backup/ System/Library/Extensions
cd System/Library
chown -R root:wheel Extensions/
chmod -R 755 Extensions/
Reboot using the following flags:
Code:
-v -f -x mach_kernel.voodoo

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote