Create a Bootable usb on Linux
WoeUSB is the easiest and has the best compatibility for for all ISO's including Windows
Installation
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
sudo woeusb <file> <usbdrive>
Creating a bootable Windows
- Find what sdX the usb drive is
sudo blkid
- Use woeusb to create the bootable usb
sudo woeusb --device <file> /dev/sdX --tgt-fs NTFS