WoeUSB can be used to write Windows ISO images to a USB stick to allow installation.
When writing Windows ISO's with dd
it will most likely result in the following error during setup:
A media driver your computer needs is missing. This could be a DVD, USB, or Hard disk driver. If you have a CD, DVD, or USB flash drive with the driver on it, please insert it now.
To install on Ubuntu, use the PPA:
sudo add-apt-repository ppa:tomtomtom/woeusb
sudo apt -y install woeusb
Optionally to include the GUI:
sudo apt -y install woeusb-frontend-wxgtk
If not using Ubuntu check the installation instructions in the GitHub repository.
Call like:
woeusb --device Image.ISO /dev/<some device>
Example for /dev/sdb
:
woeusb --device Image.ISO /dev/sdb