Why won't Windows 10 let me boot with new RAM?

4

1

Updated

I have an ASRock H55M-GE motherboard. Currently it has 2X2GB RAM, for a total of 4 GB RAM.

I thought I'd like to update the RAM, so, first I bought two new Kingston KVR16N11S8/4 4GB RAM sticks, to put into the two empty slots to get a total of 12GB RAM. But after many problems, similar to what's described below, they wouldn't work, so I returned them. I then recently bought two Team DDR3 1600MHz PC3-12800 4GB RAM sticks. But, I encountered the same problems.

When I install them in my computer, being careful to follow the motherboard's manual and place them in the correct slots, The BIOS recognizes them and seems to have no problem:

BIOS screen

But, Windows 10 refuses to boot, and instead gives me an error screen saying, "Your PC ran into a problem and needs to restart. We'll restart it for you." Usually, the error screen says IRQL_NOT_LESS_OR_EQUAL, but it sometimes says other things, like in this screen grab. I believe it's having some kind of freak out over hardware, and the specific error messages are probably not too revealing.

Windows 10 boot error

I have checked to make sure that all cards and RAM are seated correctly. I replaced the battery on the motherboard. I have tested the new RAM in a different computer where it seems to work.

I have booted using an Ubuntu live CD, and it boots fine, and in the Ubuntu interface, I can see that it recognizes the 12 GB RAM no problem:

Ubuntu liking the RAM

I'm willing to re-install Windows if that's what it takes, so I took one of the original Windows 7 install disks that came with my computer and tried to see if I can install a fresh version of Windows 7, but I get a similar hardware error as version 10:

Windows 7 install error

I have also removed all RAM and tried one stick of the new RAM, which is 4 GB, to test if there is some kind of memory cap at 4GB, but that also fails.

I have used Windows internal recovery program to return the system to a fresh install state, which I believe removes all drivers and apps. However, Windows will still not boot with the new RAM installed.

So, to recap, the BIOS recognizes the new RAM, Ubuntu recognizes the new RAM, another computer recognizes the new RAM, this is a second set of new RAM... this all strongly indicates to me that the problem is squarely on Windows, not the hardware. Why would Windows have such a problem handling a simple RAM upgrade?

More importantly, how do I get Windows to boot after installing my new RAM?

Here is some information about my current RAM (before installing new RAM):

CPU-Z output

Questioner

Posted 2015-11-02T14:02:07.373

Reputation: 618

1I'm 99% certain the problem isn't the OS refusing to work with your new RAM. Have you tried removing the new RAM, only using the new RAM, or switching the slots between the new and old RAM? The error message indicates a driver error, which can be caused by faulty RAM. – Peter – 2015-11-02T14:11:02.490

@Peter, I have tried switching the slots, in every combination I can think of. I have tried using just the new RAM, just one of the new RAM. and put back the old RAM to make sure the old RAM still works fine. The new RAM works in another computer (an i5 with a different motherboard). – Questioner – 2015-11-02T14:47:05.623

If the old RAM still works in the old slots and every combination with the new RAM doesn't work, my guess would be either there's an issue with the new slots, or with the slots of the MB and the RAM together introducing enough analog error to not work. You also may want to try downclocking the RAM in the bios, and make sure it has sufficient Voltage (i.e. it uses the default setting). – Peter – 2015-11-02T15:08:35.973

32-bit Windows or 64-bit? – qasdfdsaq – 2015-11-02T15:18:16.750

1Important trouble-shooting step at this point: use a boot CD (or USB) with Linux on it (Ubuntu Live would be fine) and make sure that Linux boots. That will confirm that it is Windows specifically that is having the problem, and not a hardware incompatibility. – Dane – 2015-11-02T15:27:26.943

1I have checked at least 5 modules listed in the QVL list. They all were 1.65 V modules. Your new module is 1.5 V. What CPU do you have? "DDR3-2000, 2133, 2200 and 2600 are only optimized for Core i7 860 and i7 870" if it isn't an i7 that likely also is a problem. You should also verify you are using the most current firmware. – Ramhound – 2015-11-02T15:29:05.847

@Dane, I actually just did that, and I've updated my question. Ubuntu live CD works like a charm with the new RAM, so this has to be Windows that is the problem. – Questioner – 2015-11-02T15:29:37.600

@qasdfdsaq, 64-bit. – Questioner – 2015-11-02T15:29:53.600

@Peter, I've now tried booting with the new RAM and an Ubuntu live CD, and it worked fine, so it seems the problem is not a hardware one. – Questioner – 2015-11-02T15:30:49.417

@Questioner Next guess is a driver problem. I'd try booting with the old RAM to get updated motherboard drivers from the manufacturer installed. – Peter – 2015-11-02T15:34:08.233

3The fact the new memory won't by themselves indicates a hardware problem. You booted a 64-bit Linux environment not a 32-bit environment correct? – Ramhound – 2015-11-02T15:35:11.440

@Ramhound, I'm sorry, I don't understand your statement. I booted a 64bit Linux CD, and it worked fine. If the Ubuntu CD boots without a problem, then doesn't that indicate the hardware is fine? – Questioner – 2015-11-02T15:38:43.243

@Peter, what do you mean by motherboard drivers? Do you mean update the BIOS? – Questioner – 2015-11-02T15:39:20.357

My question is crystal clear which you have answered. I am not sure why you believe you are confused. – Ramhound – 2015-11-02T16:22:41.140

@Ramhound, Grammatically, "The fact the new memory won't by themselves indicates a hardware problem" is an incomplete sentence, and so I don't know what you are suggesting that the new memory won't do by itself. But I guess it's unimportant. The important thing is that every indication is that this is a Windows problem, and that's what I'm hoping to find a solution for. – Questioner – 2015-11-02T16:31:25.857

@Questioner - Good luck! I don't often run comments by my editor. In the future I will do so. I was simply indicating your system won't boot if only the new memory is installed. Did you verify your running the current version of the firmware for your motherboard? – Ramhound – 2015-11-02T16:32:45.560

Couple of things I'd check: 1) Memtest. 2) Any >4GB compatibility options in your BIOS. Sometimes called 4GB hole, memory remapping, etc. – qasdfdsaq – 2015-11-02T16:33:37.947

What's your antivirus software? If any – zaonline – 2016-02-11T18:19:03.867

@zaonline, I don't have any antivirus installed. – Questioner – 2016-02-11T18:38:02.877

@Questioner This can definitely be a hardware issue. You should run something like memtest86+ to confirm that the hardware is fine. – David Schwartz – 2016-02-11T18:40:56.037

in the BIOS/UEFI change Command Rate (CR) from 1 to 2. – magicandre1981 – 2016-02-12T05:27:21.890

@magicandre1981, thank you for the suggestion. The command rate was set to auto. I tried setting it to 1 and 2, but neither changed anything. – Questioner – 2016-02-12T09:50:24.890

ok, only install the new RAM (and remove the old one) and look if the PC boots now fine – magicandre1981 – 2016-02-12T17:13:25.397

@magicandre1981, sorry, maybe I misunderstood. You're saying if I switch the CR to 2, then I should remove the old RAM? – Questioner – 2016-02-12T17:40:14.103

you should always use CR2, this is much more stable. Remove the old RAM and old try the new RAM to see if the board really supports the new RAM. if the new RAM works alone, the combination of different RAM module sizes causes the issues. – magicandre1981 – 2016-02-12T17:42:57.497

Answers

3

First, some remarks :

  1. According to your motherboard manual, to install four DIMMs, all four need to be identical. So the most that is recommended with yours is to use the two 4GB sticks, while the 2GB ones are unusable together with the others.
  2. For using two DIMMs, they need to be installed in the white slots.
  3. Linux may be cleverer than Windows in forcing the usage of DIMM sticks that do not exactly conform to the specification.
  4. You have bought high-quality modern DIMMs for a motherboard dating apparently from 2010. They may just be too good for the motherboard.

Based on the above, I have the following suggestions :

  1. Restore the configuration of RAM to the one that worked, boot Windows 10, start Windows Update and fully patch the computer. Especially pay attention to device-driver updates that are usually found as Optional. There is no point in using the ASRock drivers, since they date from 2010.

  2. Download and install the Crucial System Scanner. Let it scan your computer and see which DIMMs it recommends and pay attention to their specs. Crucial is a RAM vendor, and their utility does an excellent job of analyzing the motherboard.

I believe that the results of the scan by Crucial will solve the problem. Their prices are also very reasonable and one can order from the scanner, whose results Crucial guarantees. You could post the scan results, if you wish us to have a look.

harrymc

Posted 2015-11-02T14:02:07.373

Reputation: 306 093

Thanks for this detailed response. I misread the manual, I thought it was only a requirement to have identical DIMMs in the same coloured slots. I will proceed with only the two new DIMMs in the white slots. I will also try your other recommendations and see how it goes. – Questioner – 2016-02-12T02:33:25.083

I used the Crucial System Scanner as you suggested, and it returned these results. I'm a little skeptical about them recommending their own brand, though, and also in light of your suggestion that my computer might have older specs, and they are recommending more modern RAM.

– Questioner – 2016-02-12T04:07:50.287

There are some differences between Crucial and the ones you bought, for example 1.5V instead of the more economical 1.35V. I'm not enough of a technician to tell categorically that the DIMMs you bought are incompatible. The Crucial scanner always worked for me and was never wrong, so I suggest you follow its recommendations to the letter. The scanner is their tool for avoiding problems with their own clients buying the wrong RAM from them. You don't have to buy their brand, but I suggest following their specs. – harrymc – 2016-02-12T06:50:57.823

Thanks for your further insight. I'm wondering what the key difference I should be looking for is. is it the voltage? – Questioner – 2016-02-12T09:04:47.040

Only an electrical engineer can answer that. I myself have always played safe by ordering from either the computer manufacturer or from Crucial or others that supply a scanner that guarantees the RAM. This guarantee is not absolute, but it's better than guessing. – harrymc – 2016-02-12T09:24:44.173

If Windows Update had any drivers for the system board, you might try again, putting the 4GB cards in the white slots. – harrymc – 2016-02-12T10:32:05.483

Thank you for your help. Unfortunately, I've tried using just the white slots with the new RAM, and no joy. The thing for me is that I don't live in the US, and I'm not confident in the shipping and guarantees of Crucial across countries. So, I'm trying to determine what it is about the RAM that Crucial is recommending so that I can buy locally. – Questioner – 2016-02-12T16:33:58.417

I would suggest to adopt all the Crucial specs, just in case. I wouldn't try Kingston, because their Memory Search doesn't include the H55M. TeamGroup's website is even poorer. If I had to guess, I would say to pay attention to the spec (DDR3-1600, PC3-12800), the voltage (1.5V), NON-ECC, Type (Unbuffered), and timing (8-8-8-24). Crucial Sales might be able to answer about international shipping or local distributers.

– harrymc – 2016-02-12T18:25:58.430

I was able to buy a set of two Crucial RAM 4GB sticks from Amazon in my country, using the exact same specs as the RAM suggested by the Crucial scan. They arrived and work fine. So I've learned that even though you can have every indication of a software problem, sometimes it still might be a hardware solution. This answer gets the bounty for steering me in the direction of finding the right hardware. Thanks for your help! – Questioner – 2016-02-13T15:56:39.877

4

You have ruled out direct hardware incompatibility by running 64-bit Linux successfully with the same configuration as your 64-bit Windows 10 install.

According to this MSDN article (https://msdn.microsoft.com/en-us/library/ms854226.aspx), "it might be caused by a device driver, a system service, a virus scanner, or a backup tool."

As such, I would suggest that you ensure that your device drivers are fully up-to-date (and uninstall any unnecessary ones). Also, as a test, disable/uninstall your virus scanner and backup tools.

You can use MS Config (Win + R to then run msconfig) to see what all you have running at startup. You can use the services snap (Win + R to then run services.msc) to review what services are running at startup. There is presumably a culprit in there.

Dane

Posted 2015-11-02T14:02:07.373

Reputation: 1 682

Thanks for your suggestions. I've reviewed the programs and services running at startup, but there are dozens, maybe more than a hundred, with obscure names that I can't determine if they are relevant. I removed about 5 services I'm sure I don't need (when was the last time I got or sent a fax?), but I don't think I have the skills to determine if any of these programs are related to my RAM issues. – Questioner – 2015-11-03T04:40:47.773

+1. You are using more than 4GiB of memory, which means your address space no longer fits into a 32 bit long counter. If someone (erroniously) used sunch a counter in a driver and you exceed 4GiB then it will fail. – Hennes – 2016-02-11T14:51:15.693

@Hennes. Okay, but, if I took out the original RAM, and just put in one 4GB RAM stick, then shouldn't it work? I tried that, and it didn't. Also, why would installing from the Windows 7 install disk fail? By definition, it has no additional software installed yet. – Questioner – 2016-02-11T16:07:27.500

I've now run Windows built in recovery program to return to a fresh install state, where all installed apps and drivers are removed. However, Windows still will not boot. – Questioner – 2016-02-11T18:09:55.670

Thank you for your help. Your efforts were much appreciated. – Questioner – 2016-02-13T15:57:40.073

-5

More importantly, how do I get Windows to boot after installing my new RAM?

Potential solutions:

  1. Run memtest from grub. Why haven't you done this already?
  2. Try booting one hard disk at a time. You have only booted Ubuntu live, after all. I'm not sure what, if any, implications this has for swap space. Or if that even matters.
  3. Do not boot Windows.

gtibicen

Posted 2015-11-02T14:02:07.373

Reputation: 1

3"Do not boot windows" is not an answer to the question. – DavidPostill – 2016-02-12T12:20:09.407

It may not be an answer specific to this question, although as a "potential solution" (in third place) as posited it would solve an awful lot, unless the user has a specific reason other than habit for booting proprietary malware on a regular basis. – gtibicen – 2016-02-12T15:34:38.507