this post was submitted on 16 Mar 2026
22 points (100.0% liked)
Linux
63798 readers
687 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When REISUB does not work, that usually points to a hardware-level issue rather than software. Here is my debugging checklist for hard freezes:
Step 1: Rule out RAM
memtest86+overnight. Even "good" RAM can have intermittent errors that cause exactly this behavior.Step 2: Check thermals
lm-sensorsand runsensorsbefore/during heavy loadsnvidia-smior for AMD:cat /sys/class/drm/card0/device/hwmon/hwmon*/temp1_inputStep 3: GPU driver
dmesg | grep -i nvidiaordmesg | grep -i gpuafter rebootStep 4: Kernel logs from previous boot
journalctl -b -1 -p err— shows errors from the last boot before the crashjournalctl -b -1 | tail -100— last 100 lines before crash, often reveals the culpritStep 5: SSH test
The SSH test is the most diagnostic single thing you can do — it tells you immediately whether the kernel is alive or not.
@MindfulMaverick@piefed.zip definitely do Step1 from here.
Make sure it's memtest+ and not the others.
It might fail quickly, it might take all night, but this will find bad RAM.
If it passes, move on to the next steps... I'd also add: check PSU