Jump to content

[help] Memory problems before install


1 post in this topic

Recommended Posts

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
Share on other sites

 Share

×
×
  • Create New...