You are not logged in.

#1 2025-08-14 16:06:45

Littledc
Member
Registered: 2025-08-14
Posts: 7

RAM not fully being identified on launch

So, Ive been using arch for about a month now, and I am having this strange issue where my pc boots with 6gbs of my 64 gigs of ram (2x32) available. I am so lost as to why this is happening, its purely random whether when I get into arch that the system will read all 64 gigs or only 6gigs of ram, and I'm unsure if its an issue with my Motherboard (Albeit I'm pretty sure it isn't), or arch on boot. I am hesitant to think its the hardware only because I would assume that, if the motherboard cant see all the ram, it would boot loop or retrain memory every boot that this issue occurs. This is also keeping in mind that, its not just ignoring a stick its ignoring a large part of memory that, I genuinely cannot tell how its getting to that number. I have not tried to memtest the memory just yet, mostly due to using my pc, but I was wondering if anyone here might have seen this before and maybe if its an issue with boot that can be solved with changing some on boot settings, like hard setting ram memory. Looking for the issue elsewhere has come up with nothing like my issue. Genuinely unsure what is going on. I also have reinstalled GRUB (Updating my BIOS), and that also has not fixed the issue.

For Mobo and RAM specs, its the Asrock X870E taichi and Gskill TridentZ5 neo rgb, ddr5-6000, with an 9950x3d CPU.

Last edited by Littledc (2025-08-14 16:12:30)

Offline

#2 2025-08-14 19:52:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,685

Re: RAM not fully being identified on launch

Post the output of

dmidecode

for either scenario.
And please also post your complete system journal for good and bad boots

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

will upload the journal of the previous (-1) boot, you can skip the curl pipe and look around in the journal to identify the condition of the boot.

Offline

#3 2025-08-17 04:15:36

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

With this being an infrequent bug, it might take a while for me to get back with when the ram not loading happens. Ive been trying to get it to reoccur and still have not gotten it to work, oddly. Usually it only takes 3-4 restarts but  now all the sudden its not wanting to happen, even though I changed nothing. Either bad odds or really unlucky.
I do at least have the dmidecode output for now of the fully loaded scenario, I will have to keep trying for it to reappear and hopefully get the output for that scenario as well. https://0x0.st/KrYM.txt

Last edited by Littledc (2025-08-17 04:16:23)

Offline

#4 2025-08-17 07:20:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,685

Re: RAM not fully being identified on launch

Usually it only takes 3-4 restarts but  now all the sudden its not wanting to happen, even though I changed nothing.

Interim kernel/firmware/microcode update? Drastic environmental changes (temperature/humidity)?

Either bad odds or really unlucky.

Or bugs are just scared of me cool

Offline

#5 2025-08-18 01:04:23

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

seth wrote:

Interim kernel/firmware/microcode update? Drastic environmental changes (temperature/humidity)?

Maybe, I did do a system update right before the last incident though, so unless they just happened to fix it within the past 2 days, no clue. I hate the intermittent and not easily repeatable bugs. Environment has mostly been the same, so that should not be a factor here.

Or bugs are just scared of me cool

Haha, not the first time Ive had bugs magically vanish upon actually trying to fix them.

Last edited by Littledc (2025-08-18 01:05:08)

Offline

#6 2025-08-18 01:41:58

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,700

Re: RAM not fully being identified on launch

Littledc wrote:

Haha, not the first time Ive had bugs magically vanish upon actually trying to fix them.

Clearly a corner case of Heisenberg's uncertainty principal big_smile


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#7 2025-08-24 18:20:42

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

OK! I got the bug to reoccur, here's the outputs:
dmidecode:https://0x0.st/K-zl.txt

journalctrl:https://0x0.st/K-zU.txt

Offline

#8 2025-08-24 19:05:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,685

Re: RAM not fully being identified on launch

Aug 24 12:30:03 littlepc kernel: Memory: 63248632K/64575840K available (19852K kernel code, 2942K rwdata, 16648K rodata, 4664K init, 4952K bss, 1288244K reserved, 0K cma-reserved)

That's 63,248632 GB of 64,57584 GB but the dmidecode is fucked up

        Size: 2 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 1
        Bank Locator: P0 CHANNEL A
        Type: DDR5
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 4800 MT/s
        Manufacturer: Unknown
        Serial Number: 00206200
--------
        Size: 2 GB
        Form Factor: DIMM
        Set: None
        Locator: DIMM 1
        Bank Locator: P0 CHANNEL B
        Type: DDR5
        Type Detail: Synchronous Unbuffered (Unregistered)
        Speed: 4800 MT/s
        Manufacturer: Unknown
        Serial Number: 00206200

and lists two 2GB DIMMs
Wrong journal?

From the dmidecode I'd look at the HW config, the bogus size and manufacturer suggest the DIMM doesn't correctly report - 4800MT/s is the DDR5 minimum - are you really running at this speed?
(Typically I'd assume the RAM is overclocked - too much)

Offline

#9 2025-08-24 22:43:27

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

That might explain where its coming up with the ram amount (around 3 GBs, actually, with 1 unavailable for what I assume is reserved and not shown on system monitor)

Ill check the BIOS, I do believe I have the auto boost setting turned on, maybe something is up with that.

Update: Checked the bios, still set to the 4800MT/s, the bios also fully identifies the ram. The Dmidecode when running properly still does not identify the manufacturer, but sees everything else correctly. I will mention that the recreation did happen after doing a system update, perhaps that could be a cause? Ill keep this in mind when I do it again if this actually is a significant step in why this is happening

Last edited by Littledc (2025-08-24 22:53:52)

Offline

#10 2025-08-25 07:48:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,685

Re: RAM not fully being identified on launch

What "recreation"?
Can you post the journal of the boot where you were actually facing the low RAM situation?

sudo journalctl | grep 'littlepc kernel: Memory:'

will hopefully show you a deviating line indicating the date where this happened what will help you to identify the relevant boot.

Offline

#11 2025-08-25 11:29:16

TooOldForDeInterwebz
Member
Registered: 2025-08-07
Posts: 22

Re: RAM not fully being identified on launch

Could it be something as simple as the RAM not being seated correctly and or profile (which not only changes timings but also increases voltage) not being loaded in UEFI settings?

Offline

#12 2025-08-25 13:50:18

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

seth wrote:

What "recreation"?
Can you post the journal of the boot where you were actually facing the low RAM situation?

sudo journalctl | grep 'littlepc kernel: Memory:'

will hopefully show you a deviating line indicating the date where this happened what will help you to identify the relevant boot.

https://0x0.st/K-IZ.txt

Recreation just being making the bug reappear, sorry for my poor english skills lmao, never was great in english class as a kid even with it being my native tongue.

TooOldForDeInterwebz wrote:

Could it be something as simple as the RAM not being seated correctly and or profile (which not only changes timings but also increases voltage) not being loaded in UEFI settings?

I thought this too, this is my 6th pc build, so this isn't my first rodeo with uncooperative hardware. Reseating did not fix anything though. If it is a hardware issue, my only assumption is that maybe it could be a CPU issue if this is outside of the OS as an issue, specifically on the driver side of things (this is assuming the RAM is not faulty somehow), but idk how possible that is (Haven't taken any ECE classes to know whats going on there, only CS ones)

Last edited by Littledc (2025-08-25 13:55:56)

Offline

#13 2025-08-25 17:51:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,685

Re: RAM not fully being identified on launch

Las time you ran into this was

Aug 24 12:25:40 littlepc kernel: Memory: 2961804K/3234144K available (19852K kernel code, 2942K rwdata, 16648K rodata, 4664K init, 4952K bss, 237608K reserved, 0K cma-reserved)

Should™ be

sudo journalctl -b -4

(depending on whether you've rebooted since this afternoon)

Offline

#14 Today 18:03:34

Littledc
Member
Registered: 2025-08-14
Posts: 7

Re: RAM not fully being identified on launch

Ok so, I know this is an old af post but I thought Id post the description of the problem and let anyone know who has these issues, who happen across this post, know whats up.

In short, my CPU was being fried, the ram not being detected in full was the memory controller failing. I used the (infamous) Asrock Taichi + x3d AMD CPU combo, which I am guessing was frying my CPU (I knew of the issue, thought I wouldn't be in the 1% since I already bought it all), and this was one of the immediate symptoms. If this is your situation, get a new Mobo, return the CPU and hopefully get a claim on it, and you should be good to go. Completely solved my issues, have not had a single issue since. One other issue that will appear when this is happening, at least from what I experienced, your boot times will get longer as well. So hopefully anyone who finds this post will be helped by my pain and suffering and not have to run around wondering what is happening.

Offline

#15 Today 19:03:34

cryptearth
Member
Registered: 2024-02-03
Posts: 2,314

Re: RAM not fully being identified on launch

quite some time since i was deep into hardware and knew a lot from the top of my head ... much has changed

anyway

a trend i noticed over the past 5 years or so, maybe a bit longer, is that motherboard designs turned into quite a non-funny comedic shitshow (sorry, don't know how to describe it better in not so drastic wording)
although i'm well aware that modern boards designed in a way they're expected to not get fully utilized some "extras" are quite questionable
for one instance: why does a desktop motherboard in full atx size has built-in wifi? for something small like m-itx or even smaller which can be called "(easier) portable" - ok, maybe, but full blown atx?
then we have this "either-or" about which components can be used at once - why? usually there're 16 lanes to the main gpu slot, maybe another 4 to the main nvme and another 4 lanes to connect the chipset - which is pretty much just a complex pci-e switch
why do i have to chose between either another nvme, another x4 slot or some other on-board like a 4-port sata? thanks to pci-e packet switching working pretty much like ethernet switching there's no reason for either-or instead of everything at once - it's pure greed of the industry like "oh, you want to add more? sorry, but then you have to invest in some fancy add-in card which provides what the chipset would but thanks to you paying premium we actually allow all features this time"

tl;dr: spending lots of money on premium high-end one might expect good quality and ending up in buying twice thanks to the supposed to be premium being worse than the average crap everyone recommended you to not buy

Offline

Board footer

Powered by FluxBB