From Fedora Project Wiki
(update instructions slightly again) |
(clarify boot methods) |
||
Line 2: | Line 2: | ||
|description=This test boots any available installation method (CDROM, DVD, or network) and requests a '''rescue''' install. For details on booting into rescue mode please refer to the [http://docs.fedoraproject.org/install-guide/f{{FedoraVersion}}/en-US/html/s2-x86-bootloader-rescue.html Install Guide] . | |description=This test boots any available installation method (CDROM, DVD, or network) and requests a '''rescue''' install. For details on booting into rescue mode please refer to the [http://docs.fedoraproject.org/install-guide/f{{FedoraVersion}}/en-US/html/s2-x86-bootloader-rescue.html Install Guide] . | ||
|actions= | |actions= | ||
# Boot the installer using any available means ( | # Boot the installer using any available non-Live means (anything except {{filename|Live.iso}}) | ||
# At the initial screen, select the ''Troubleshooting'' menu and then the option labelled ''Rescue a Fedora system'' | # 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)--> | <!--# 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)--> |
Revision as of 15:21, 25 June 2013
Description
This test boots any available installation method (CDROM, DVD, or network) and requests a rescue install. 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