Jump to content

Kernel panic at bluetooth kext


maximus
 Share

18 posts in this topic

Recommended Posts

I am trying to boot El Capitan install from USB created with one of the tools here from this site. I have tried everything to boot but I keep getting this kernel panic:

post-1111706-0-62817100-1457297794_thumb.jpg

I am running out of ideas.

My system is in signature.

 

Link to comment
Share on other sites

Add this string in Config.plist, directly under DSDT name

<key>Name</key>
   <string>DSDT.aml</string>
   <key>Patches</key>
   <array>
    <dict>
     <key>Comment</key>
     <string>UART Patch</string>
     <key>Disabled</key>
     <false/>
     <key>Find</key>
     <data>
     QdAFAQ==
     </data>
     <key>Replace</key>
     <data>
     AQIDBA==
     </data>
    </dict>

If you use Clover configurator add the string in the picture attached

Schermata 2016-03-06 alle 22.32.40.png

Link to comment
Share on other sites

Try this

Tried it,no go.If i dont add npci=0x2000 it just reboots but with it it just hangs at this:

post-1111706-0-33143500-1457374542_thumb.jpg

I only have FakeSMC and NullCPUPowerManagement kexts injected.

Link to comment
Share on other sites

It's a graphic problem, but i don't understand why don't work, the videocard kexts are disabled by nv_disable=1 bootflag 

I dont understand either.Everything I tried just ends up hanging at either DSMOS has arrived or Bluetooth transport protocol and eventually restarts.

Link to comment
Share on other sites

try to boot with this flag: -x -f npci=0x2000 PCIRootUID=1 (or PCIRootUID=0)  nv_disable=1 GraphicsEnabler=NO (or GraphicsEnabler=Yes) (without: kext-dev-mode=1, Rootless=1 and CPUS=1)

Link to comment
Share on other sites

try to boot with this flag: -x -f npci=0x2000 PCIRootUID=1 (or PCIRootUID=0)  nv_disable=1 GraphicsEnabler=NO (or GraphicsEnabler=Yes) (without: kext-dev-mode=1, Rootless=1 and CPUS=1)

PCIRootUID=1 or 0 reboots when it gets to PCI configuration begin. The rest get me the same result as before,stuck at DSMOS or Bluetooth.

Link to comment
Share on other sites

 Share

×
×
  • Create New...