So if I don’t run grub-mkconfig after kernel/grub updates, will it break anything?
(= will my experience remain the same after removing this package?)
Sorry for making a new topic ![]()
So if I don’t run grub-mkconfig after kernel/grub updates, will it break anything?
(= will my experience remain the same after removing this package?)
Sorry for making a new topic ![]()
After kernel update: no need to run the command
After additional kernels install: yes, you need to run the command for the new kernels to be added to Grub’s boot menu
After Grub, the package, update, it is recommended to run:
Minor clarifications and nitpicking (
):
Thanks everybody!
What would happen if I don’t run these?
I’m on UEFI, which parameters would be need if existing?
If you have a fairly standard install then sudo grub-install --no-nvram would probably work.
Most probably nothing.
The recommendation was added to the Grub posterior to the incidence when a change upstream rendered many systems unbootable. It might not happen again, but then it might. I believe that’s kind of a safe-guarding against this possibility.
You could read more about what caused the issue here:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.