From Fedora Project Wiki
Description
This case is for upgrading using to upgrade the current release (Fedora 41) to the branched release (Fedora 42) using the Fedup CLI.
How to test
- Perform an installation of the stable release (e.g. Fedora 41) with default partitioning (no less than 500MB for
/boot
), selecting the 'GNOME Desktop' package set. - Do a full system update
- Install
fedup
- Find the URL of the branched TC or RC under test (should be of the form http://dl.fedoraproject.org/pub/alt/stage/18-Beta-<name>/Fedora/<arch>/os.
- Using
sudo
or running as root, execute the following commandfedup-cli --network 18 --debuglog fedupdebug.log --instrepo <URL>
- <URL> is the location found in the previous step
- Check the
fedupdebug.log
file if any errors show up in the output fromfedup-cli
- Reboot the system if
fedup-cli
has completed without error. - Once the system reboots, there should be a new entry in the GRUB menu titled
System Upgrade
. - Select the
System Upgrade
option from the GRUB menu- If you want to be able to see progress during the upgrade, append
rd.upgrade.debugshell
to the end of the kernel parameters
- If you want to be able to see progress during the upgrade, append
- The system should boot into the upgrade process and a plymouth boot screen should be displayed
- There may not be any output behind the plymouth splash, this doesn't mean that the upgrade stopped
- If you enabled the debug shell, it will be available on VT2. You will need to wait until the upgrade process has completely started and type
exit
in order to access the upgrade environment. - Upgrade progress can be seen by using
journalctl -a -o cat
and scrolling to the bottom (Control+G
will get you to the bottom if you don't want to scroll the whole way).
- Once the upgrade process has completed, the system will reboot and an option to boot Fedora 42 will be on the grub menu
- Log in to upgraded system, open a terminal, file browser, or other system applications.
Expected Results
fedup-cli
will run to completion, without error- The upgrade process should complete and reboot without user assistance beyond selecting
System Upgrade
from the GRUB menu - The system should be upgraded to new version without error.
- The opened terminal, file browser, or other system applications should display and work correctly.
- Running through the desktop test cases would be a good for verification.