View Single Post
 
Old 12-22-2008, 11:33 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
Quote:
Originally Posted by nfoav8or View Post
So in your first post and now your last post, you are saying the system thinks it has a GMA950 GPU in it... does it really? or is the option you selected above accurate? 950 and X3100 are not the same so I'm wondering why you were trying to do this.

moving on... at least you can boot (even if it is only safe mode).

Here's what I want you to do. You're going to delete the video kexts so the system uses a generic driver. Then we will adjust it as necessary later.

I know you didn't install any video drivers/kexts/EFI strings in this latest install but the system still installs its generic variants of them.

boot with -s
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
rm -Rf GeForce*
rm -Rf NVDA*
rm -Rf ATI*
rm -Rf NVinject*
rm -Rf AppleIntelGMA*
cd ..
rm -Rf Extensions.mkext
reboot
now it should boot normally (not in safe mode) but without proper graphics, this is an issue we will fix shortly. Let me know how it is coming along.
what happens?
i followed wht u said and when rebooted, apple keep spinning until i got the grey box telling me i have to reboot, the i booted with -v and got this
Quote:
panic (cpu 0 caller 0x0010... ) kernel trap at 0x00... type 14=page ...
so when i tell at boot "cpus=1" the it hangs but no show that last line
. so i tried with "-x" and still boot but....

like something curious i notice that in some point it says:
Quote:
localhost: kextd: (/mach_kernel) doesnot match running kernel
what's next??
Reply With Quote