bsd:notes:format_fat32_usb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bsd:notes:format_fat32_usb [2026/01/14 21:18] – [Information] Sean Rhone | bsd:notes:format_fat32_usb [2026/07/20 18:39] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * Format entire USB to FAT32 | * Format entire USB to FAT32 | ||
| * Create Windows install USB for EFI boot ((:!: no boot sector/etc for Legacy/ | * Create Windows install USB for EFI boot ((:!: no boot sector/etc for Legacy/ | ||
| + | * :!: TODO: GPT instead of MBR ((:?: There might be a difference with MBR having Windows install CSM/Legacy support under UEFI, vs GPT not having CSM/Legacy; check Rufus)) | ||
| ====== Format ====== | ====== Format ====== | ||
| Line 11: | Line 12: | ||
| gpart destroy -F ' | gpart destroy -F ' | ||
| + | |||
| + | dd if='/ | ||
| gpart create -s ' | gpart create -s ' | ||
| Line 31: | Line 34: | ||
| ====== Copy Windows ISO ====== | ====== Copy Windows ISO ====== | ||
| - | |||
| - | **** | ||
| 7z x ~/' | 7z x ~/' | ||
| Line 38: | Line 39: | ||
| ===== Etc ===== | ===== Etc ===== | ||
| - | **** | + | |
| + | | ||
| mkdir -p '/ | mkdir -p '/ | ||
| + | |||
| + | cp -R ~/' | ||
| + | |||
| + | ====== Unmount ====== | ||
| + | |||
| + | su - | ||
| + | |||
| + | sync && umount '/ | ||
| + | |||
| + | usbconfig | ||
| + | |||
| + | usbconfig -d '/ | ||
/usr/local/www/wiki/data/attic/bsd/notes/format_fat32_usb.1768443524.txt.gz · Last modified: by Sean Rhone
