Skip to content

Instantly share code, notes, and snippets.

@andronics
Created October 28, 2022 10:53
Show Gist options
  • Save andronics/c6ca36f6f0bfe95264fd3d180b545d80 to your computer and use it in GitHub Desktop.
Save andronics/c6ca36f6f0bfe95264fd3d180b545d80 to your computer and use it in GitHub Desktop.
Creating Bootable USB from ISO

Run the following command, replacing /dev/sdx with your drive, e.g. /dev/sdb. (Do not append a partition number, so do not use something like /dev/sdb1):

sudo dd bs=4M if=image.iso of=/dev/sdx conv=fsync oflag=direct status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment