You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The advice to reinstall the linux-image-generic and linux-headers-generic packages can cause problems.
The problem occurs because the --reinstall option, as stated by the man page, "Re-install at the newest version."
So if the system is not completely up to date, "apt --reinstall" will cause the linux kernel to be newer than the modules, thus preventing the boot.
In my case apt --reinstall caused the upgrade from linux-image-generic:amd646.9.3.76060903.202405300957~1721174657~22.04~abb7c06 to 6.9.3.76060903.202405300957~1732141768~22.04~f2697e1. But linux-modules-6.9.3-76060903-generic stayed at 6.9.3-76060903.202405300957~1721174657~22.04~abb7c06. After apt dist-upgrade I could boot again.
Cheers.
The text was updated successfully, but these errors were encountered:
Hi,
The advice to reinstall the linux-image-generic and linux-headers-generic packages can cause problems.
The problem occurs because the
--reinstall
option, as stated by the man page, "Re-install at the newest version."So if the system is not completely up to date, "apt --reinstall" will cause the linux kernel to be newer than the modules, thus preventing the boot.
In my case
apt --reinstall
caused the upgrade fromlinux-image-generic:amd64
6.9.3.76060903.202405300957~1721174657~22.04~abb7c06
to6.9.3.76060903.202405300957~1732141768~22.04~f2697e1
. Butlinux-modules-6.9.3-76060903-generic
stayed at6.9.3-76060903.202405300957~1721174657~22.04~abb7c06
. Afterapt dist-upgrade
I could boot again.Cheers.
The text was updated successfully, but these errors were encountered: