How to upgrade kernel 6.4.11

Please post outputs of:

rpm -qa | grep kernel

cat /etc/yum.repos.d/openmandriva-rolling-x86_64.repo

Then do this:

ls /var/cache/dnf

Where you will see the cache of the various enabled repos listed something like:

ls /var/cache/dnf
brave-d55d330619c02b48  google-chrome-6ed7e4f336f6863c  packages.db                                 rolling-znver1-restricted.solv               rolling-znver1-unsupported.solv
brave.solv              google-chrome-eb0d6f10ccbdafba  rolling-znver1-a1a6dcd30d9cf805             rolling-znver1.solv                          tempfiles.json
expired_repos.json      google-chrome.solv              rolling-znver1-restricted-61f733f7cd85df5b  rolling-znver1-unsupported-349a04d8f5e97368

You want to find the cache for the main repository for rolling. For me it is rolling-znver1-a1a6dcd30d9cf805 for you it will be something like rolling-x86_64-xxxxxxxxxxxxxxxx.

Then:

ls -lh rolling-x86_64-xxxxxxxxxxxxxxxx/packages

Then:

ls -lh rolling-x86_64-xxxxxxxxxxxxxxxx/repodata

So let’s start with the output of those 4 commands and see if we can figure this out.

Note: Please post code as code with the </> icon in the box where you write your post. If files are larger than 20-30 lines put them in a .txt file and post that here.

Edit: If we need to get OM devs involved we will. This is definitely not a problem I have seen before.