Jump to content

El Capitan Public Beta 2 Panic after upgrade


ncmontas
 Share

11 posts in this topic

Recommended Posts

Hi,

El Capitan public beta 1 was successfully installed but after upgrade to public beta 2

I am getting kernel panic, "Unable to find driver...."

 

Not entitle to link kext 'com.apple.kpi.private

failed to locad executable for kext com.apple.kpi.private ..

.............

Couldn't alloc class "appleACPIPlatformExpert"

panic(cou 0 caller 0xffffff80008d3724): "unable to find driver for this .. . ..

................

 

I am using enoch branch for my bootloader. Already set rootless=0 and dev-kext-mode=1

 

could someone enlighten me about my issue that I am having or help provide known solution for the issue.

 

thanks

Link to comment
Share on other sites

Hi,

 

I'm using Clover and i don't know if this applies to Chameleon. 

 

I had to install the extra kexts to /System/Library/Extension for them to be loaded on the Public Beta 2. 

All kext specific to my hardware is inside S/L/E

Link to comment
Share on other sites

Hi

try -f

 

Remove all caches in terminal

sudo rm -r /System/Library/Caches/com.apple.kext.caches

 

 

Already tried -f and also removed ket caches, same issue. Are you using chameleon and upgraded from beta1 to beta 2?

Link to comment
Share on other sites

Update:

I was able to correct my kernel panic after upgrade to beta 2 by modifying my org.chameleon.Boot.plist

 

old:

<key>Kernel</key>

<string>/System/Library/Kernels/kernel</string>

new:
<key>Kernel</key>

<string>kernel</string>

 
The kernel key can also be omitted. Going back to the post ermac made: I missed the part where the kernel is not included in his post. If I just look very close to the post that day my issue was already been solved  :)
 
Pls do a test in this way from a USB use Enoch 2737 with this org.chameleon.Boot.plist

...
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>PciRootUID</key>
<string>0</string>
<key>Scan Single Drive</key>
<string>Yes</string>
<key>ShowInfo</key>
<string>Yes</string>
</dict>
...

Your smbios.plist looks ok
Move your Fakesmc.kext located in /S/L/E into USB/Extra/Extensions
IS A TEST SO I can't promise it work... 

ErmaC

Link to comment
Share on other sites

 Share

×
×
  • Create New...