wiki/QA/Testcase_Bootloader_Disk_Selection.md
akatch bd35f0cef5 Testing: Installer Requirements (#28)
feat: Testcase documentation for Installer Requirements

Includes the following:
- [x] Media Consistency Verification
- [x] Packages and Installer Sources
- [x] Installation Interfaces
- [x] Minimal Installation
- [x] Kickstart Installation
- [x] Disk Layouts
- [x] Bootloader Disk Selection
- [x] Storage Volume Resize
- [x] Update Image
- [x] Installer Help
- [x] Installer Translations
2022-07-08 19:01:59 -05:00

35 lines
1.5 KiB
Markdown

---
title: QA:Testcase Bootloader Disk Selection
author: Al Bowles
revision_date: 2022-07-08
rc:
prod: Rocky Linux
ver:
- 8
- 9
level: Final
---
!!! info "Associated release criterion"
This test case is associated with the [Release_Criteria#Bootloader Disk Selection](9_release_criteria.md#bootloader-disk-selection) release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion.
## Description
This test case verifies that the user is able to select an alternative disk on which to install the bootloader. It also verifies that, if the user is so inclined, they may choose not to install a bootloader at all.
{% include 'testing/qa_data_loss_warning.md' %}
## Setup
{% include 'testing/qa_setup_boot_to_media.md' %}
## How to test
1. In the Installation Destination spoke, select the disk(s) to install to, then click the "Full disk summary and bootl loader..." button at the bottom of the screen: ![Full disk summary and bootloader...](/assets/images/bootloader.png){ loading=lazy }
1. Click the checkbox next to the disk on which the bootloader is desired
1. Alternatively, uncheck the boot checkbox next to all disks to skip bootloader installation
1. Proceed with installation on the test system.
## Expected Results
1. Installation should complete successfully.
1. Note that if no bootloader is installed, the system may not boot after installation is complete. This is expected.
{% include 'testing/qa_testcase_bottom.md' %}