bsd:notes:format_fat32_usb
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bsd:notes:format_fat32_usb [2026/01/14 21:09] – created Sean Rhone | bsd: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/ |
| ====== Format ====== | ====== Format ====== | ||
| Line 21: | Line 21: | ||
| ====== Mount ====== | ====== Mount ====== | ||
| + | |||
| + | su - | ||
| + | |||
| + | mkdir -p '/ | ||
| + | |||
| + | exit | ||
| + | |||
| + | gio open '/ | ||
| + | |||
| + | ====== Copy Windows ISO ====== | ||
| + | |||
| + | **** | ||
| + | |||
| + | 7z x ~/' | ||
| + | |||
| + | ===== Etc ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[windows: | ||
| + | |||
| + | mkdir -p '/ | ||
| + | |||
| + | ====== Unmount ====== | ||
| + | |||
| + | su - | ||
| + | |||
| + | sync && umount '/ | ||
| + | |||
| + | usbconfig | ||
| + | |||
| + | usbconfig -d '/ | ||
/usr/local/www/wiki/data/attic/bsd/notes/format_fat32_usb.1768442966.txt.gz · Last modified: by Sean Rhone
