Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair the Bootloader advice can prevent boot #1270

Open
sylvain-ilm opened this issue Feb 5, 2025 · 0 comments
Open

Repair the Bootloader advice can prevent boot #1270

sylvain-ilm opened this issue Feb 5, 2025 · 0 comments

Comments

@sylvain-ilm
Copy link

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 from linux-image-generic:amd64 6.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant