Tried upgrading from F43 to F44, but while OS seems to think it is on F44, the dnf repositories and grub seem to think otherwise.
NAME="Fedora Linux"
VERSION="44 (Workstation Edition)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=44
VERSION_CODENAME=""
PRETTY_NAME="Fedora Linux 44 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:44"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f44/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=44
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=44
SUPPORT_END=2027-05-19
VARIANT="Workstation Edition"
VARIANT_ID=workstation
kernel: 7.0.12-101.fc43.x86_64
Grub option: Fedora Linux (7.0.12-101.fc43.x86_64) 43 (Workstation Edition)
Grub entry:
load_video
set gfxpayload=keep
insmod gzio
linux ($root/vmlinuz-7.0.12-101.fc43.x86_64 root=UUID=xxxxxxxxx ro rootflags=subvol=root rhgb quiet initcall_blacklist=simpledrm_platform_driver_init
initrd ($root)initramfs-7.0.12-101.fc43.x86_64.img $tuned_initrd
[editing on start-up by adding systemd.unit=muli-user.target because while I get the graphical login, it goes blank for a while and come back to a login.
Have a:
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
so I have to deal with
dnf install akmod-nvidia-580xx xorg-x11-drv-nvidia-580xx xorg-x11-nvidia-580xx-cuda --refresh
which is where I discovered the F43/F44 problem!]
Have tried
dnf clean
dnf makecache
dnf repoquery --duplicates shows all sorts of F43/F44 duplicates. Example
adobe-mappings-cmap-0:20231115-3.fc43.noarch
duplicate with "adobe-mappings-cmap-0:20231115-5.fc44.noarch"
adobe-mappings-cmap-0:20231115-5.fc44.noarch
duplicate with "adobe-mappings-cmap-0:20231115-3.fc43.noarch"
adobe-mappings-pdf-0:20190401-10.fc43.noarch
duplicate with "adobe-mappings-pdf-0:20190401-12.fc44.noarch"
adobe-mappings-pdf-0:20190401-12.fc44.noarch
duplicate with "adobe-mappings-pdf-0:20190401-10.fc43.noarch"
...
...
tried dnf reinstall $(dnf repoquery --duplicates --ltest-limit=1 -q)
but get “errors”:
Packages for argument ‘{F44 package name"’ installed, but not available.
Have also tried:
dnf system-upgrade download --releasever=44 --allowearasing
dnf system-upgrade download --releasever=43 --allowearasing
sudo dnf distro-sync
without success.
Suggestions will be very much appreciated!


