From Fedora Project Wiki
(delete CD) |
(system update important to match release criteria) |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}}) | # Perform a default installation of the previous Fedora release ({{FedoraVersion|long}}) | ||
# Do a full system update | |||
# Modify the bootloader configuration (e.g. grub.conf, yaboot.conf, elilo.conf or zipl.conf depending on your platform). Append several useless kernel arguments and increase the boot timeout. You're looking to make enough changes that you can verify they remain after the upgrade. For example, considering adding a kernel boot arguments: <code>TESTING=cool ABC</code>. | # Modify the bootloader configuration (e.g. grub.conf, yaboot.conf, elilo.conf or zipl.conf depending on your platform). Append several useless kernel arguments and increase the boot timeout. You're looking to make enough changes that you can verify they remain after the upgrade. For example, considering adding a kernel boot arguments: <code>TESTING=cool ABC</code>. | ||
# Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) , passing the command line argument ''text'' | # Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) , passing the command line argument ''text'' |
Revision as of 12:27, 31 October 2011
Description
This case tests upgrading from the current stable release (Fedora 41) to the development release (Fedora 42) while updating the existing bootloader configuration in text mode.
How to test
- Perform a default installation of the previous Fedora release (Fedora 41)
- Do a full system update
- Modify the bootloader configuration (e.g. grub.conf, yaboot.conf, elilo.conf or zipl.conf depending on your platform). Append several useless kernel arguments and increase the boot timeout. You're looking to make enough changes that you can verify they remain after the upgrade. For example, considering adding a kernel boot arguments:
TESTING=cool ABC
. - Boot the Fedora 42 installer using any available means (
boot.iso
, PXE orDVD.iso
) , passing the command line argument text - After anaconda is started successfully, select default language,keyoard, and then select the system to be upgraded
- Select Update boot loader configuration to upgrade
- After upgrade finished, reboot the system
- Login upgraded system and perform some basic operations
Expected Results
- The system should be upgraded to Fedora 42 version without error
- The bootloader configuration changes are present in the upgraded system
- The system can boot into new version fedora without error
- The system applications should work correctly