this post was submitted on 17 Feb 2025
49 points (100.0% liked)

Linux

6090 readers
672 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] SteveTech@programming.dev 7 points 4 days ago

I hadn't restarted my serial logger after I rebooted my laptop, leaving me with no clue about what caused the crash.

Probably way too late now, but if it was a proper kernel panic, it should've saved the dmesg in the kernel's pstore which saves to either ACPI or EFI storage (depending on BIOS or UEFI), which systemd then extracts to /var/lib/systemd/pstore/ on next reboot.

[โ€“] stephaaaaan@feddit.org 3 points 4 days ago* (last edited 4 days ago)

Uh, could this have been the reason why bazzite lagged like crazy when resuming from sleep (on an rx56)? Sounds like it :) nice read!