From Fedora Project Wiki

(add boot menu verification into Expected Results)
(replace stage#1 and stage#2 with loader and anaconda separately, add setup, remove install source step)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This tests starting the anaconda installation program using <code>boot.iso</code> or <code>netinst.iso</code>.
|description=This tests starting the anaconda installation program using {{filename|boot.iso}} or {{filename|netinst.iso}}
|setup=
# Prepare your system for booting a {{filename|boot.iso}}/{{filename|netinst.iso}} image. This may involve writing the image to a USB key, or using {{command|cdrecord}} to write to an optical disk.
# Check your system boot order preferences to ensure that the optical CD drive (or USB drive) boot target is enabled.
|actions=
|actions=
# Burn the <code>boot.iso</code>/<code>netinst.iso</code> image to a writable CD-ROM
# Boot the system under testing using the burned CD
# Boot the system under testing using the burned CD
# Select any installation source type (http, ftp, nfs, cdrom, local disk) and complete installation
|results=
|results=
# Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout  
# Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout  
# Anaconda boots successfully from the <code>boot.iso</code> cdrom
# Installer boots into [http://fedoraproject.org/wiki/Anaconda/Stage loader] and prompts for language, keymap, and installation source
# Anaconda prompts for installation media (http, ftp, nfs, cdrom, local disk)
# Installer transitions to [http://fedoraproject.org/wiki/Anaconda/Stage anaconda] without error
# Anaconda is able to transition to [http://fedoraproject.org/wiki/Anaconda/Stage stage2] without error
}}
}}


[[Category:Installer Boot Methods]]
[[Category:Installer Boot Methods]]
[[Category:UEFI Test Cases]]
[[Category:UEFI Test Cases]]

Revision as of 09:39, 3 June 2011

Description

This tests starting the anaconda installation program using boot.iso or netinst.iso

Setup

  1. Prepare your system for booting a boot.iso/netinst.iso image. This may involve writing the image to a USB key, or using cdrecord to write to an optical disk.
  2. Check your system boot order preferences to ensure that the optical CD drive (or USB drive) boot target is enabled.

How to test

  1. Boot the system under testing using the burned CD

Expected Results

  1. Graphical boot menu is displayed for users to select install options. If no option is selected, the installer should load after a reasonable timeout
  2. Installer boots into loader and prompts for language, keymap, and installation source
  3. Installer transitions to anaconda without error