Making a bootable USB with Windows using Linux and WoeUSB
October 17, 2018
WoeUSB is a tool that makes it easy to create a bootable USB with Windows in Linux. It works with only one command, so there’s not much to write about.
# woeusb --target-filesystem NTFS --device windows.iso /dev/sdX
There’s also a graphical application for it available via the command woeusbgui
if you prefer using that.
Installation
Arch Linux
It’s available via AUR as woeusb and woeusb-git.
Ubuntu
It’s available via WebUpd8’s PPA.