From Fedora Project Wiki
(Boot from USB, not CD) |
|||
Line 6: | Line 6: | ||
# Write the <code>efidisk.img</code> to your USB media by typing: <pre>dd if=/path/to/efidisk.img of=/dev/sdd</pre> | # Write the <code>efidisk.img</code> to your USB media by typing: <pre>dd if=/path/to/efidisk.img of=/dev/sdd</pre> | ||
# Insert removable media into your test system | # Insert removable media into your test system | ||
# Reboot the test system. If offered, but sure to select the | # Reboot the test system. If offered, but sure to select the USB device as your boot device | ||
|results= | |results= | ||
# The system should boot into the installer without error | # The system should boot into the installer without error | ||
}} | }} | ||
[[Category:UEFI_Test_Cases]] | [[Category:UEFI_Test_Cases]] |
Revision as of 17:31, 19 October 2010
Description
This test validates booting from a efidisk.img
on a system capable of supporting Features/EFI.
How to test
- From an already installed system, insert a USB key (with enough capacity to hold the
efidisk.img
image) - Locate the device entry for your USB key (for tips, see http://docs.fedoraproject.org/install-guide/f10/en_US/sn-making-media.html#id3110774)
- Write the
efidisk.img
to your USB media by typing:dd if=/path/to/efidisk.img of=/dev/sdd
- Insert removable media into your test system
- Reboot the test system. If offered, but sure to select the USB device as your boot device
Expected Results
- The system should boot into the installer without error