From Fedora Project Wiki
m (1 revision(s)) |
m (moved QA/TestCases/BootMethodsUsb to QA:Testcase Boot Methods Usb: Use QA:Testcase_ prefix) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Description = | |||
An installation from a bootable USB device | An installation from a bootable USB device | ||
= Steps To Reproduce = | |||
# Install the ''livecd-tools'' package: <pre># yum install livecd-tools</pre> | |||
# Download an installation ISO (either boot.iso, CDROM disc1.iso, or a DVD.iso) | |||
# Consult the [[FedoraLiveCD/USBHowTo]] for instructions on formatting and partitioning your USB media | |||
# Write the ISO to your USB device. For example, one might type: <pre># livecd-iso-to-disk /path/to/boot.iso /dev/sdb1</pre> | |||
# Insert the USB device into the target system, and reboot | |||
# Boot your system from the USB media ... and proceed with a default installation. | |||
= Expected Results = | |||
# Anaconda starts and completes successfully | |||
# System boots into installed environment successfully | |||
# install.log does not contain errors | |||
[[Category:Installer Boot Methods]] | |||
[[Category:Obsolete Test Cases]] | |||
Latest revision as of 06:29, 29 June 2011
Description
An installation from a bootable USB device
Steps To Reproduce
- Install the livecd-tools package:
# yum install livecd-tools
- Download an installation ISO (either boot.iso, CDROM disc1.iso, or a DVD.iso)
- Consult the FedoraLiveCD/USBHowTo for instructions on formatting and partitioning your USB media
- Write the ISO to your USB device. For example, one might type:
# livecd-iso-to-disk /path/to/boot.iso /dev/sdb1
- Insert the USB device into the target system, and reboot
- Boot your system from the USB media ... and proceed with a default installation.
Expected Results
- Anaconda starts and completes successfully
- System boots into installed environment successfully
- install.log does not contain errors