PS:
Sorry - I forgot something…
With my suggestion you will always have to enter the "Advanced options for …" in the GRUB boot menu, though, to select the older kernel.
If you want to avoid this you can disable the submenu structure in the GRUB boot menu. To do this in Kate open the /etc/default/grub file again and add the line
GRUB_DISABLE_SUBMENU=true
save the file again and in Konsole enter sudo update-grub again (or do it all in one go with the changes I posted above, of course).
Now the older kernel should be directly preselected if you have booted with it before.
I also added this above.
Sorry - I forgot something…
With my suggestion you will always have to enter the "Advanced options for …" in the GRUB boot menu, though, to select the older kernel.
If you want to avoid this you can disable the submenu structure in the GRUB boot menu. To do this in Kate open the /etc/default/grub file again and add the line
GRUB_DISABLE_SUBMENU=true
save the file again and in Konsole enter sudo update-grub again (or do it all in one go with the changes I posted above, of course).
Now the older kernel should be directly preselected if you have booted with it before.
I also added this above.
Comment