Skip to content

Instantly share code, notes, and snippets.

@ansrivas
Created February 6, 2018 10:05
Show Gist options
  • Select an option

  • Save ansrivas/f84c5fffa57bf8432d047d30cde8c68d to your computer and use it in GitHub Desktop.

Select an option

Save ansrivas/f84c5fffa57bf8432d047d30cde8c68d to your computer and use it in GitHub Desktop.
Create bootable usb with dd
  • Check lsblk to confirm the correct usb device ann use the group for eg. if the device is /dev/sdd1 then use /dev/sdd as the group

  • sudo dd bs=4M if=/home/user/Downloads/Fedora-Workstation-Live-x86_64-27-1.6.iso of=/dev/sdd conv=fdatasync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment