Create bootable usb stick from iso on linux

Submitted by Fekete Zoltán on
dd bs=4M if=bootable.iso of=/dev/sdX conv=fdatasync status=progress oflag=sync

Replace X with your usb drive letter.

Tags