From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case ensures that the user is able to boot into run level 5 with the new shim update on UEFI and secureboot enabled. |setup=Flash an USB...")
 
(update uefi test)
 
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case ensures that the user is able to boot into run level 5 with the new shim update on UEFI and secureboot enabled.
|description=This test case ensures that the user is able to boot the newest shim bootloader on UEFI. The USB stick imaged with today's special test ISO contains the shim bootloader we want to test. It won't be installed.
|setup=Flash an USB drive with Fedora 34 Pre-release image
|setup=Flash an USB drive with one of the Fedora 34 special test images
|actions=
|actions=
Be as specific as required for the target audience.
# Flash any USB with with either of the [https://fedorapeople.org/groups/qa/test_days/ special test day ISO images.]
# Flash any USB with Fedora 34 Pre-release image
# Boot a computer with UEFI firmware using this USB stick.
# Try to boot into to a UEFI machine with secure boot enabled
|results=
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.  
The following must be true to consider this a successful test run. Be brief ... but explicit.  
# Ensure the GRUB version is up to date
# You see the GRUB menu (shim works!)
# The system boots into runlevel 5
# You see the kernel boot scroll text (GRUB works!)
# Secure boot still is enabled
# Get to a shell and confirm the following
## Secure Boot enabled/disabled is the same as before you booted the USB stick using:
    <pre>mokutil --sb-state</pre>
}}
}}

Latest revision as of 02:52, 11 April 2021

Description

This test case ensures that the user is able to boot the newest shim bootloader on UEFI. The USB stick imaged with today's special test ISO contains the shim bootloader we want to test. It won't be installed.

Setup

Flash an USB drive with one of the Fedora 34 special test images

How to test

  1. Flash any USB with with either of the special test day ISO images.
  2. Boot a computer with UEFI firmware using this USB stick.

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. You see the GRUB menu (shim works!)
  2. You see the kernel boot scroll text (GRUB works!)
  3. Get to a shell and confirm the following
    1. Secure Boot enabled/disabled is the same as before you booted the USB stick using:
mokutil --sb-state