I recently added lts kernel to my system as a fallback if the current kernel doesn’t play well with my system.
I am trying to get grub to remember my selection of kernel (boot the regular linux kernel), but so far not successful.
There is a section bit far in the grub file that says
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
GRUB_SAVEDEFAULT=true
Which I have uncommented (as you can see), I have also changed GRUB_DEFAULT=0 to GRUB_DEFAULT=saved as mentioned in the section.
Hi @olividir
If I may comment, I learned here that it is better to use LTS as it is more stable and more tested. Unless you need the default for a specific reason.
Though I am on EndeavourOS as a rolling release, and this is just one of the reasons I like it, I prefer stability and reliability.
If LTS works fine with you and give you what you need, better stick to it.
Neither GRUB_DEFAULT=0 or GRUB_DEFAULT=true is giving me the boot of running kernel.
I have noticed some weird errors at the beginning of boots after installing lts-kernel.
Booting 'EndeavourOS, on linux-lts'
error: sparse file not allowed.
Loading kernel linux-lts ...
Loading initial ramdisk ...
Press any key to continue...
This is very new to me… at this time I either wait for 15 - 30 sec or press any key to continue… which is not ideal.