From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=This test verifies that Fedora DVD Image can be booted & installed from USB stick There are more methods to create the Live USB stick, this test cove...")
 
No edit summary
Line 7: Line 7:
# Copy the {{filename|DVD.iso}} to the USB stick using dd [http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Using_dd_for_a_direct_copy]
# Copy the {{filename|DVD.iso}} to the USB stick using dd [http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Using_dd_for_a_direct_copy]
|actions=
|actions=
# Insert the USB stick containing {{filename|DVD.iso}}, and boot the system under test
# Insert the USB stick containing {{filename|DVD.iso}}, and boot the installer
# Proceed with the installation the usual way.
# Proceed through install process selecting a set of packages
# Remove the USB stick before rebooting into installed system when instructed by installer.
# Check that the computer boots to the installed system, with the USB stick unplugged
|results=
|results=
# Graphical boot menu is displayed for users to select install options. Navigating the menu and selecting entries must work. If no option is selected, the installer should load after a reasonable timeout
# Graphical boot menu is displayed for users to select install options. Navigating the menu and selecting entries must work. If no option is selected, the installer should load after a reasonable timeout
# Installer boots into loader and prompts for language, keymap
# Installer boots into loader and prompts for language, keymap
# Installer transitions to anaconda without error
# Installer transitions to anaconda without error  
# ??? Installer does not offer the USB stick as a target for bootloader and/or partitioning
# Anaconda functions properly and successfully installs required packages
# Package errors should not occur
# The installed system boots successfully.
}}
}}

Revision as of 09:58, 31 January 2012

Description

This test verifies that Fedora DVD Image can be booted & installed from USB stick

There are more methods to create the Live USB stick, this test covers dd.

Setup

  1. Prepare the DVD ISO image and USB stick.
  2. Copy the DVD.iso to the USB stick using dd [1]

How to test

  1. Insert the USB stick containing DVD.iso, and boot the installer
  2. Proceed through install process selecting a set of packages
  3. Remove the USB stick before rebooting into installed system when instructed by installer.
  4. Check that the computer boots to the installed system, with the USB stick unplugged

Expected Results

  1. Graphical boot menu is displayed for users to select install options. Navigating the menu and selecting entries must work. If no option is selected, the installer should load after a reasonable timeout
  2. Installer boots into loader and prompts for language, keymap
  3. Installer transitions to anaconda without error
  4. Anaconda functions properly and successfully installs required packages
  5. Package errors should not occur
  6. The installed system boots successfully.