Creating USB installation media on Linux (AlmaLinux)
| CAUTION This operation destroys data on the device you operate on. |
- Run $ lsblk to list block devices on your system. Take note of the output.
- Insert a USB drive in the USB port.
-
Run $ lsblk.
Compare the output to the previous step. The additional block device from this output is your USB drive.
-
Run $ dd if=path/toAlmalinux.iso of=/dev/xxx
Where /dev/xxx is the path to the USB drive. Do not use the partition number for the USB drive.
For example: /dev/sdc.
