You are not logged in.
Pages: 1
Hi all! I have a Lenovo Thinkpad X1 Carbon Gen 8 that I installed Arch on following this guide - https://github.com/joelmathewthomas/arc … me-ov-file - to get an install where I had LVM on LUKS with Secure Boot and TPM unlocking and a swap partition so I could hibernate the laptop.
Unfortunately, I'm seeing occasional and not-clearly-reproducible freezes and or kernel panics (e.g. Caps Locks starts to blink).
Looking at `journalctl -xb -1` after this happens doesn't have any clear pointers; I suspect that journal isn't being written to disk before the panic.
I'm running with systemd.journald.forward_to_console=1 console=tty1 in my kernel command line to get additional debugging to console but I'm not sure where that information will print and if journalctl will capture them?
Hardware tests (Lenovo's UEFI diagnostics; memtest86+) don't show any hardware errors. Also other distros (e.g. ubuntu) don't seem to exhibit this issue.
I thought about installing kdumpst to try and get kernel dumps on panics ... but my install means that I can't run grub as it doesn't support LUKS2.
Wanted to see if given this setup, there was a recommended path to either a) resolve this; b) gather further debug info to try and diagnose this issue.
Thanks!
Offline
After a solid 36 hours just had a freeze, journalctl -xb -1 had the following:
Oct 20 18:42:53 mearsheimer kwin_wayland[702]: kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)
Oct 20 18:42:53 mearsheimer kwin_wayland[702]: kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)
Oct 20 18:43:02 mearsheimer rtkit-daemon[738]: Supervising 0 threads of 0 processes of 0 users.
Oct 20 18:43:02 mearsheimer rtkit-daemon[738]: Supervising 0 threads of 0 processes of 0 users.
Oct 20 18:43:06 mearsheimer kernel: i915 0000:00:02.0: [drm] Resetting rcs0 for preemption time out
Oct 20 18:43:06 mearsheimer kernel: i915 0000:00:02.0: [drm] *ERROR* rcs0 reset request timed out: {request: 00000001, RESET_CTL: 00000001}
Oct 20 18:43:06 mearsheimer kernel: i915 0000:00:02.0: [drm] GPU HANG: ecode 9:1:efdffffe, in Renderer [32950]
Oct 20 18:43:06 mearsheimer kernel: EXT4-fs error (device dm-2): __ext4_find_entry:1694: inode #24380081: comm firefox: checksumming directory block 0
Oct 20 18:43:06 mearsheimer kernel: EXT4-fs error (device dm-2): __ext4_find_entry:1694: inode #24380081: comm firefox: checksumming directory block 0
Looks like there's some sort of graphics issue with the i915 driver and drm -- I'm using the intel-media-driver package / drivers.
Offline
Just hit this again even with i915.enable_dc=0 as a kernel command line parameter.
Offline
If you are adamant on using arch and ubuntu 24.04 doesn't crash then maybe downgrade the kernel to the one ubuntu uses 6.8.x.
You need to install an RTFM interface.
Offline
Pages: 1