Skip to content

Instantly share code, notes, and snippets.

@yuriploc
Last active September 5, 2019 16:53
Show Gist options
  • Save yuriploc/fc4eb7ee3e48ef55c31f912fb5cfe6f5 to your computer and use it in GitHub Desktop.
Save yuriploc/fc4eb7ee3e48ef55c31f912fb5cfe6f5 to your computer and use it in GitHub Desktop.
lsblk # see partitions to umount
umount /dev/sdX # better to umount all partitions from the destination drive
sudo dd if=/path/to/iso/image.iso of=/dev/sdX bs=4M oflag=direct,sync status=progress
dosfslabel /dev/sdX LIVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment