Using the dpkg --list | grep linux-image
command, I have these latest kernels in Ubuntu 22.04.
ii linux-image-6.8.0-50-generic 6.8.0-50.51~22.04.1
amd64 Signed kernel image generic
ii linux-image-6.8.0-51-generic 6.8.0-51.52~22.04.1
amd64 Signed kernel image generic
ii linux-image-generic-hwe-22.04 6.8.0-51.52~22.04.1
amd64 Generic Linux kernel image
Booting kernel 6.8.0-50.51 leaves me with a black screen and a blinking cursor. Pressing Ctrl+Alt+Del takes me back to grub.
If I choose kernel 6.8.0-50 in grub the system boots normally.
Should I do something or just wait for an update?