Manjaro Settings Manager showing out-of-date kernel information

Hi all, after updating Manjaro Setting, the ability to manage the 6.14 kernel disappeared. Launch, Installed, Not supported


At the same time, in grub

sudo grub-mkconfig -o /boot/grub/grub.cfg                                                                              
A grub configuration file is generated …
Theme found: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.14-x86_64
Initrd image found: /boot/intel-ucode. img /boot/amd-ucode. img /boot/initramfs-6.14-x86_64.img
Found initrd fallback image: /boot/initramfs-6.14-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.12-x86_64
Initrd image found: /boot/intel-ucode. img /boot/amd-ucode. img /boot/initramfs-6.12-x86_64.img
Found initrd fallback image: /boot/initramfs-6.12-x86_64-fallback.img
Warning: OS-prober will be launched to detect other boot partitions. 
The result will be used to detect uploaded files and create new upload records.
Adds a boot menu item for UEFI firmware settings …
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi

@angel2035

Not only “manjaro-settings-manager”, but also when launched from the terminal, it is displayed in English, so you can get a better image that is easy for many people to understand.

#change your lang to EN.
❱ LC_ALL=C manjaro-settings-manager

Something’s off. Is there some way to refresh the database (like through pacman)? 6.13 shouldn’t be listed as a Release Candidate either.

You can’t remove a running kernel via the GUI, which is why there is no option to remove it. You would need to reboot into your other installed kernel (6.12.9-1) before you could remove 6.14.0-1 via the GUI.

Regarding the outdated kernel info, either the mirror or your local database is out-of-date. Try running these 3 commands:

sudo rm /var/lib/pacman/sync/*
sudo pacman-mirrors --continent
sudo pacman -Syu

You might need to reboot afterwards. Then, open the Manjaro Settings Manager & see if the kernels & their info are now up-to-date. Here’s what I have on my up-to-date Testing branch system:

4 Likes

Ok, thanks

1 Like