csillamfaszlama Posted March 15, 2016 Share Posted March 15, 2016 Hi guys! I'm trying to get El Capitan working on my new laptop, which is: ASUS Zenbook UX303UB. Processor: Intel core i5 6200U. Got 2x4 Gbyte of RAM (2 slots according to AIDA64). I made a boot-up USB from Windows running El Capitan in a virtual desktop successfully. Now at bootup I get the following panic error after Clover: panic(cpu 0 caller 0xffffff801e9213c6): "zone_init": kmem_suballoc failed "@/Library/Caches/com.apple.xbs/sources/xnu/xnu-3248.30.4/osfmk/kern/zalloc.c:2284" After some research, I tried to add this to my config.plist, with no success: <key>Memory</key> <dict> <key>Channels</key> <integer>1</integer> <key>SlotCount</key> <string>2</string> <key>Modules</key> <array> <dict> <key>Slot</key> <integer>1</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1600</integer> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>2</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1600</integer> <string>DDR3</string> </dict> </array> </dict>Has anyone encountered this error? How could I get to the installer screen? Thanks for any help! Link to comment https://www.insanelymac.com/forum/topic/311405-help-memory-problems-before-install/ Share on other sites More sharing options...
Recommended Posts