Hi All,
This is what I am running to upgrade from 29 to 30 beta:
# rpm --rebuilddb # rpm -Va --nofiles --nodigest if anything is too new, do a # dnf downgrade offender(s)
# dnf --enablerepo=* update --refresh # dnf install python3-dnf-plugin-system-upgrade # dnf system-upgrade download --refresh --releasever=30 --allowerasing --best # dnf clean packages <-- optional # dnf system-upgrade reboot
When I run the "dnf system-upgrade reboot", it reboots, tells me an upgrade is on progress, and about five second later, reboots again, shows no 30 kernels, and I am back in 29.
What did I do wrong?
Many thanks, -T