
12-20-2008, 07:30 PM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
if this is your first time installing to this rig, don't install the video drivers during main install. wait until after you've got a working system.
when you boot with "-v" how far does the boot-up get to?
the issue sounds like a graphics problem. boot up with "-s" and then
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
rm -Rf NVinject*
rm -Rf GeForce*
rm -Rf NVDA*
cd ..
rm -Rf Extensions.mkext
reboot
now see if it boots into your system. You'll need to reinstall the graphics fix (either another inject, info.plist edit, or EFI strings).
|