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 [2026/05/22 22:59] Sean Rhonelinux:notes:woeusb [2026/06/06 18:11] (current) Sean Rhone
Line 51: Line 51:
  
   sudo '/tmp/woeusb.bash' --tgt-fs 'NTFS' -l 'W11' --device ~/'Downloads/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso' '/dev/sda' && sync   sudo '/tmp/woeusb.bash' --tgt-fs 'NTFS' -l 'W11' --device ~/'Downloads/en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso' '/dev/sda' && sync
- 
-  sudo ntfsfix '/dev/sda1' 
  
   sudo fsck.fat -a -w -v '/dev/sda2'   sudo fsck.fat -a -w -v '/dev/sda2'
  
 ====== 7z Alt ====== ====== 7z Alt ======
 +
 +  * ''7z x'' extracted ISO to FAT32 drive
 +
 +===== FAT32 Format =====
 +
 +  * [[#usb_wipe|Wipe]]
 +
 +  sudo mkfs.fat -F '32' -n 'W10' -v '/dev/sda'
 +
 +  udisksctl mount --block-device '/dev/sda1'
 +
 +===== ISO =====
  
   * ''x'' is folder to mounted USB folder   * ''x'' is folder to mounted USB folder
 +
 +  7z x ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' -o'/run/media/'$USER'/W10'
  
   7z x ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' -o'x'   7z x ~/'Downloads/en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso' -o'x'
 +
 +===== W10USB =====
 +
 +****
 +
 +  cp -Rf ~/'Downloads/W10USB' '/run/media/'$USER'/W10'
  
/srv/www/wiki/data/attic/linux/notes/woeusb.1779505169.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki