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?
pg-tips
(P G)
January 7, 2026, 1:53pm
3
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.
pg-tips
(P G)
January 7, 2026, 2:06pm
5
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
straycat
(straycat)
January 7, 2026, 2:25pm
6
It is in the testing repo I have been using it for several days.
1 Like
scald
(Aaron Rogers)
January 7, 2026, 2:44pm
7
Fedora pushed the 6.18 to stable for Fedora 42 then they found regressions and held off pushing it to Fedora 43.
1 Like
pg-tips
(P G)
January 7, 2026, 2:47pm
8
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.
scald
(Aaron Rogers)
January 7, 2026, 3:01pm
9
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
gnwiii
(George N. White III)
January 8, 2026, 1:54am
11
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
pg-tips
(P G)
January 8, 2026, 10:43am
12
6.18.3 is now in the stable repos for Fedora 42 and Fedora 43 .
1 Like
kjellll
(kjell hei)
January 15, 2026, 9:29am
13
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.
pg-tips
(P G)
January 15, 2026, 9:40am
14
This topic has guidance on how to work around space issues during kernel updates:
Problem
Some systems might encounter an error saying that more space on the /boot filesystem is needed when they try to perform a system update. Here’s an example error from the DNF package manager:
Transaction failed: Rpm transaction failed.
– installing package kernel-core-6.17.5-300.fc43.x86_64 needs 40MB more space on the /boot filesystem
And a similar error is printed by GNOME Software:
Error running transaction: installing package kernel-core-6.17.5-300.fc43.x86_64 needs 40MB more s…
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
kjellll
(kjell hei)
January 15, 2026, 10:12am
15
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.
pg-tips
(P G)
January 15, 2026, 10:13am
16
dnf list --installed "kernel*" should show you this.
kjellll
(kjell hei)
January 15, 2026, 10:19am
17
thanks for the superquick replys . do I need to do anything to grub before trying to reboot and reapplying the updates?
pg-tips
(P G)
January 15, 2026, 10:22am
18
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).
kjellll
(kjell hei)
January 15, 2026, 10:26am
19
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