User Tools

Site Tools


linux:notes:woeusb

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:woeusb [2025/02/06 06:25] 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 grub-pc -y && sync+  sudo apt install wimtools grub-pc -y 
 + 
 +  sudo dnf install 'wimlib-utils' -y
  
 ====== Windows ISO ====== ====== Windows ISO ======
Line 23: Line 25:
  
   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_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' '/dev/sda' && sync
 +
 +  * 2025/12/25: Defaults ''FAT32''
  
   sudo '/tmp/woeusb.bash' --device ~/'Downloads/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.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
 +
 +====== 7z Alt ======
 +
 +  * ''x'' is folder to mounted USB folder
 +
 +  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.1738841144.txt.gz · Last modified: by Sean Rhone