====== 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 grub-pc -y && sync ====== Windows ISO ====== lsblk sudo '/tmp/woeusb.bash' --device ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' '/dev/sda' && sync sudo '/tmp/woeusb.bash' --device ~/'Downloads/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso' '/dev/sda' && sync