From Fedora Project Wiki

< QA‎ | TestCases

m (1 revision(s))
(fix markup, add "obsolete" notice, add category)
Line 1: Line 1:
 
{{admon/warning|This test case is obsolete|In Fedora 9 and later, <code>boot.iso</code> (aka <code>netinst.iso</code>) replaces the Rescue CD.}}
= BootMethodsRescuecdIsoCdrom =
== Description ==
== Description ==
This test involves burning an iso image to cdrom, and booting that disc.
This test involves burning the rescuecd iso image to cdrom, and booting into Rescue Mode.
 
At the time of this writing, this case only applies to RHEL5


== Steps To Reproduce ==
== Steps To Reproduce ==


 
# Burn the rescuecd iso for the product under test (for example the iso file will be named RHEL-5-i386-rescuecd.iso
1. Burn the rescuecd iso for the product under test (for example the iso file will be named RHEL-5-i386-rescuecd.iso
# Boot a system using the burned cdrom image
 
# When prompted with the isolinux menu, simply press  to go into rescue mode
1. Boot a system using the burned cdrom image
# Specify a method and location for grabbing stage2 anaconda (e.g. nfs, http, or ftp)
 
# Instruct anaconda to scan your disks for existing installations
1. When prompted with the isolinux menu, simply press  to go into rescue mode
# Select "OK" to chroot into /mnt/sysimage for your existing installation
 
1. Specify a method and location for grabbing stage2 anaconda (e.g. nfs, http, or ftp)
 
1. Instruct anaconda to scan your disks for existing installations
 
1. Select "OK" to chroot into /mnt/sysimage for your existing installation
 
 


== Expected Results ==
== Expected Results ==




1. By default, the system enters the rescue mode installer (not regular installer)
# By default, the system enters the rescue mode installer (not regular installer)
 
# Anaconda should find stage2 images and proceed to disk scan prompt
1. 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 were you are able to execute chroot /mnt/sysimage /bin/bash without error
1. Scanning your disk for existing installations must pass


1. Selecting OK will present you with a shell were you are able to execute chroot /mnt/sysimage /bin/bash without error
[[Category:Obsolete Test Cases]]

Revision as of 15:49, 30 May 2008

Warning.png
This test case is obsolete
In Fedora 9 and later, boot.iso (aka netinst.iso) replaces the Rescue CD.

Description

This test involves burning the rescuecd iso image to cdrom, and booting into Rescue Mode.

Steps To Reproduce

  1. Burn the rescuecd iso for the product under test (for example the iso file will be named RHEL-5-i386-rescuecd.iso
  2. Boot a system using the burned cdrom image
  3. When prompted with the isolinux menu, simply press to go into rescue mode
  4. Specify a method and location for grabbing stage2 anaconda (e.g. nfs, http, or ftp)
  5. Instruct anaconda to scan your disks for existing installations
  6. Select "OK" to chroot into /mnt/sysimage for your existing installation

Expected Results

  1. By default, the system enters the rescue mode installer (not regular installer)
  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 were you are able to execute chroot /mnt/sysimage /bin/bash without error