System-upgrade failssilently F40->F41

Hello all, I have Fedora 40 installed on my laptop and have been unable getting it to upgrade to F41. I’ve tried both the GUI by going into Software → updates → Download. Which seems to complete successfully, but I always boot into Fedora 40 and the information banner in “Software” about F41 being avaible is still there.

I’ve also tried upgrading through the CLI with:
│ sudo dnf --refresh upgrade
│ sudo dnf install dnf-plugin-system-upgrade
│ sudo dnf system-upgrade download --releasever=41
│ sudo dnf system-upgrade reboot

But that only got me into the bootscreen of “system upgrading… do not turn off your computer” which then stops at 26% before continuing booting normally to Fedora 41.

Some steps I’ve taken to troubleshoot this on my own is to removing packages that may cause conflicts and disabling some COPR repos:

│ sudo dnf copr disable proletarius101/firefox-nightly
│ sudo dnf copr disable peterwu/rendezvous
│ sudo dnf copr disable ryanabx/cosmic-epoch
│ sudo dnf remove cosmic-desktop

I have also tried using other commands to ensure that there isn’t anything blocking the upgrade from completing with:
│ sudo dnf distro-sync --refresh --allowerasing

The above showed some packages that caused conflicts which I removed:
│ sudo dnf remove kf6-kidletime-x11 qadwaitadecorations-qt6

I don’t really know where to look for logs for this particular part of the system, so any help or nudge into the right direction would be appriciated.

My repolist is as follows:

repo id repo name
fedora Fedora 40 - x86_64
fedora-cisco-openh264 Fedora 40 openh264 (From Cisco) - x86_64
linux-surface linux-surface
protonvpn-fedora-stable ProtonVPN Fedora Stable repository
rpmfusion-free RPM Fusion for Fedora 40 - Free
rpmfusion-free-updates RPM Fusion for Fedora 40 - Free - Updates
rpmfusion-nonfree RPM Fusion for Fedora 40 - Nonfree
rpmfusion-nonfree-updates RPM Fusion for Fedora 40 - Nonfree - Updates
tailscale-stable Tailscale stable
updates Fedora 40 - x86_64 - Updates

Thank you in advance.