Skip to content

Instantly share code, notes, and snippets.

@roberto-butti
Created April 30, 2017 06:12
Show Gist options
  • Save roberto-butti/489bd9cfbbd042aef8fe986711b7773c to your computer and use it in GitHub Desktop.
Save roberto-butti/489bd9cfbbd042aef8fe986711b7773c to your computer and use it in GitHub Desktop.
Create USB bootable installer for Ubuntu
#replace sdX with your device. THIS COMMAND WILL DESTROY THE CONTENT OF YOUR DEVICE (/dev/sdX)
sudo umount /dev/sdX1
sudo dd if=ubuntu-17.04-desktop-amd64.iso of=/dev/sdX bs=4M
sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment