void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.6k stars 2.16k forks source link

ThinkPad P14s Gen 2i doesn't boot after updating linux from 6.6.57_1 to 6.6.59_1 #53144

Closed pudiva closed 3 days ago

pudiva commented 3 days ago

Is this a new report?

Yes

System Info

Void 6.6.57_1 x86_64 GenuineIntel notuptodate rrFFF

Package(s) Affected

linux6.6-6.6.59_1 linux6.6-6.6.61_1

Does a report exist for this bug with the project's home (upstream) and/or another distro?

No response

Expected behaviour

System boots normally.

Actual behaviour

System freezes forever showing Lenovo logo after selecting kernel on grub. I got no error messages or any other useful output. System boots fine with the older 6.6.57_1 kernel I still have installed, but not with 6.6.59_1 or 6.6.61_1.

Steps to reproduce

On a ThinkPad P14s Gen 2i:

  1. update linux from 6.6.57_1 to 6.6.59_1 or 6.6.61_1
  2. reboot
  3. see the system freeze after grub
classabbyamp commented 3 days ago

do you have a separate boot partition? is it full?

pudiva commented 3 days ago

@classabbyamp wow... maybe it is? what do you think?

$ df -h
...
/dev/nvme0n1p2                  448M  364M   56M  87% /boot
...
pudiva commented 3 days ago

@classabbyamp I just realised that there's no initramfs-6.6.*.img for the versions I just reported...

classabbyamp commented 3 days ago

ok try running vkpurge then xbps-reconfigure -f linux6.6

pudiva commented 3 days ago

@classabbyamp yes it was disk space and removing old stuff resolved the issue. it'd be nice if the update hard failed in that case, instead of reporting success... anyway thank you so much! 💖