dd - minios-linux/minios-live GitHub Wiki
dd
Using dd
is a command-line utility available on Linux and macOS for creating bootable USB drives.
Steps:
-
Open a terminal.
-
Run the following command:
sudo dd if=MiniOS.iso of=/dev/sdX bs=4M status=progress
Replace
/dev/sdX
with the correct USB drive identifier. -
Wait for the process to complete.
Warning: Be cautious when using dd
, as it can overwrite data on the wrong drive.