
10-27-2008, 05:57 AM
|
Jaguar
|
|
Join Date: Sep 2008
Posts: 89
|
|
Quote:
Originally Posted by gsr805
strangly there is music playing in the backround.
|
That's actually a good sign, you're hearing the welcome movie, means it's booting fine but you have a problem with graphics.
Boot into single user mode by using the -s switch at boot then move the relevant video drivers to a safe place. When you reboot you should be able to see the movie and get to a desktop. The resolution will be crappy till you copy the drivers back and install something like NVkush or NVinject, etc.
i.e
Code:
fsck -fy
mount -uw /
cd /System/Library/Extensions
mkdir /Backup_Nvidia
mv NVDA* /Backup_Nvidia/
mv GeForce* /Backup_Nvidia/
rm -rf Caches
cd ..
rm -rf Caches
rm -rf Extensions.mkext
reboot
|