From Fedora Project Wiki

No edit summary
m (Changed category)
Line 1: Line 1:
= BootMethodsUsb =
= Description =
== Description ==
An installation from a bootable USB device
An installation from a bootable USB device


== Steps To Reproduce ==
= 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 ==
= Expected Results =
# Anaconda starts and completes successfully
# System boots into installed environment successfully
# install.log does not contain errors


 
[[Category:Installer Boot Methods]]
1. Anaconda completes successfully
 
1. System boots into installed environment successfully
 
1. install.log does not contain errors
 
[[Category:Installer Test Cases|BootMethodsUsb]]

Revision as of 17:09, 16 February 2009

Description

An installation from a bootable USB device

Steps To Reproduce

  1. Install the livecd-tools package:
    # yum install livecd-tools
  2. Download an installation ISO (either boot.iso, CDROM disc1.iso, or a DVD.iso)
  3. Consult the FedoraLiveCD/USBHowTo for instructions on formatting and partitioning your USB media
  4. Write the ISO to your USB device. For example, one might type:
    # livecd-iso-to-disk /path/to/boot.iso /dev/sdb1
  5. Insert the USB device into the target system, and reboot
  6. Boot your system from the USB media ... and proceed with a default installation.

Expected Results

  1. Anaconda starts and completes successfully
  2. System boots into installed environment successfully
  3. install.log does not contain errors