Created
January 27, 2024 01:51
-
-
Save schnell18/db7e2bb34afcdacb316084a9688fe03e to your computer and use it in GitHub Desktop.
make bootable usb drive
This file contains hidden or 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
sudo dd if=xxx.iso of=/dev/sdX bs=4M conv=fsync oflag=direct status=progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment