Skip to content

Instantly share code, notes, and snippets.

@zoliky
Created July 10, 2023 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoliky/ae8018b8c27b6e124f00b65539c80937 to your computer and use it in GitHub Desktop.
Save zoliky/ae8018b8c27b6e124f00b65539c80937 to your computer and use it in GitHub Desktop.
Create bootable USB for Linux
Check the available disks on the system using the following command:
$ sudo fdisk -l
Write the ISO image to the USB drive:
$ sudo dd bs=4M if=path/to/the/file.iso of=/dev/sdX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment