From Fedora Project Wiki

m (If resulting USB fails to boot: use terminal command "liveusb-creator --reset-mbr")
(update a bit)
Line 2: Line 2:


{{QA/Test_Case
{{QA/Test_Case
|description=This test verifies that {{filename|Live.iso}} image can be booted and installed from a USB stick created by [https://fedorahosted.org/liveusb-creator/ Fedora LiveUSB creator].
|description=This test verifies that a Fedora live image can be booted and installed from a USB stick created by [https://fedorahosted.org/liveusb-creator/ Fedora LiveUSB creator].
{{admon/important|UEFI supported since 3.11.8|LiveUSB creator only supports the creation of UEFI-bootable sticks since version 3.11.8. If you want to use this test case and do a native UEFI boot of the stick, please make sure to use liveusb-creator 3.11.8 or higher.}}
{{admon/important|UEFI supported since 3.11.8|LiveUSB creator only supports the creation of UEFI-bootable sticks since version 3.11.8. If you want to use this test case and do a native UEFI boot of the stick, please make sure to use liveusb-creator 3.11.8 or higher.}}
|setup=
|setup=
# You need to have a USB stick that is larger than the {{filename|Live.iso}} image.
# Download the live image you wish to test.
# Ensure you have a USB stick that is larger than the live image whose contents you can afford to lose (the contents of the stick will be destroyed as a part of the test).
# Install {{package|liveusb-creator}} if you are on Fedora, or use the installer from the [https://fedorahosted.org/liveusb-creator/ project homepage] if you are on Windows.
# Install {{package|liveusb-creator}} if you are on Fedora, or use the installer from the [https://fedorahosted.org/liveusb-creator/ project homepage] if you are on Windows.
|actions=
|actions=
# Convert the {{filename|Live.iso}} image to the USB stick using {{command|liveusb-creator}}.
# Write the live image to the USB stick using {{command|liveusb-creator}}.
:If resulting USB fails to boot: use terminal command "liveusb-creator --reset-mbr"
:If resulting USB fails to boot: use terminal command "liveusb-creator --reset-mbr"
#* A short guide how to use this tool is available at [[How to create and use Live USB#Graphical Method - Windows or Fedora]]. You can also run the tool with {{command|--help}} option.
#* A short guide how to use this tool is available at [[How to create and use Live USB#Graphical Method - Windows or Fedora]]. You can also run the tool with {{command|--help}} option.
Line 15: Line 16:
# Proceed with the installation.
# Proceed with the installation.
|results=
|results=
# The ISO image is converted to the USB stick without error.
# The ISO image is written to the USB stick without error.
# The Live image boots without error.  
# The Live image boots without error.  
# The installer starts without error.
# The installer starts without error.
# The installation finishes successfully.
# The installation finishes successfully.
# The new system initiates boot properly.
# The new system initiates boot properly. Note that problems after boot that do not seem to be related to writing the image to a USB stick are likely out of the scope of this test case, though they may count as failures of one of the other installation validation test cases.
}}
}}


[[Category:Installer Boot Methods]]
[[Category:Installer Boot Methods]]

Revision as of 23:31, 8 July 2014

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#initialization_requirements release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This test verifies that a Fedora live image can be booted and installed from a USB stick created by Fedora LiveUSB creator.

Important.png
UEFI supported since 3.11.8
LiveUSB creator only supports the creation of UEFI-bootable sticks since version 3.11.8. If you want to use this test case and do a native UEFI boot of the stick, please make sure to use liveusb-creator 3.11.8 or higher.

Setup

  1. Download the live image you wish to test.
  2. Ensure you have a USB stick that is larger than the live image whose contents you can afford to lose (the contents of the stick will be destroyed as a part of the test).
  3. Install Package-x-generic-16.pngliveusb-creator if you are on Fedora, or use the installer from the project homepage if you are on Windows.

How to test

  1. Write the live image to the USB stick using liveusb-creator.
If resulting USB fails to boot: use terminal command "liveusb-creator --reset-mbr"
  1. Boot the system from the USB stick.
  2. Start the installer
  3. Proceed with the installation.

Expected Results

  1. The ISO image is written to the USB stick without error.
  2. The Live image boots without error.
  3. The installer starts without error.
  4. The installation finishes successfully.
  5. The new system initiates boot properly. Note that problems after boot that do not seem to be related to writing the image to a USB stick are likely out of the scope of this test case, though they may count as failures of one of the other installation validation test cases.