From Fedora Project Wiki
m (moved QA/TestCases/BootMethodsRescueMode to QA:Testcase Anaconda rescue mode: Moved into QA: namespace) |
Chrismurphy (talk | contribs) (fix rescue mode install guide URL) |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|Alpha|rescue-mode}} | |||
{{Template:Associated_release_criterion|Beta|rescue-mode}} | |||
= | {{QA/Test_Case | ||
# Boot the installer using any available means ( | |description=This test boots any available installation method (CDROM, DVD, or network) and requests a '''rescue''' mode. For details on booting into rescue mode please refer to the [https://docs.fedoraproject.org/en-US/fedora/f{{FedoraVersion}}/install-guide/advanced/Boot_Options/#sect-boot-options-rescue Install Guide] . | ||
# If doing a network installation, specify the remote installation source for grabbing stage2 anaconda (e.g. nfs, http, or ftp) | |actions= | ||
# | # Boot the installer using any available non-Live means (anything except {{filename|Live.iso}}) | ||
# Select | # At the initial screen, select the ''Troubleshooting'' menu and then the option labelled ''Rescue a Fedora system'' | ||
<!--# If doing a network installation, specify the remote installation source for grabbing [http://fedoraproject.org/wiki/Anaconda/Stage stage2] anaconda (e.g. nfs, http, or ftp)--> | |||
# When prompted, direct anaconda to scan your disks for existing installations | |||
# Select ''OK'' to chroot into {{filename|/mnt/sysimage}} for your existing installation | |||
# Accept the default ''shell'' menu entry to get an interactive shell | |||
|results= | |||
# Anaconda should start and proceed to disk scan prompt | |||
# Scanning your disk for existing installations should not result in a failure | |||
# Selecting ''OK'' will present you with a shell where you are able to see the previous installation mounted under {{filename|/mnt/sysimage}} | |||
# Anaconda should be able to mount (read-write and read-only) LVM, encrypted, and RAID (BIOS, hardware, and software) installations | |||
# Additionally, you may be able to execute {{command|chroot /mnt/sysimage /bin/bash}} without error | |||
}} | |||
[[Category:Recovery Test Cases]] | |||
[[Category: |
Latest revision as of 19:57, 3 September 2020
Description
This test boots any available installation method (CDROM, DVD, or network) and requests a rescue mode. For details on booting into rescue mode please refer to the Install Guide .
How to test
- Boot the installer using any available non-Live means (anything except
Live.iso
) - At the initial screen, select the Troubleshooting menu and then the option labelled Rescue a Fedora system
- When prompted, direct anaconda to scan your disks for existing installations
- Select OK to chroot into
/mnt/sysimage
for your existing installation - Accept the default shell menu entry to get an interactive shell
Expected Results
- Anaconda should start and proceed to disk scan prompt
- Scanning your disk for existing installations should not result in a failure
- Selecting OK will present you with a shell where you are able to see the previous installation mounted under
/mnt/sysimage
- Anaconda should be able to mount (read-write and read-only) LVM, encrypted, and RAID (BIOS, hardware, and software) installations
- Additionally, you may be able to execute
chroot /mnt/sysimage /bin/bash
without error