Multiple Kernel Installation
installation
sudo pacman -S linux-lts
# acpi_call-lts is necessary for acpi_call to work in lts kernal
update systemd-boot
EDITOR esp/loader/entries/arch-lts.conf
bootctl update
update grub config
sudo EDITOR /etc/default/grub
GRUB_DISABLE_SUBMENU=y
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
grub-mkconfig -o /boot/grub/grub.cfg