dimosgmx Posted October 3, 2015 Share Posted October 3, 2015 EVGA SR-2 48 GB of RAM 2 x Intel® Xeon® CPU E5649 @ 2.53GHzWas working perfectly with Yosemite no DSDT using Clover.Upgraded to El Capitan no problems(had to completely remove SLE and copy over contents from freshly installed El Capitan and fix permissions to boot), but now El Capitan reports 24GB of RAM and 9 total RAM slots, 6 populated x 4GB and 3 empty. While troubleshooting, I rebooted back to the USB installer and under system info I also have 24GB of RAM.SMBIOS: Mac Pro 3,1I attempted to changed SMBIOS but I get KP.While booting I noticed the following:mem_actual: 0x000000000legacy_sane_size: 0xc0000000RTC: Only single RAM bank (128 bytes)Currently have audio, usb 2.0 , gfx, firewire, bluetooth and nic working.Not working: USB 3, Incorrect RAMAny advice as to what to try would be greatly appreciated.I already tried to add memory slots in clover but I get a KP (could be doing something wrong if someone and comment on how to do it properly)I attached some screenshots for reference.Thanks guys, good luck to all with their upgrades! Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/ Share on other sites More sharing options...
fearandleb Posted October 5, 2015 Share Posted October 5, 2015 Hi, can you check your Activity Monitor on the Memory Page, down on the Physical Memory Page, what reports "Memory Used" and "Wired Memory" there? I have also Memory Issues, only detects half of the Memory. http://www.insanelymac.com/forum/topic/308438-osx-detects-1596tb-of-wired-real-memory/ Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2173746 Share on other sites More sharing options...
dimosgmx Posted October 7, 2015 Author Share Posted October 7, 2015 Hi, thanks for the reply. Yes it appears to be the exact same issue. 15,96 TB of Wire Memory. Did you find anything so far. From looking around it seems to be an issue with the boot loader not detecting the ram correctly. I think Revoboot mentions something about it. I was hoping that clover 3280 would fix it but unfortunately that wasn't the case. Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2174480 Share on other sites More sharing options...
sormy Posted October 7, 2015 Share Posted October 7, 2015 I have a similar problem but with a x58 motherboard. see the topic : http://www.insanelymac.com/forum/topic/308503-x58-motherboard-ram-problems-el-capitan/ Did you find any solution ? Thanks Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2174619 Share on other sites More sharing options...
fearandleb Posted October 9, 2015 Share Posted October 9, 2015 Hi, no solution so far. Please post to this ticket so the Clover Developer see that there is a Problem http://sourceforge.net/p/cloverefiboot/tickets/181/ Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2175477 Share on other sites More sharing options...
sormy Posted October 12, 2015 Share Posted October 12, 2015 I found a solution (almost) I've written this in the SMBIOS section of Clover's config.plist <key>Memory</key> <dict> <key>Channels</key> <integer>1</integer> <key>SlotCount</key> <integer>6</integer> <key>Modules</key> <array> <dict> <key>Slot</key> <integer>0</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>1</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>2</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>3</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>4</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> <dict> <key>Slot</key> <integer>5</integer> <key>Size</key> <integer>4096</integer> <key>Frequency</key> <integer>1333</integer> <key>Type</key> <string>DDR3</string> </dict> </array> </dict> Everything is working now I have the right memory and activity monitor is ok but in "About this mac" the tab memory says there is no slots of memory ( see attachments ) Maybe I wrote config in a wrong way. What do you think about ? Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2176771 Share on other sites More sharing options...
BreBo Posted October 12, 2015 Share Posted October 12, 2015 In the SMBIOS section set Trust to False. <key>Trust</key> <false/> Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2176833 Share on other sites More sharing options...
sormy Posted October 12, 2015 Share Posted October 12, 2015 In the SMBIOS section set Trust to False. <key>Trust</key> <false/> I already have it in SMBIOS thanks config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2177008 Share on other sites More sharing options...
BreBo Posted October 13, 2015 Share Posted October 13, 2015 Your config.plist needs an additional close tag dict. plutil config.plist config.plist: Close tag on line 371 does not match open tag dict In your config.plist the first Slot starts at 1, this needs to be 0. Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2177129 Share on other sites More sharing options...
sormy Posted October 13, 2015 Share Posted October 13, 2015 Your config.plist needs an additional close tag dict. plutil config.plist config.plist: Close tag on line 371 does not match open tag dict In your config.plist the first Slot starts at 1, this needs to be 0. Thanks BreBo, I changed my config.plist but the "about this mac" problem persists. I removed SMBIOS mac pro 3.1 too but it does not change anything Thank you config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2177140 Share on other sites More sharing options...
BreBo Posted October 13, 2015 Share Posted October 13, 2015 Your config.plist is still not correct. plutil config.plist config.plist: Close tag on line 342 does not match open tag dict Change </plist></dict> Into </dict> </plist> After you have fixed the above, can you do a reboot and post your boot.log? You can also open Terminal type bdmesg and post that output. Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2177160 Share on other sites More sharing options...
sormy Posted October 13, 2015 Share Posted October 13, 2015 Your config.plist is still not correct. plutil config.plist config.plist: Close tag on line 342 does not match open tag dict Change </plist></dict> Into </dict> </plist> After you have fixed the above, can you do a reboot and post your boot.log? You can also open Terminal type bdmesg and post that output. Thanks I corrected config.plist...I hope it's right You are very kind bdmesg config.zip Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2177196 Share on other sites More sharing options...
shaanky98 Posted December 16, 2015 Share Posted December 16, 2015 Hi how did you get 10.11 to work on this EVGA SR-2? I've tried with no luck, please help! Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2197881 Share on other sites More sharing options...
one9092002 Posted December 16, 2015 Share Posted December 16, 2015 i have evga sr2 thread if you would like to contribute your files to my thread so we can have them in one location here is the link http://www.insanelymac.com/forum/topic/309734-evga-sr2-motherboard-dsdtaml-i-need-help-creating-custom-dsdt-for-my-board/ and thanks a lot this was helpful Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2197899 Share on other sites More sharing options...
shaanky98 Posted December 17, 2015 Share Posted December 17, 2015 Thanks for the link @one9092002 Link to comment https://www.insanelymac.com/forum/topic/308372-evga-sr-2-el-capitan-upgraded-from-yosemite-mostly-working-ram-issue/#findComment-2198131 Share on other sites More sharing options...
Recommended Posts