Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created January 27, 2024 01:51
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 schnell18/db7e2bb34afcdacb316084a9688fe03e to your computer and use it in GitHub Desktop.
Save schnell18/db7e2bb34afcdacb316084a9688fe03e to your computer and use it in GitHub Desktop.
make bootable usb drive
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