From Fedora Project Wiki
No edit summary |
(add example command, add big fat warning about dangerous test case) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test verifies that | |description=This test verifies that {{filename|Live.iso}} image can be booted from a USB stick created by a {{command|livecd-iso-to-disk}} command. | ||
{{admon/warning|You might lose your data|This test case requires you to use low-level system utilities that can easily destroy all your data when used incorrectly. Only follow this if you are a highly-experienced user or you don't mind losing your system and your data.}} | |||
|setup= | |setup= | ||
# | # You need to have a USB stick that is larger than the {{filename|Live.iso}} image. | ||
|actions= | |actions= | ||
# | # Convert the {{filename|Live.iso}} image to the USB stick using {{command|livecd-iso-to-disk}}. | ||
# | #* Example command is: {{#tag:pre|# livecd-iso-to-disk --format --reset-mbr --efi Fedora-{{FedoraVersionNumber|next}}-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.''' | ||
# | #* 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]]. | ||
# | # Boot the system from the USB stick. | ||
# | # Start the installer. | ||
# Proceed with the installation. | |||
|results= | |results= | ||
# | # The ISO image is converted to the USB stick without error. | ||
# | # The Live image boots without error. | ||
# The installer starts without error | # The installer starts without error. | ||
# The | # The installation finishes successfully. | ||
# The system | # The new system initiates boot properly. | ||
}} | }} | ||
[[Category:Installer Boot Methods]] | [[Category:Installer Boot Methods]] |
Revision as of 13:58, 31 October 2012
Description
This test verifies that Live.iso
image can be booted 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.
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 --efi 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. - 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.
- 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.