Contribute
Register

Kernel Panics after upgrading to ML

Status
Not open for further replies.

UPM

Joined
Feb 2, 2013
Messages
46
Motherboard
GA-Z77x-UP4 TH
CPU
i5-3570
Graphics
Asus GTX 1060 6GB OC
Mobile Phone
  1. iOS
Hi guys!

I've finally managed to upgrade from a SL (10.6.8) to ML but after the installation finished and the computer rebooted it doesnt boot at all. it keeps panicking and if I try with -x it just take forever spinning that bars under the apple logo

If I use -v -x -F it stops there:
PXHCD 0xffffff80cbfad000::UIMCreateControlEndpoint -fail to initialize device

here is the pic 130310_201845.jpg

Edit: I tried again just with -v -F and got this:

130310_221416.jpg130310_221454.jpg
 
AppleTyMCEDriver.kext seems to be the cause
Since you can't boot, try this:


Code:
boot -s  

mount -uw /
rm -rf /system/library/extensions/appletymcedriver.kext
exit

Post results please, and good luck :)
 
Boot the computer is single user mode (that is, with -s). The boot will leave you in a terminal mode. In the terminal, enter the line commands that teraflow wrote:

mount -uw /
rm -rf /system/library/extensions/appletymcedriver.kext
exit

When you hit return after typing exit, the computer will probably continue to boot into OS X, but you may have to reboot.
 
Status
Not open for further replies.
Back
Top