Contribute
Register

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

Status
Not open for further replies.
Yeah I did but its gone
 
Yeah I did but its gone

What do you mean gone? On what device? HDD or USB? Keep in mind you must mount EFI manually on HDD (or even on USB if you created USB as GPT).

You will need to provide more details on what exactly you're doing...
 
Here:
 

Attachments

  • EFI.zip
    2.3 MB · Views: 131
Thank you! I was never able to switch to Clover before, so had to pass on El Capitan on my desktop Hackintosh and used my real Macs more. Now that Sierra is out I thought I should give another chance and found this. Great!
My RAM is being identified as 1333 MHz though they actually are 1600 MHz so I had to manually set the clock in BIOS and I guess that was the issue. Memory settings in Config.plist and it boots!
 
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. this solved my installation on inspiron n5110.
 
I have a problem, memory, notebook board onboard memory is no problem, add memory module will be wrong
 

Attachments

  • IMG_4101.JPG
    IMG_4101.JPG
    1.6 MB · Views: 138
  • config.plist
    19.9 KB · Views: 261
I have a problem, memory, notebook board onboard memory is no problem, add memory module will be wrong

config.plist/SMBIOS/Trust should be set to true. You have false.
Also, keep in mind that if you have patched ACPI files, you must re-extract/re-patch after any:
- hardware change
- BIOS update
- BIOS option change

Also... proper problem reporting requirements:
Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
config.plist/SMBIOS/Trust should be set to true. You have false.
Also, keep in mind that if you have patched ACPI files, you must re-extract/re-patch after any:
- hardware change
- BIOS update
- BIOS option change

Also... proper problem reporting requirements:
Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
sorry,my english is so bad,After I did, or that mistake, I uploaded EFI
System:Acer V5-573g(Clover)
CPU:i5-4200u Haswell-ULT - Lynx Point-LP
BIOS V2.30
Graphics: HD4400, 1920*1080
 

Attachments

  • EFI.rar
    1.4 MB · Views: 333
sorry,my english is so bad,After I did, or that mistake, I uploaded EFI
System:Acer V5-573g(Clover)
CPU:i5-4200u Haswell-ULT - Lynx Point-LP
BIOS V2.30
Graphics: HD4400, 1920*1080

Hardware details must be in your profile as requested in the FAQ.
"Problem Reporting" files must be in ZIP format (as requested).
 
Status
Not open for further replies.
Back
Top