Created
September 16, 2016 15:04
-
-
Save ddrpa/24f02a07034551ce053d20d461cd0557 to your computer and use it in GitHub Desktop.
How to create an Fedora Live USB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write the ISO file to the device | |
``` | |
sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M status=progress oflag=direct | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment