Skip to content

Instantly share code, notes, and snippets.

@dev-pmartins
Created December 28, 2016 12:35
Show Gist options
  • Save dev-pmartins/aa375780f3dd3ef361dab6dbf8ce7a56 to your computer and use it in GitHub Desktop.
Save dev-pmartins/aa375780f3dd3ef361dab6dbf8ce7a56 to your computer and use it in GitHub Desktop.
###
# Create a bootable pendrive from command line
##
diskutil list
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/image.iso of=/dev/rdiskN bs=4k
# Replace diskN but keep char "r" before disk name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment