====== Information ====== * WoeUSB * https://github.com/WoeUSB/WoeUSB * For copying Windows images to USB drives ====== Download ====== * 5.2.4 wget -O '/tmp/woeusb.bash' 'https://github.com/WoeUSB/WoeUSB/releases/download/v5.2.4/woeusb-5.2.4.bash' && chmod +x '/tmp/woeusb.bash' ====== Dependencies ====== sudo dnf install 'wimlib-utils' -y && sync sudo apt install 'wimtools' -y && sync ====== Windows ISO ====== ===== Download ===== * [[https://www.microsoft.com/software-download/windows10|Windows 10]] * [[https://www.microsoft.com/software-download/windows11|Windows 11]] * [[https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso|Windows Insider ISOs]] ===== WoeUSB ===== * :!: Change ''x'' to the path to a Windows installer ''.iso'' ((the ''.iso'' being right after ''--device'' is intentional, as odd as the syntax looks)) * :!: Make sure the drive is ''/dev/sda'' lsblk sudo '/tmp/woeusb.bash' --device x '/dev/sda' && sync