From Fedora Project Wiki
(delete CD) |
(adjust test steps to better reflect function and expected results of skip_bootloader) |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}}) and verify it works correctly | # Perform a default installation of the previous Fedora release ({{FedoraVersion|long}}) and verify it works correctly | ||
# Take a note of the bootloader configuration prior to upgrade | |||
# Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) | # Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) | ||
# After anaconda is started successfully,select default language,keyoard, and then select ''Upgrade an existing installation'' | # After anaconda is started successfully,select default language,keyoard, and then select ''Upgrade an existing installation'' | ||
# Select '''Skip bootloader updating''' to upgrade | # Select '''Skip bootloader updating''' to upgrade | ||
# After upgrade finished, | # After upgrade finished, examine bootloader configuration, compare to bootloader configuration prior to upgrade | ||
# | # Make any necessary manual changes to bootloader configuration to render system bootable | ||
# | # Boot and test the system | ||
|results= | |results= | ||
# The system should be upgraded to {{FedoraVersion|long|next}} version without error | # The system should be upgraded to {{FedoraVersion|long|next}} version without error | ||
# The | # The previous bootloader configuration should be left completely untouched, even if it is now invalid (unbootable) | ||
# | # After any necessary manual bootloader re-configuration to render the system bootable again, it should boot and work without problems | ||
}} | }} | ||
[[Category:Upgrade_system]] | [[Category:Upgrade_system]] |
Revision as of 23:34, 6 October 2011
Description
This case tests upgrading from the current stable release (Fedora 41) to the development release (Fedora 42) while skipping any updates to the existing bootloader configuration.
How to test
- Perform a default installation of the previous Fedora release (Fedora 41) and verify it works correctly
- Take a note of the bootloader configuration prior to upgrade
- Boot the Fedora 42 installer using any available means (
boot.iso
, PXE orDVD.iso
) - After anaconda is started successfully,select default language,keyoard, and then select Upgrade an existing installation
- Select Skip bootloader updating to upgrade
- After upgrade finished, examine bootloader configuration, compare to bootloader configuration prior to upgrade
- Make any necessary manual changes to bootloader configuration to render system bootable
- Boot and test the system
Expected Results
- The system should be upgraded to Fedora 42 version without error
- The previous bootloader configuration should be left completely untouched, even if it is now invalid (unbootable)
- After any necessary manual bootloader re-configuration to render the system bootable again, it should boot and work without problems