How do i create a bootable usb to windows? [duplicate]

Every time I try to make a bootable USB to windows I tried using startup disk creator and power iso and both haven't worked. I have a 16gb usb Ive formated it over at lease 20 times now trying and it doesn't work. I have flashed drive before and this time on linux is the most frustrating one.


Solution 1:

Windows Bootable USB using Ubuntu

There are many ways to make a Windows installer using Ubuntu.

mkusb-plug is my favorite, see: https://askubuntu.com/a/1274975/43926. I have also had good luck using mkusb-guidus to make Windows installers.

Ventoy for Linux can be used to boot Windows installer, see: https://www.ventoy.net/en/isolist.html. https://www.ventoy.net/en/doc_linux_webui.html. Unfortunately Ventoy only created UEFI bootable Windows USB drives for me.

Ubuntu Windows can also be installed from Ubuntu without the need for a USB drive, see: https://askubuntu.com/a/1337783/43926