View Single Post
 
Old 11-10-2008, 05:50 AM
iPodAddict181's Avatar
iPodAddict181 iPodAddict181 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
i am having the exact same problem. its really weird, what kind of processor do you have? Intel or AMD?

UPDATE:

i checked the Leo4All site and it addresses this issue. here is what it says:

Quote:
My system freezes right before the desktop loads

If you installed video drivers try removing them. Boot with -s at the Darwin promt. this is an example for Nvidia video cards.

/sbin/fsck -fy
/sbin/mount -uw /
rm -R /System/Library/Extensions/Ge*
rm -R /System/Library/Extensions/NVD*
rm -R /System/Library/Extensions/NVinject.kext
exit

With v1-PPF a script is included that will install to the root directory called RemoveVideo. Just boot with -s bootflag at Darwin, then:

/sbin/fsck -fy
/sbin/mount -uw /
./RemoveVideo
it seems as if Nvida drivers are causing the problem, and my device has an Nvidia card. the only odd thing is that i didn't install any Nvidia drivers, but i will check anyway

Last edited by iPodAddict181; 11-10-2008 at 05:54 AM.
Reply With Quote