In today's blog, we will learn how to create a Windows 11 bootable USB drive in a Linux system using the WoeUSB tool, which is 100% working; it will work in any Debian-based Linux system, such as Ubuntu, Debian, Kali Linux, ParrotOS, Linux Mint, etc
Here, we will install WoeUSB, and after that, we will create a Windows 11 bootable USB drive.
Open the terminal, update and upgrade the system, run this command-
sudo apt update && sudo apt upgrade -y
Install all requirements dependencies-
sudo apt install git p7zip-full python3-wxgtk4.0 build-essential devscripts equivs git p7zip-full python3-all python3-pip python3-setuptools python3-wheel python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g
Clone the repository in your system from GitHub-
git clone https://github.com/WoeUSB/WoeUSB-ng.git
Go to the WoeUSB-ng directory-
cd WoeUSB-ng
Finally, install the WoeUSB with python-
sudo python3 setup.py install
Insert a minimum 16GB USB drive for Windows 11.
Open the WoeUSB tool from the terminal, Type and proceed-
sudo woeusbgui
The WoeUSB interface will look like this-
From the disk image (iso) explore and select the Windows ISO image file
Select the target device and click on install
Here, click on yes
Here, it will take some time to make it bootable
Installation completed. Now the USB drive is ready to boot
You can also watch the Video tutorial-