Created
July 10, 2023 12:37
-
-
Save zoliky/ae8018b8c27b6e124f00b65539c80937 to your computer and use it in GitHub Desktop.
Create bootable USB for Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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