Created
April 30, 2017 06:12
-
-
Save roberto-butti/489bd9cfbbd042aef8fe986711b7773c to your computer and use it in GitHub Desktop.
Create USB bootable installer for Ubuntu
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
#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