From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case outlines the expected behavior of a the new GRUB and BIOS. |setup= Flash a USB with the Fedora 34 Prelease final image. |actions= #...")
 
(update with specific grub update instructions)
 
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case outlines the expected behavior of a the new GRUB and BIOS.
|description=This test case outlines the expected behavior of a the new GRUB and BIOS.
|setup= Flash a USB with the Fedora 34 Prelease final image.
|setup= Either Fedora 33 or 34 installed and fully updated.
|actions=  
|actions=
# Flash the fedora image using Fedora Media Writer
# Install Fedora 33 or 34, any edition or spin, and ensure it's fully updated
# Boot the image
# Update to 2.06~rc1-3 with one of the following commands, depending on the system's release version
## Run this command on Fedora 33 systems: <pre>sudo dnf upgrade --advisory=FEDORA-2021-5497f7409b</pre>
## Run this command on Fedora 34 systems: <pre>sudo dnf upgrade --advisory=FEDORA-2021-ee8707a6af</pre>
# Reboot
|results=
|results=
The following should happen
The following should happen
# The Fedora Media Writer
# The system should boot normally
# The system boots into runlevel 5
}}
}}

Latest revision as of 02:39, 11 April 2021

Description

This test case outlines the expected behavior of a the new GRUB and BIOS.

Setup

Either Fedora 33 or 34 installed and fully updated.

How to test

  1. Install Fedora 33 or 34, any edition or spin, and ensure it's fully updated
  2. Update to 2.06~rc1-3 with one of the following commands, depending on the system's release version
    1. Run this command on Fedora 33 systems:
      sudo dnf upgrade --advisory=FEDORA-2021-5497f7409b
    2. Run this command on Fedora 34 systems:
      sudo dnf upgrade --advisory=FEDORA-2021-ee8707a6af
  3. Reboot

Expected Results

The following should happen

  1. The system should boot normally