i wanna make a windows 7 bootable usb on arch linux
any idea on how to do that?
downloading WoeUsb in manjaro
You want to install the woeusb package from the AUR. So either use Pamac, the package manager GUI that should be included with Manjaro (make sure to enable AUR support), or use yay, which should also be included with Manjaro, with the yay -S woeusb command.
how to download woe-usb ng on arch linux
Fresh Arch installation - WoeUSB and Gparted give me errors
Creating a windows install usb?
Is there any good guide on how to use it? I looked at the doc on their website, but it lacks detail, and I've read that it only works with UEFI.
More on reddit.comVideos
The best way to do that currently is to use woeusb
woeusb --target-filesystem NTFS --device path/to/windows.iso /dev/sdX
There is also a GUI for those that prefer it.
I did some search, and found a perfect script: windows2usb.
Since woeusb doesn't support UEFI, this tool supports BIOS and UEFI(with rufus driver), FAT32 and NTFS.