Am 07.08.22 um 05:56 schrieb t neo:
I have TW installed on my system and the issue that the kernel is not loading with this snapshot. My boot process stops at:
[ 1.491455] tsc: Refined TSC clocksource calibration: 3099.998 MHz [ 1.491467] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf45e6a57, max_idle_ns: 440795365367 ns [ 1.491486] clocksource: Switched to clocksource tsc
Same for me, but I also have a stack trace before that which is likely the actual error. (Messages like the above come last for me as well, but they're pretty inconspicuous.) Gladly there seems to be a commit in Linus' tree that looks an awful lot like the error that I'm seeing [1], perhaps this applies to you as well? The thing to look for would be "RIP: 0010:efi_call_rts" (plus some offset). Seems to affect AMD systems (not sure which exactly). The change that is said to have caused this is indeed in 5.18.15 [2] and 5.18.16 should have the fix [3]. The new kernel didn't make it to Tumbleweed yet, so I haven't tested it though. If this isn't the error that you're seeing, please file a bug. If it is, let us both wait and if the next kernel doesn't fix it I'll file a bug report and send you a link. Aaron [1] <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=571c30b1a88465a1c85a6f7762609939b9085a15> [2] <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=v5.18.15> [3] <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=v5.18.16>