Re: how install : linux-lts-5.15.30 ? (write in detail)
Reply #2 –
Yes, you should update the grub configuration after installing a new kernel in order to make it visible in the menu:
sudo grub-mkconfig -o /boot/grub/grub.cfg
or:
sudo update-grub
EDIT: And yeah, you definitely don't need Windows to manage your Linux installation, you can make everything from inside your Linux system. This applies not only to Artix, but to any other distro.