Skip to content

Instantly share code, notes, and snippets.

@jbovet
Created October 23, 2015 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbovet/33e7df440b9cd9e5b3d8 to your computer and use it in GitHub Desktop.
Save jbovet/33e7df440b9cd9e5b3d8 to your computer and use it in GitHub Desktop.
create usb bootable from iso linux

#check umount device, my case is sdb1

umount /dev/sdb1

dd bs=4M if=linux-iso-name.iso of=/dev/sdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment