

Wait 3 seconds for block device nodes to populate. Making system realize that partition table has changed. dev/sda: calling ioctl to re-read partition table: SuccessĬreating new partition table on /dev/sda. dev/sda: 2 bytes were erased at offset 0x000001fe (dos): 55 aa Wiping all existing partition table and filesystem signatures in /dev/sda. See example below which will create windows 10 bootable USB on Linux using 32-bit version of Windows 10 to USB stick on /dev/sdb. Using the command line woeusb to create windows 10 bootable USB on Linux will require you to provide iso image location and USB device as command line options. You should get a complete message like one shown below: Using command line woeusb Then select Windows 10 ISO image file and click on the correct target device listed at the bottom of the screen.Ĭlick on Install button at the bottom of the screen to create windows 10 bootable USB on Linux. This will bring you an interface similar to one below: I’ll show you both of the methods you can use to create Windows 10 bootable USB on Linux. Here you have two options, one of them being to use a command line and the other one being to use a GUI version.

Then clone project and install WoeUSB-ng from source: git clone Īfter you get WoeUSB installed, you are on set to create windows 10 bootable USB on Linux. Sudo pacman -Suy p7zip python-pip python-wxpython Sudo dnf install git p7zip p7zip-plugins python3-pip python3-wxpython4 Install dependencies required: # Ubuntu # Sudo pip3 install WoeUSB-ng Method 2: Install WoeUSB-ng on Linux from source sudo dnf install git p7zip p7zip-plugins python3-pip python3-wxpython4 Sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-binĪfter dependencies installation, install WoeUSB-ng using pip package manager: sudo pip3 install WoeUSB-ng Fedoraįor Fedora, install WoeUSB using the following command. Sudo pip3 install WoeUSB-ng Ubuntu Linux systemsįor Ubuntu, start with the installation of dependencies: sudo apt update Or via pip3 package manager: sudo pacman -Suy p7zip python-pip python-wxpython Use yay to install WoeUSB on Arch Linux: $ yay -S woeusb-ng Install yay tool:Install yay – Best AUR Helper for Arch Linux / Manjaro This is a prerequisite before you can create windows 10 bootable USB on Linux Arch Linux / Manjaro

