From Fedora Project Wiki

m (1 revision(s))
(fix markup and add category)
Line 1: Line 1:
= BootMethodsRescueMode =
= BootMethodsRescueMode =
== Description ==
== Description ==
Line 7: Line 6:




1. 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)
1. 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
1. Instruct anaconda to scan your disks for existing installations
 
1. Select "OK" to chroot into /mnt/sysimage for your existing installation




Line 19: Line 15:
== Expected Results ==
== 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)


1. Anaconda should prompt for language, keymap, and installation media (e.g. nfs, http, ftp, local cdrom, hard drive)
[[Category:Installer Test Cases]]
 
1. Anaconda should find stage2 images and proceed to disk scan prompt
 
1. Scanning your disk for existing installations must pass
 
1. Selecting OK will present you with a shell where you are able to see the previuos installation mounted under /mnt/sysimage.
 
1.  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)

Revision as of 19:59, 29 May 2008

BootMethodsRescueMode

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

  1. Boot the installer using any available means (CDROM, DVD, http, ftp, or nfs) with the rescue command-line parameter
  2. If doing a network installation, specify the remote installation source for grabbing stage2 anaconda (e.g. nfs, http, or ftp)
  3. Instruct anaconda to scan your disks for existing installations
  4. Select "OK" to chroot into /mnt/sysimage for your existing installation


Expected Results

  1. Anaconda should prompt for language, keymap, and installation media (e.g. nfs, http, ftp, local cdrom, hard drive)
  2. Anaconda should find stage2 images and proceed to disk scan prompt
  3. Scanning your disk for existing installations must pass
  4. Selecting OK will present you with a shell where you are able to see the previuos installation mounted under /mnt/sysimage.
  5. 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)