Skip to content

Instantly share code, notes, and snippets.

@GabrielMMelo
Created April 24, 2019 01:02
Show Gist options
  • Save GabrielMMelo/03577693b017975d720b87b9fd46f81f to your computer and use it in GitHub Desktop.
Save GabrielMMelo/03577693b017975d720b87b9fd46f81f to your computer and use it in GitHub Desktop.
Make a bootable pendrive with .iso
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