Hi guys, I just installed from the minimal ISO, KDE Plasma. (my first post here KDE, Stability of Manjaro)
I am on Manjaro KDE. I want to doublecheck and be sure I am on the most stable repos, no AUR, no backports. Only stable. How can I check that?
Any suggestions to get the most stable system? I do not really care that much about “bleeding edge” software. Stability is my top Priority, then responsiveness and resource use (especially RAM).
How can I check I am on the most stable?
I think as well better to install and use LTS kernel, but I do not want to take the rsik and try doing it on my own (there is Grub stuff included I am sure). How best to install LTS Kernel, make it default and update Grub?
Thanks @Mirdarthos for the prompt reply.
Amazing Manjaro and community.
I got pacman-mirrors --get-branch ✔ stable So I am fine.
Would it be better to install and use LTS Kernel or better stay with the default? How to do that?
Sorry @Mirdarthos to bother you again.
I installed the LTS kernel, but I have been reading allover the forum to find a way to make it the default kernel to boot to while keeping the latest kernel (just in case), but I couldn;t find a way to make the LTS kernel the default one to always boot to while the latest kernel is still installed.
Considering you don’t care about or need to have the latestt-and greatest, I would suggest the folllowing:
Have the latest LTS installed, 6.6 in your case:
sudo mhwd-kernel --install linux66
It is generally advised to have two kernels installed, so that if you encounter a problem with thee other one, you have the “older”/other one to fall back on. So let’s us say in this regard it’s version 6.1:
sudo mhwd-kernel --install linux61
Make sure only those t wo kernels are installed. Check which are installed with:
sudo mhwd-kernel --listinstalled
Uninstall those identified with:
sudo mhwd-kernel --remove <identifiedKernel>
Where<identifiedKernel>is the kernel version identifies in the prior step.
For example:
Thank you @Mirdarthos
You just confirmed what I was thinking. It is better to have another kernel.
So, I will install a kernel older than the LTS and keep the LTS to be the latest.
Thank you
WOW! 10 years! I might not be around then. LOL
I just did and took your advice.
mhwd-kernel -li ✔
Currently running: 6.6.46-1-MANJARO (linux66)
The following kernels are installed in your system:
* linux61
* linux66
~ uname -a ✔
Linux manjaro 6.6.46-1-MANJARO #1 SMP PREEMPT_DYNAMIC Wed Aug 14 17:17:23 UTC 2024 x86_64 GNU/Linux
Thank you very much for your kind support and attention.
Now I will start really enjoying my Manjaro.