|
|
(9 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| {{QA/Test_Case
| | #REDIRECT [[QA:Testcase_USB_dd]] |
| |description=This test verifies that Fedora DVD Image can be booted & installed from USB stick
| |
| | |
| There are more methods to create the Live USB stick, this test covers dd.
| |
| |setup=
| |
| # Prepare the DVD ISO image and USB stick. | |
| # Copy the {{filename|DVD.iso}} to the USB stick using dd [http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Using_dd_for_a_direct_copy]
| |
| |actions=
| |
| # Insert the USB stick containing {{filename|DVD.iso}}, and boot the installer
| |
| # Proceed through install process selecting a set of packages
| |
| # Remove the USB stick before rebooting into installed system when instructed by installer.
| |
| # Check that the computer boots to the installed system, with the USB stick unplugged
| |
| |results=
| |
| # Graphical boot menu is displayed for users to select install options. Navigating the menu and selecting entries must work. If no option is selected, the installer should load after a reasonable timeout
| |
| # Installer boots into loader and prompts for language, keymap
| |
| # Installer transitions to anaconda without error
| |
| # Anaconda functions properly and successfully installs required packages
| |
| # Package errors should not occur
| |
| # The installed system boots successfully.
| |
| }}
| |