差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| macos [2023/03/04 14:04] – jz | macos [2024/06/02 15:48] (目前版本) – jz | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Macos ====== | ====== Macos ====== | ||
| + | |||
| + | ===== Software ===== | ||
| + | |||
| + | [[https:// | ||
| ===== System ===== | ===== System ===== | ||
| 行 21: | 行 25: | ||
| diskutil list | diskutil list | ||
| diskutil unmount | diskutil unmount | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | diskutil partitionDisk /dev/disk7 MBR fat32 " | ||
| </ | </ | ||
| 行 179: | 行 187: | ||
| Enter an MBR hex code (default 07): 07 | Enter an MBR hex code (default 07): 07 | ||
| Set the bootable flag? (Y/N): n | Set the bootable flag? (Y/N): n | ||
| + | |||
| + | Recovery/ | ||
| + | |||
| + | Disk size is 3907029168 sectors (1.8 TiB) | ||
| + | MBR disk identifier: 0xFDB98627 | ||
| + | MBR partitions: | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| </ | </ | ||
| + | ==== Create Install Disk for Windows 10 ==== | ||
| + | [[https:// | ||
| + | < | ||
| + | # GPT | ||
| + | diskutil eraseDisk MS-DOS " | ||
| + | # MBR | ||
| + | diskutil eraseDisk MS-DOS " | ||
| + | |||
| + | hdiutil mount ~/ | ||
| + | rsync -vha --exclude=sources/ | ||
| + | brew install wimlib | ||
| + | mkdir / | ||
| + | wimlib-imagex split / | ||
| + | </ | ||