Jump to content

Phantom memory module with SMBIOS->Memory in Clover config.plist


cq511npss1
 Share

2 posts in this topic

Recommended Posts

Hi, after experimenting with the memory values in Clover configuration (cosmetic effect)...

<key>Memory</key>
<dict>
	<key>Channels</key>
	<integer>2</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>Part</key>
			<string>4GBDDR31600</string>
			<key>Vendor</key>
			<string>Jeylin Corporation</string>
			<key>Type</key>
			<string>DDR3</string>
			<key>Serial</key>
			<string>ZEPP3L1N</string>
		</dict>
		<dict>
			<key>Slot</key>
			<integer>2</integer>
			<key>Size</key>
			<integer>4096</integer>
			<key>Frequency</key>
			<integer>1600</integer>
			<key>Part</key>
			<string>4GBDDR31600</string>
			<key>Vendor</key>
			<string>Jeylin Corporation</string>
			<key>Type</key>
			<string>DDR3</string>
			<key>Serial</key>
			<string>Z3PP3L1N</string>
		</dict>
	</array>
</dict>

I ended up with this in System Profiler:

 

post-1572361-0-88380000-1438877058_thumb.png

 

I see an additional empty value ( " " ) in slot-names property in IODeviceTree

 

post-1572361-0-30033500-1438877201_thumb.png

 

This is present with OEM tables, patched DSDT, and both with and without the memory config in Clover plist. My board has only 2 DIMM sockets.

 

Anybody know what is going on? Thanks.

 

Edit: Sorry this should be in post-installation

 

Edit: Mods can you move this to the appropriate place thanks.

Edited by trioset
Link to comment
Share on other sites

  • 3 years later...
 Share

×
×
  • Create New...