Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
Created August 6, 2019 02:54
Show Gist options
  • Save 2KAbhishek/4494eff89e0999ab109173e42f326d24 to your computer and use it in GitHub Desktop.
Save 2KAbhishek/4494eff89e0999ab109173e42f326d24 to your computer and use it in GitHub Desktop.
Create Live USB using dd
#Replace X with the proper letter from lsblk or be doomed
sudo dd if=/path/to/your/file.iso of=/dev/sdX bs=4M status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment