Preparing a Microsoft Windows® USB installation media on Linux
The official procedures to create a bootable USB device with the Windows installer require you to run Windows.
However, when you run Linux, you can use WoeUSB to prepare a Microsoft Windows® USB installation media.
This procedure focuses on Fedora Linux.
-
You run Fedora Linux.
-
A USB device that you can erase entirely.
-
Download the Microsoft Windows® 11 installer to
$HOME/Downloads/Win11_22H2_English_x64v1.iso
. -
Install WoeUSB and Gnome Disk Utlity:
$ sudo dnf install WoeUSB gnome-disk-utility
-
Plug your USB device in your Fedora Linux workstation.
-
Identify and unmount your device:
-
Open Gnome Disk Utility: Disks in the menu, or
gnome-disks
in the CLI. -
Identify your device in the left panel and click on it to see the details in the main screen.
-
Identify the Device name, such as
dev/sdb
. -
Unmount the device by clicking the button.
-
-
Create the Microsoft Windows® USB installation media:
$ sudo woeusb --device $HOME/Downloads/Win11_22H2_English_x64v1.iso /dev/sdb
-
Plug your USB device in the computer that requires installation.
-
Start the computer.
-
Select your USB device as boot media.
-
The Microsoft Windows® installer starts.