Skip to content

Instantly share code, notes, and snippets.

@TheRealJunior
Created February 22, 2020 12:41
Show Gist options
  • Save TheRealJunior/3bb4c1dfd6a82ea116ee78de446cb4ec to your computer and use it in GitHub Desktop.
Save TheRealJunior/3bb4c1dfd6a82ea116ee78de446cb4ec to your computer and use it in GitHub Desktop.
create bootable disk cli ubuntu live disk boot usb
sudo dd bs=4M if=path/to/input.iso of=/dev/sd<?> conv=fdatasync status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment