Bugzilla – Bug 1216956
kernel 6.5.9-1.3 stucks at boot on Lenovo ThinkPad P15 Gen 1
Last modified: 2023-11-13 07:19:26 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Build Identifier: Having updated to kernel 6.5.9-1.3 my opensuse Tumbleweed running on a Lenovo ThinkPad P15 Gen 1, I'm not able to boot anymore. Removing from grub the "quiet" parameter, I can see it hanging when mouse, touchpad and trackpoint are detected: disabling touchpad and trackpoint from BIOS gives no benefit. The same behavaiour affects the recovery and the non-recovery mode. The former 6.5.8-1 works fine. Reproducible: Always Steps to Reproduce: 1.Boot the pc Actual Results: Stuck, as mentioned above Expected Results: Start Gnome, as usual
Created attachment 870678 [details] lshw output
Created attachment 870679 [details] boot screenshot
Since TW is already moving to 6.6 kernel, could you check whether the kernel in OBS Kernel:stable repo shows the same problem, too?
(In reply to Takashi Iwai from comment #3) > Since TW is already moving to 6.6 kernel, could you check whether the kernel > in OBS Kernel:stable repo shows the same problem, too? Hi Takeshi, thanks for the quick answer: can you help me in how to do that?
Download kernel-default-6.6*.rpm from http://download.opensuse.org/repositories/Kernel:/stable/standard/x86_64/ and install it via zypper install. Note that it's an unofficial build, hence you'd need to turn off Secure Boot if necessary.
(In reply to Takashi Iwai from comment #5) > Download kernel-default-6.6*.rpm from > http://download.opensuse.org/repositories/Kernel:/stable/standard/x86_64/ > and install it via zypper install. > > Note that it's an unofficial build, hence you'd need to turn off Secure Boot > if necessary. 6.6 works. I'm noticing that - having it installed - I lost any reference from grub to the former 6.8.1: is this expected? Can I retrieve that kernel somehow?
(In reply to Paolo De Pasquale from comment #6) > (In reply to Takashi Iwai from comment #5) > > Download kernel-default-6.6*.rpm from > > http://download.opensuse.org/repositories/Kernel:/stable/standard/x86_64/ > > and install it via zypper install. > > > > Note that it's an unofficial build, hence you'd need to turn off Secure Boot > > if necessary. > > 6.6 works. OK, then the next TW update kernel should work. > I'm noticing that - having it installed - I lost any reference from grub to > the former 6.8.1: is this expected? Can I retrieve that kernel somehow? It's unexpected. Are the kernels still there in /boot/*? You installed with "zypper install", not with "rpm -U", right?
(In reply to Takashi Iwai from comment #7) > > It's unexpected. Are the kernels still there in /boot/*? > You installed with "zypper install", not with "rpm -U", right? I double-checked and indeed used rpm - my bad... Thanks for the support, I'll wait for 6.6 to be officially released.
I close now. Feel free to reopen if the problem reappears with the official TW 6.6 kernel.