Contribute
Register

[solved] Kernel Panic with running El Capitan on memory channel B

Status
Not open for further replies.
Hardware details must be in your profile as requested in the FAQ.
"Problem Reporting" files must be in ZIP format (as requested).
hi,I solved the problem。EFI partition has a problem, I re-modified the file,now,it's ok,thank you vevry much。
 
hi,I solved the problem。EFI partition has a problem, I re-modified the file,now,it's ok,thank you vevry much。

Hi, i have this same problem. What exactly did you do to solve it?
 
Hi, i have this same problem. What exactly did you do to solve it?
my English is so bad,so i used google translation,The computer has a hidden partition, need a software to activate, in the mac system, and then change the hidden partition in the file,
 
I've figured out the solution to this problem! You just have to fill out the "Memory" key in the SMBIOS section of Clover's config.plist and it works fine. For me it looks like this:

Code:
                <key>Memory</key>
                <dict>
                        <key>Channels</key>
                        <integer>1</integer>
                        <key>SlotCount</key>
                        <integer>1</integer>
                        <key>Modules</key>
                        <array>
                                <dict>
                                        <key>Slot</key>
                                        <integer>0</integer>
                                        <key>Size</key>
                                        <integer>16384</integer>
                                        <key>Frequency</key>
                                        <integer>1600</integer>
                                        <key>Type</key>
                                        <string>DDR3</string>
                                </dict>
                        </array>
                </dict>

Otherwise, I used the standard installer-stage config.plist for my graphics hardware.
Thanks very much, this solved my first hurdle quickly.

For posterity, this was performed on a 15-bk193ms, (Pavilion x360 Signature Series) HP8251 (Clover), i5-7200U, HP620 using a completely stock install other than adding the appropriate graphics kext and the above config.plist edit.
 
Status
Not open for further replies.
Back
Top