User Tools

Site Tools


bsd:notes:format_fat32_usb

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
bsd:notes:format_fat32_usb [2026/01/14 21:17] – [Etc] Sean Rhonebsd:notes:format_fat32_usb [2026/01/14 21:38] (current) Sean Rhone
Line 2: Line 2:
  
   * Format entire USB to FAT32   * Format entire USB to FAT32
-  * Create Windows install USB for EFI boot+  * Create Windows install USB for EFI boot ((:!: no boot sector/etc for Legacy/non-UEFI boot))
  
 ====== Format ====== ====== Format ======
Line 38: Line 38:
 ===== Etc ===== ===== Etc =====
  
-****+  [[https://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+10+Version+21H2+for+x64-based+Systems|Windows 10 21H2 Cumulative Updates - Microsoft Update Catalog]] 
 +  [[windows:10#programs|Programs]]
  
   mkdir -p '/mnt/USB1/W10USB' && gio open ~/'Downloads' '/mnt/USB1/W10USB'   mkdir -p '/mnt/USB1/W10USB' && gio open ~/'Downloads' '/mnt/USB1/W10USB'
 +
 +====== Unmount ======
 +
 +  su -
 +
 +  sync && umount '/mnt/USB1'
 +
 +  usbconfig
 +
 +  usbconfig -d '/dev/ugen0.4' 'power_off' && sleep '0.5' && usbconfig
  
/usr/local/www/wiki/data/attic/bsd/notes/format_fat32_usb.1768443461.txt.gz · Last modified: by Sean Rhone