Skip to content

Instantly share code, notes, and snippets.

@yfe404
Created June 13, 2019 07:48
Show Gist options
  • Save yfe404/2b0ba70c045da1a82d496babd1e8f7fe to your computer and use it in GitHub Desktop.
Save yfe404/2b0ba70c045da1a82d496babd1e8f7fe to your computer and use it in GitHub Desktop.
Create a bootable usb from ISO image
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