Fedora 43 is not upgrading to Linux Kernel 6.18

Hello,

$ sudo dnf clean all
$ sudo LC_ALL=C dnf upgrade --refresh
Updating and loading repositories:
 RPM Fusion for Fedora 43 - Nonfree                                                                                 100% |   1.9 KiB/s |  16.9 KiB |  00m09s
 Fedora 43 - x86_64                                                                                                 100% |   8.7 KiB/s |  62.1 KiB |  00m07s
 RPM Fusion for Fedora 43 - Free - Updates                                                                          100% |   2.0 KiB/s |  11.5 KiB |  00m06s
 RPM Fusion for Fedora 43 - Free                                                                                    100% |   2.6 KiB/s |  13.0 KiB |  00m05s
 Fedora 43 openh264 (From Cisco) - x86_64                                                                           100% | 227.0   B/s | 986.0   B |  00m04s
 Fedora 43 - x86_64 - Updates                                                                                       100% |   3.8 KiB/s |  14.6 KiB |  00m04s
 RPM Fusion for Fedora 43 - Nonfree - Updates                                                                       100% |   4.8 KiB/s |  15.1 KiB |  00m03s
 RPM Fusion for Fedora 43 - Nonfree - Steam                                                                         100% |   6.3 KiB/s |  15.4 KiB |  00m02s
 RPM Fusion for Fedora 43 - Nonfree - NVIDIA Driver                                                                 100% |   2.0 KiB/s |   3.3 KiB |  00m02s
 google-chrome                                                                                                      100% | 800.0   B/s |   1.3 KiB |  00m02s
Repositories loaded.
Nothing to do.

$ uname -a
Linux fedora 6.17.12-300.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Dec 13 05:06:24 UTC 2025 x86_64 GNU/Linux

fedora.repo
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1

fedora-updates.repo
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1

How to solve this issue, please?

Not Stable yet.

2 Likes

The update is still in testing, not pushed to stable yet (like @scald said).

If you want to install it before it’s approved for stable, then the Bodhi page that I linked to above shows the dnf command to do so.

2 Likes

I read a post on Fedora subreddit, the OP said is using 6.18.

Excuse me.

Right - they could be using Rawhide, or they could have used the testing repos to install the update on Fedora 42 / 43 before official stable release.

1 Like

It is in the testing repo I have been using it for several days.

1 Like

Fedora pushed the 6.18 to stable for Fedora 42 then they found regressions and held off pushing it to Fedora 43.

1 Like

Do you know what the Bodhi update for that was?

This one is 6.18.3 for Fedora 42, but the history there suggests that it has never been pushed to stable.

Been a while but seems like it has been deleted from reddit where someone posted they have Fedora 42 with 6.18 stable on their system wondering why 42 has it but 43 don’t, links to the repo site too showing 42 as stable and 43 as testing for the 6.18 kernel.

1 Like

The 6.18.3 kernel is in the updates-testing repo for both f42 & f43 (and has been for several days) if you wish to install it. I have done so on f43 and have had no issues with it.

sudo dnf upgrade kernel\* --enablerepo updates-testing

I installed 6.18.3 on several systems aged 12 to 0 years (newest being aarch64 in a VM) but have only done basic tests. So far no issues.

1 Like

6.18.3 is now in the stable repos for Fedora 42 and Fedora 43.

1 Like

hi new here. upgrading from 6.17 to 6.18 results in no wifi no gpu drivers and probably other things. is there a way to clear the 6.18 image so I can try reapplying the updates?

i think the issues started while trying to update with no hdd space. also tried to run “sudo dnf upgrade” after clearing some space, but same issue after reboot.

This topic has guidance on how to work around space issues during kernel updates:

Particularly, you can remove a particular kernel version with:

sudo dnf remove "kernel*-6.17.3-301*"

(replace the kernel version there with the one you want to remove)

1 Like

thanks for the reply. now how do I find the kernels installed? Updates normally work so I don’t know how to find all the information.

dnf list --installed "kernel*" should show you this.

thanks for the superquick replys . do I need to do anything to grub before trying to reboot and reapplying the updates?

You shouldn’t need to do anything manually. Removing the packages using dnf will clean up the state of GRUB (specifically, by removing the entries in the /boot/loader/entries directory).

yay , I have all the updates but running on the old kernel. NICE =) I think I’ll just wait for the next kernel update. thank you so much =)

1 Like