User Tools

Site Tools


notes:woeusb

Information

  • 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

WoeUSB

  • :!: Change x to the path to a Windows installer .iso 1)
  • :!: Make sure the drive is /dev/sda
lsblk
sudo '/tmp/woeusb.bash' --device x '/dev/sda' && sync
1)
the .iso being right after --device is intentional, as odd as the syntax looks
/var/www/wiki/data/pages/notes/woeusb.txt · Last modified: 2022/11/14 15:49 by Sean Rhone