Having trouble switching to LTS kernel
I'm trying to flash a new BIOS to the top SOIC chip of my ThinkPad, and apparently, there's an issue in newer Arch/Arch-based versions of the Linux kernel that block read and write access to the chip via Flashrom (the BIOS still is able to do its job fine, though). If I find that this works on the LTS kernel, I may make another post about it here.
So I'm trying to switch to the LTS kernel to read and write to that chip, but it still isn't showing the options for it in the GRUB menu (including under the advanced options submenu) after running the following commands:
sudo pacman -S linux-lts
sudo pacman -S linux-lts-headers
sudo grub-mkconfig
What's wrong? Is there something else I need to do to fix this?