You are not logged in.
Pages: 1
Symptoms
- Caps Lock Light Keeps blinking
- System Freezes at RAM Level is around 80%
- No entry in Logs
- Recent RAM Change
- Recent BIOS Update
- Hibernation Enabled *
- zram Disabled
- BTRFS File System
- zswap disabled using kernel parameters
Recently I upgraded my RAM from 16GB to 32GB, I also did some research and found out that Caps Lock Flashing means that it's a Hardware Error / BIOS error (I also upgraded my bios), While Checking the system logs, i found nothing like the logs stop at the exact moment the system freezes and the next entry is for a new boot (coz i am forced to manually restart every time this happens)
* I Enabled hibernation because I have a dual boot and I hibernate the system when I need to switch to Windows
Plus few months back I had some crashing problems at random intervals, so I posted about it [here](https://bbs.archlinux.org/viewtopic.php?id=294836) and I was suggested to disable zswap around the same time I also switched to the lts kernel and it solved that problem (i don't know what worked, disabling zswap or switching to lts ) but now i have this.
Some Outputs that Might Be Useful
```
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 4K 1 loop /var/lib/snapd/snap/bare/5
loop1 7:1 0 74.2M 1 loop /var/lib/snapd/snap/core22/1122
loop2 7:2 0 505.1M 1 loop /var/lib/snapd/snap/gnome-42-2204/176
loop3 7:3 0 74.2M 1 loop /var/lib/snapd/snap/core22/1380
loop4 7:4 0 91.7M 1 loop /var/lib/snapd/snap/gtk-common-themes/1535
loop5 7:5 0 30.4M 1 loop /var/lib/snapd/snap/pieces-for-developers/51
loop6 7:6 0 30.4M 1 loop /var/lib/snapd/snap/pieces-for-developers/52
loop7 7:7 0 512.5M 1 loop /var/lib/snapd/snap/pieces-os/48
loop8 7:8 0 512.5M 1 loop /var/lib/snapd/snap/pieces-os/50
loop9 7:9 0 39.1M 1 loop /var/lib/snapd/snap/snapd/21184
loop10 7:10 0 38.7M 1 loop /var/lib/snapd/snap/snapd/21465
nvme1n1 259:0 0 953.9G 0 disk
├─nvme1n1p1 259:1 0 260M 0 part
├─nvme1n1p2 259:2 0 16M 0 part
├─nvme1n1p3 259:3 0 479.5G 0 part
├─nvme1n1p4 259:4 0 473.3G 0 part
└─nvme1n1p5 259:5 0 843.3M 0 part
nvme0n1 259:6 0 953.9G 0 disk
├─nvme0n1p1 259:7 0 3G 0 part /boot
├─nvme0n1p2 259:8 0 75G 0 part [SWAP]
└─nvme0n1p3 259:9 0 875.9G 0 part /var_log
/home
/.snapshorts
/
```
Linux Installed on nvme0n1 and Windows on nvme1n1
```
cat /proc/swaps
Filename Type Size Used Priority
/dev/nvme0n1p2 partition 78643196 0 -2
```
Last edited by AbhijeetSingh (2024-05-11 07:58:48)
Offline
Sounds like you have issue with your RAM.
Maybe it is defect or the new RAM does not match to the existing one.
Investigate here by
- removing the new RAM, use only the old one
- use only the new RAM
- change RAM slots
And: run a memtest, several hours to be sure:
https://wiki.archlinux.org/title/Genera … g_hardware
Offline
Pages: 1