From Fedora Project Wiki
(add the 'associated criterion' block) |
(let's point to the whole initialization requirements section of the criteria instead) |
||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|releasecriterion=Fedora_{{FedoraVersionNumber|next}}_Alpha_Release_Criteria# | {{Template:Associated_release_criterion|releasecriterion=Fedora_{{FedoraVersionNumber|next}}_Alpha_Release_Criteria#Initialization_requirements}} | ||
{{QA/Test_Case | {{QA/Test_Case |
Revision as of 22:36, 25 July 2013
Description
This test verifies that Live.iso
image can be booted and installed from a USB stick created by a livecd-iso-to-disk
command.
Setup
- You need to have a USB stick that is larger than the
Live.iso
image. - Install
livecd-tools
.
How to test
- Convert the
Live.iso
image to the USB stick usinglivecd-iso-to-disk
.- Example command is:
# livecd-iso-to-disk --format --reset-mbr Fedora-42-x86_64-Live-Desktop.iso /dev/sdX
where you replace sdX by your USB stick device identifier. This will destroy all data on that disk. - If you need to test UEFI boot, you need to add
--efi
option. - A longer guide how to use this command is available at How to create and use Live USB#Using the livecd-iso-to-disk tool. You can also run the command with
--help
option.
- Example command is:
- Boot the system from the USB stick.
- Start the installer.
- Proceed with the installation.
Expected Results
- The ISO image is converted to the USB stick without error.
- The Live image boots without error.
- The installer starts without error.
- The installation finishes successfully.
- The new system initiates boot properly.