Hi all, so I had this kernel panic headed with "zone_init: kmem_suballoc failed" when trying to install MacOS Sierra. I did some basic research and found that this is due to my laptop having its memory installed in the second slot rather than the primary one. I read that I should add this to my SMBIOS in config.plist (That block is filled with my RAM info):
<key>Memory</key> <dict> <key>Channels</key> <integer>2</integer> <key>SlotCount</key> <integer>4</integer> <key>Modules</key> <array> <dict> <key>Slot</key> <integer>0</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1600</integer> <key>Type</key> <string>DDR3</string> </dict> </array> </dict>
This is my config.plist right now. Additionally is there anything I'm missing? I've noticed my SMBIOS is quite bare so I'd like to fix all the problems with it. Lastly, kinda of a simple question, but I don't fully understand how to figure out my slot count on my laptop. The computer I'm working with is the HP Pavilion x360 (ID# s120nr) with an i3 6100U, Intel 520 Graphics and 4GB RAM DDR3 clocked @ 1600. Thanks so much for the help.
[link] [comments]
Post a Comment