Contribute
Register

Kernel Panic when booting after installing 10.8.5 - please help!

Status
Not open for further replies.
Joined
Jul 20, 2011
Messages
1
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello,

I get a Kernel Panic when booting after installing 10.8.5 on my Hackintosh.

You can see it in the attached photo.

My Hardware:
Intel Xeon E3-1230V2
Gigabyte GA-P67A-UD7-B3
Gigabyte GeForce GTX 560 Ti

Updated via Combo Update from 10.8.4

Please help!
Thank you.
 

Attachments

  • kp2.jpg
    kp2.jpg
    1.1 MB · Views: 262
same problem here. can anybody help?

i have the same screen.
 
solved. i deleted kernel flag "npci=0x3000 darkwake=0" in my boot.plist. now everythings fine.
 
solved. i deleted kernel flag "npci=0x3000 darkwake=0" in my boot.plist. now everythings fine.

You're a champ! We had the exact same boot args and this worked for me. Although I did some other junk too. I'll type it out in case it can help a future searcher:
1. Physically removed GeForce 660 graphics card from motherboard (I can't boot into single-user or safe mode when it's installed; no clue why) and switched to onboard graphics
2. Booted with -s -v (-x wasn't booting for me after update)
3. Mounted the disk with:
Code:
mount -uw /
4. Browsed to the folder with chameleon's Boot.plist:
Code:
cd /Extra
5. Opened the Boot.plist for editing:
Code:
nano org.chameleon.Boot.plist
6. Removed
Code:
npci=0x3000
and
Code:
darkwake=0
, saved with ctrl-x
7. exit single-user mode
8. It panicks after exit, hard shutdown initiated
9. Boot chameleon with -x
10. Successfully boots to safe mode; repaired permissions and rebuilt kext cache
11. Shutdown; reinstall GPU; Boot up; Great Success!
 
Status
Not open for further replies.
Back
Top