Created
April 24, 2019 01:02
-
-
Save GabrielMMelo/03577693b017975d720b87b9fd46f81f to your computer and use it in GitHub Desktop.
Make a bootable pendrive with .iso
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
sudo umount /dev/sdX | |
sudo dd if=/path/to/ubuntu.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