Fedora 35 upgrade issues — seems to still be F34 after upgrade?

syaramada@surya007 ~> sudo grub2-editenv /boot/grub2/grubenv create
syaramada@surya007 ~> sudo grubby --info=ALL
index=0
kernel="/boot/vmlinuz-5.15.6-100.fc34.x86_64"
args="ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet $tuned_params"
root="/dev/mapper/fedora_localhost--live-root"
initrd="/boot/initramfs-5.15.6-100.fc34.x86_64.img $tuned_initrd"
title="Fedora (5.15.6-100.fc34.x86_64) 34 (Workstation Edition)"
id="502b4e4fe98b4ee29885f6d47364ec86-5.15.6-100.fc34.x86_64"
index=1
kernel="/boot/vmlinuz-5.15.5-100.fc34.x86_64"
args="ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet $tuned_params"
root="/dev/mapper/fedora_localhost--live-root"
initrd="/boot/initramfs-5.15.5-100.fc34.x86_64.img $tuned_initrd"
title="Fedora (5.15.5-100.fc34.x86_64) 34 (Workstation Edition)"
id="502b4e4fe98b4ee29885f6d47364ec86-5.15.5-100.fc34.x86_64"
index=2
kernel="/boot/vmlinuz-5.15.4-101.fc34.x86_64"
args="ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet $tuned_params"
root="/dev/mapper/fedora_localhost--live-root"
initrd="/boot/initramfs-5.15.4-101.fc34.x86_64.img $tuned_initrd"
title="Fedora (5.15.4-101.fc34.x86_64) 34 (Workstation Edition)"
id="502b4e4fe98b4ee29885f6d47364ec86-5.15.4-101.fc34.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-502b4e4fe98b4ee29885f6d47364ec86"
args="$kernelopts"
initrd="/boot/initramfs-0-rescue-502b4e4fe98b4ee29885f6d47364ec86.img"
title="Fedora (0-rescue-502b4e4fe98b4ee29885f6d47364ec86) 31 (Thirty One)"
id="502b4e4fe98b4ee29885f6d47364ec86-0-rescue"

looks like that error gone now , trying upgrade now

Try reboot first to test everything works well then sudo dns distro-sync first on F34. Reboot again.

If everything works well, then upgrade to F35.

1 Like

Thanks very much @oprizal , That really helpful

syaramada@surya007 ~> cat /etc/os-release
NAME="Fedora Linux"
VERSION="35 (Workstation Edition)"
ID=fedora
VERSION_ID=35
VERSION_CODENAME=""
PLATFORM_ID="platform:f35"
PRETTY_NAME="Fedora Linux 35 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:35"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f35/system-administrators-guide/"
SUPPORT_URL="https://discussion.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=35
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=35
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation

Able to upgrade to F35 successfully

2 Likes