From Fedora Project Wiki

mNo edit summary
mNo edit summary
Line 33: Line 33:
* Check if your machine is running '''EFI/UEFI''' or '''BIOS''' by executing the following on terminal.
* Check if your machine is running '''EFI/UEFI''' or '''BIOS''' by executing the following on terminal.
   <pre>[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS</pre>
   <pre>[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS</pre>
** Follow the test case for the reported firmware type
* Check if [https://fedoraproject.org/wiki/Secureboot UEFI Secure Boot] is enabled by running
* Check if [https://fedoraproject.org/wiki/Secureboot UEFI Secure Boot] is enabled by running
     <pre>mokutil --sb-state</pre>
     <pre>mokutil --sb-state</pre>
* Create an rescue USB stick, just in case.
* Create an rescue USB stick, just in case.


Visit the '''[http://testdays.fedorainfracloud.org/events/111 results page]''' and click on the column title links to see the tests that need to be run: most column titles are links to a specific test case. Follow the instructions there, then enter your results by clicking the ''Enter result'' button for the test.
Visit the '''[http://testdays.fedorainfracloud.org/events/111 results page]''' and click on the column title links that correspond to your systems' firmware type. Column titles are links to a specific test case. Follow the instructions there, then enter your results by clicking the ''Enter result'' button for that test.


Please also try to experiment and explore and perform tasks not mentioned in any of the pre-defined test cases.
Please also try to experiment and explore and perform tasks not mentioned in any of the pre-defined test cases.

Revision as of 01:53, 11 April 2021

Bootloader Test Day
Test-days-banner.svg

Date 2021-04-12 through 2021-04-13
Time all day

Website QA/Test Days
IRC #fedora-test-day (webirc)
Mailing list test


Note.png
Can't make the date?
If you come to this page before or after the test day is completed, your testing is still valuable, and you can use the information on this page to test, file any bugs you find at Bugzilla, and add your results to the results section. If this page is more than a month old when you arrive here, please check the current schedule and see if a similar but more recent Test Day is planned or has already happened.

What to test?

This Test Day will focus on testing the new shim 15.4 and GRUB 2.06. This is an extremely important test day as the newly signed shim needs testing. Grub also gets an update and we would like to ensure that bootloaders works as intended.

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion:

You can chat with us on IRC. See the infobox on top of the page to learn the right IRC channel.

Prerequisite for Test Day

  • One USB stick imaged with one of the special test day ISO images.
    • You do not need to test both images. Most folks will prefer the smaller netintall image.
  • Suggested: Additional USB stick imaged with any Fedora 32, 33, or 34 edition or spin, in case rescue booting is needed.

How to test?

There are prerequisites for this test day that you should gather before getting started:

  • Check if your machine is running EFI/UEFI or BIOS by executing the following on terminal.
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
mokutil --sb-state
  • Create an rescue USB stick, just in case.

Visit the results page and click on the column title links that correspond to your systems' firmware type. Column titles are links to a specific test case. Follow the instructions there, then enter your results by clicking the Enter result button for that test.

Please also try to experiment and explore and perform tasks not mentioned in any of the pre-defined test cases.

Reporting bugs

All bugs should be reported into Bugzilla, in most cases against the Grub component. If you are unsure about exactly how to file the report or what other information to include, just ask us on IRC (see instructions above).

Test Results

Test results will be exported here once the test day is over. See How to test? section for information how to submit results and see the live results.