Creating a Windows Boot Disk with Linux
Recently I’ve been helping folks who have Windows machines. In one case I needed to create a Windows Server 2022 and Windows Server 2025 bootable drives to install the operating system on physical hardware. Microsoft has a media creation tool that works very well if you have a Windows host system to make the media on. My daily driver is a Linux Mint 22.2 system.
In the past I have used WoeUSB-ng but for whatever reason i could not get that to work properly. I have had no success creating Windows media with the dd command which works great for many assignments but I does not work well when creating bootable media for Windows. Another one of my favorite tools for creating bootable media is Etcher but it will not create USB boot drives for Windows systems.
That’s when I discovered a new way to create a USB drive that would solve my problem. I found the answer and it worked quite well. The first thing you need to do is open the ‘disk tool’ on Linux Mint or Gnome-disks. Attach the USB drive to your computer and open up Gnome-disks. Choose the disk to be prepared and format it.
Click on “Gear” to configure how the drive will be formatted and select the “Format Partition” at the top of the options box. Give the volume a name and then be sure that “For use with Windows (NTFS) is selected and finish formatting the drive.
Screen Picture by Don Watkins CC by SA 4.0Now your USB is ready to accept the files from the ISO you downloaded from Microsoft. Mount the Windows ISO by right-clicking on it and choosing Open with disk image mounter.
Once the disk image is mounted you copy all the files to the newly NTFS formatted drive and you are ready to use the drive to install on physical hardware.
Screen Picture by Don Watkins CC by SA 4.0In the end, the solution was refreshingly simple: format the USB with NTFS, mount the ISO, copy the files, and you’re ready to roll. Microsoft makes their installation media rock‑solid, and with a little Linux ingenuity, you can create Windows boot drives without ever leaving your desk.



