Create bootable usb stick from iso on linux
dd bs=4M if=bootable.iso of=/dev/sdX conv=fdatasync status=progress oflag=sync
Replace X with your usb drive letter.
- Read more about Create bootable usb stick from iso on linux
- Log in to post comments
dd bs=4M if=bootable.iso of=/dev/sdX conv=fdatasync status=progress oflag=sync
Replace X with your usb drive letter.