0

I bought 8GB (4 2GB DDR2 modules) of RAM from crucial.com. When I installed all 4 of them I get a blue screen of death about a minute after logging into Windows. If I take out one module and boot with 6GB things work fine. If I use a different 2GB module I had before I get the blue screen again. If I use a 1GB module (7GB total) then things are fine again.

Obviously something is wrong related to the memory, but I don't understated what. I've run a few different memory tests and all have come back clean. The problem appears when I have 8GB installed.

I've run

  • memtest.exe
  • Windows Memory Diagnostic

Windows Memory Diagnostic even passed when all 8GB were installed. I've run these tests several times and with different configurations of what modules are installed. I've lost track of how many passes now.

The Memory

The new memory is two 4GB kits (2GBx2) DDR2 PC2-6400 Unbuffered NON-ECC 1.8V 256Meg x 64. http://www.crucial.com/usa/en/m3a76-cm/CT939195

The Blue Screen

The error code is not constant. Plus there is something strange that is causing part of the message to get cut off to the left of my monitor so I can't read the whole code anyway.

It does always create a memory dump though. I've analyzed the memory dumps with WinDBG and there isn't a pattern to what's causing the crashes.

My system

  • Windows 2008 R2 Standard.
  • AMD Athlon 64 X2 Dual Core Processor 4200+, 2200 Mhz
  • Motherboard is Ausus M3A76-CM.
  • No expansion slots are in use.

Update

I've been able to use all 8GB after I changed the frequency of the RAM in my BIOS from auto to 333 (the second highest option). The highest option is 400 and doesn't work. The specs say the speed is 800MHz. So I don't understand why this has been an issue.

This is what CPU-Z shows now.

https://i.sstatic.net/mBocF.png

The DRAM Frequency keeps moving from around 200 to around 300.

8
  • 1
    can you give us a detailed info of MoBo, CPU and Memory?. Commented Jul 7, 2015 at 18:15
  • 1
    Which blue screen error / code do you get?
    – Steven
    Commented Jul 7, 2015 at 18:16
  • Updated. Motherboard is Ausus M3A76-CM. No expansion slots are in use. BSOD error code is not constant.
    – liserdarts
    Commented Jul 7, 2015 at 18:34
  • What are the specs of the memory you tried to install?
    – rrirower
    Commented Jul 7, 2015 at 19:09
  • Two 4GB kits (2GBx2) DDR2 PC2-6400 Unbuffered NON-ECC 1.8V 256Meg x 64
    – liserdarts
    Commented Jul 7, 2015 at 19:28

1 Answer 1

0

some hardware devices map themselves into address space that they should not i.e. your video card may map its memory into your 7-8GB range, which will conflict with the OS -- your video card is trying to use the address space that the physical memory is using.

2
  • 2
    How does he determine if that is actually the case? If that is the case after he determines it is the case, how does he resolve the problem, this explains the BSOD but does not explain how to precisely solve it.
    – Ramhound
    Commented Jul 7, 2015 at 18:23
  • 1
    Would not explain how changing the ram speed fixes the problem
    – Aron
    Commented Jul 8, 2015 at 6:13

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .