View Single Post
 
Old 01-20-2010, 11:39 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Try these in this order and see if one gives you a working system.

1. Try using the following boot flags
Code:
-v -f -x
2. Boot into single user mode by using the flag
Code:
-s
Allow for the modification of files by typing:
Code:
/sbin/mount -uw /
Now lets backup and remove some things.

Code:
mkdir /Backup2
cd /System/Library
cp -R Extensions/ /Backup2
rm -Rf Extensions.mkext
cd Extensions
rm -Rf ATI*
rm -Rf GeForce*
rm -Rf NVDA*
rm -Rf natit.kext
rm -Rf titan.kext
rm -Rf NVinject.kext
rm -Rf NVkush.kext
3. Try going into the BIOS and changing the SATA Mode. There should be options like IDE/SATA/Legacy/AHCI depending on the computer. Try a different mode and restart.

A little trial and error and we should have you back up and running.

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