From Fedora Project Wiki

No edit summary
No edit summary
Line 14: Line 14:
# Choose ''Rawhide'' from the list of available upgrade targets.
# Choose ''Rawhide'' from the list of available upgrade targets.
# Click ''Apply''.
# Click ''Apply''.
# '''NOTE''' - Preupgrade may present a warning dialog noting that additional disk space in {{filename|/boot}} is required to complete the upgrade process. See [http://fedoraproject.org/wiki/How_to_use_PreUpgrade#Troubleshooting methods to free more space in /boot], then click ''Check again''  
# '''NOTE''' - Preupgrade should present a warning dialog noting that additional disk space in {{filename|/boot}} is required to complete the upgrade process. See [http://fedoraproject.org/wiki/How_to_use_PreUpgrade#Troubleshooting methods to free more space in /boot], then click ''Check again''  
# When the process completes, click ''Reboot''.
# When the process completes, click ''Reboot''.
# The system should reboot, perform the upgrade, and reboot into the new system automatically.
# The system should reboot, perform the upgrade, and reboot into the new system automatically.
Line 20: Line 20:
|results=
|results=
# The preupgrade utility will run to completion, without error.
# The preupgrade utility will run to completion, without error.
# The upgrade should complete and reboot without user assistance.
# Low disk-space dialogs present as expected to this scenario.  
# The system should be upgraded to new version without error.
# The system should be upgraded to new version without error.
# The opened terminal, file browser, or other system applications should display and work correctly.
# The opened terminal, file browser, or other system applications should display and work correctly.
}}
}}
[[Category:Upgrade_system]]
[[Category:Upgrade_system]]

Revision as of 06:34, 24 November 2009

Description

This case tests upgrading a Fedora system from the previous stable release (Fedora 39) to the development release (Rawhide/Fedora 41) using PreUpgrade.


How to test

  1. Perform an installation of the previous stable release (e.g. Fedora 39) with default partitioning (200MB for /boot).
  2. Install another kernel on the system. You can locate and download older kernel from the koji build system or by using a koji. For example, the following commands will list available kernels and download a specified kernel package from koji.
    # yum install koji
    # koji list-tagged --quiet dist-f11-updates kernel
    # koji download-build --arch $(uname -p) --arch noarch kernel-2.6.30.5-43.fc11
  3. Install the newest available version of Package-x-generic-16.pngpreupgrade.
  4. Run preupgrade from a command prompt or the Run Application dialog. Provide the requested password for root authorization.
  5. On the "Choose desired release" screen, enable "unstable test releases".
  6. Choose Rawhide from the list of available upgrade targets.
  7. Click Apply.
  8. NOTE - Preupgrade should present a warning dialog noting that additional disk space in /boot is required to complete the upgrade process. See methods to free more space in /boot, then click Check again
  9. When the process completes, click Reboot.
  10. The system should reboot, perform the upgrade, and reboot into the new system automatically.
  11. Log in to upgraded system, open a terminal, file browser, or other system applications.

Expected Results

  1. The preupgrade utility will run to completion, without error.
  2. Low disk-space dialogs present as expected to this scenario.
  3. The system should be upgraded to new version without error.
  4. The opened terminal, file browser, or other system applications should display and work correctly.