Created
June 13, 2019 07:48
-
-
Save yfe404/2b0ba70c045da1a82d496babd1e8f7fe to your computer and use it in GitHub Desktop.
Create a bootable usb from ISO image
This file contains hidden or 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
| sudo dd if=inputfile.iso of=/dev/disk<?> bs=4M && sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment