Use “fdisk -l” to find the USB device fdisk -l Make sure the USB device is unmounted umount /dev/sd** Copy iso file on device sudo dd bs=4M if={iso_file.iso} of=/dev/sda conv=fdatasync