User Tools

Site Tools


linux:notes:woeusb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:notes:woeusb [2024/08/13 18:21] – created Sean Rhonelinux:notes:woeusb [2025/12/25 19:17] (current) Sean Rhone
Line 14: Line 14:
 ====== Dependencies ====== ====== Dependencies ======
  
-  sudo dnf install 'wimlib-utils' -y && sync+  sudo zypper install -y wimtools grub2-i386-pc
  
-  sudo apt install 'wimtools' -y && sync+  sudo apt install wimtools grub-pc -y 
 + 
 +  sudo dnf install 'wimlib-utils' -y
  
 ====== Windows ISO ====== ====== Windows ISO ======
  
-===== Download =====+  lsblk
  
-  * [[https://www.microsoft.com/software-download/windows10|Windows 10]] +  sudo '/tmp/woeusb.bash' --device ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' '/dev/sda' && sync
-  * [[https://www.microsoft.com/software-download/windows11|Windows 11]] +
-  * [[https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso|Windows Insider ISOs]]+
  
-===== WoeUSB =====+  * 2025/12/25: Defaults ''FAT32''
  
-  * :!: Change ''x'' to the path to a Windows installer ''.iso'' ((the ''.iso'' being right after ''--device'' is intentional, as odd as the syntax looks)) +  sudo '/tmp/woeusb.bash' --device ~/'Downloads/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso' '/dev/sda' && sync
-  * :!: Make sure the drive is ''/dev/sda''+
  
-  lsblk+====== 7z Alt ====== 
 + 
 +  * ''x'' is folder to mounted USB folder
  
-  sudo '/tmp/woeusb.bash' --device x '/dev/sda' && sync+  7z x ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' -o'x'
  
/usr/local/www/wiki/data/attic/linux/notes/woeusb.1723587680.txt.gz · Last modified: by Sean Rhone