From Fedora Project Wiki
No edit summary |
m (Changed category) |
||
Line 1: | Line 1: | ||
= 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://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-rescuemode-boot.html Red Hat Enterprise Linux 4: System Administration Guide] . | 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://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-rescuemode-boot.html Red Hat Enterprise Linux 4: System Administration Guide] . | ||
= Steps To Reproduce = | |||
# Boot the installer using any available means (CDROM, DVD, http, ftp, or nfs) with the rescue command-line parameter | # Boot the installer using any available means (CDROM, DVD, http, ftp, or nfs) with the rescue command-line parameter | ||
# If doing a network installation, specify the remote installation source for grabbing stage2 anaconda (e.g. nfs, http, or ftp) | # If doing a network installation, specify the remote installation source for grabbing stage2 anaconda (e.g. nfs, http, or ftp) | ||
Line 11: | Line 8: | ||
# Select "OK" to chroot into /mnt/sysimage for your existing installation | # Select "OK" to chroot into /mnt/sysimage for your existing installation | ||
= Expected Results = | |||
# Anaconda should prompt for language, keymap, and installation media (e.g. nfs, http, ftp, local cdrom, hard drive) | # Anaconda should prompt for language, keymap, and installation media (e.g. nfs, http, ftp, local cdrom, hard drive) | ||
# Anaconda should find stage2 images and proceed to disk scan prompt | # Anaconda should find stage2 images and proceed to disk scan prompt | ||
Line 21: | Line 15: | ||
# Additionaly you may be able to execute chroot /mnt/sysimage /bin/bash without error (e.g. use ls, cd, mkdir in the chroot-ed environment) | # Additionaly you may be able to execute chroot /mnt/sysimage /bin/bash without error (e.g. use ls, cd, mkdir in the chroot-ed environment) | ||
[[Category:Installer | [[Category:Installer Boot Methods]] |
Revision as of 17:12, 16 February 2009
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 Red Hat Enterprise Linux 4: System Administration Guide .
Steps To Reproduce
- Boot the installer using any available means (CDROM, DVD, http, ftp, or nfs) with the rescue command-line parameter
- If doing a network installation, specify the remote installation source for grabbing stage2 anaconda (e.g. nfs, http, or ftp)
- Instruct anaconda to scan your disks for existing installations
- Select "OK" to chroot into /mnt/sysimage for your existing installation
Expected Results
- Anaconda should prompt for language, keymap, and installation media (e.g. nfs, http, ftp, local cdrom, hard drive)
- Anaconda should find stage2 images and proceed to disk scan prompt
- Scanning your disk for existing installations must pass
- Selecting OK will present you with a shell where you are able to see the previuos installation mounted under /mnt/sysimage.
- Additionaly you may be able to execute chroot /mnt/sysimage /bin/bash without error (e.g. use ls, cd, mkdir in the chroot-ed environment)