This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
install_macos [2026/04/25 10:40] admin created |
install_macos [2026/04/25 11:30] (current) admin |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ``` | ``` | ||
| + | ## Erase USB disk | ||
| + | Erase using Disk Utility. You can see the size of each OS with the --list-full-installers command before. | ||
| Line 20: | Line 22: | ||
| sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume | sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume | ||
| ``` | ``` | ||
| + | |||
| + | ## Install | ||
| + | |||
| + | 1. Shutdown your mac | ||
| + | 1. Connect USB drive to your mac | ||
| + | 1. Boot the mac into Startup Option screen: | ||
| + | |||
| + | For Apple Silicon Mac: Press and hold the power button on your Mac. As you continue to hold, your Mac starts up and loads startup options, which shows your bootable volumes, including the bootable installer. | ||
| + | |||
| + | For Other Mac: Turn on your Mac, then immediately press and hold the Option (Alt) key. Release the Option key when you see a screen showing your bootable volumes, including the bootable installer. | ||
| + | |||
| + | 1. Select "Options". Open Disk Utility. Erase the disk of your Mac | ||
| + | 1. Go back. Choose "Install macOS xxx" | ||
| + | |||
| + | |||
| + | ## Ref: | ||
| + | How to download and install macOS: https://support.apple.com/en-us/102662 | ||
| + | |||
| + | Create a bootable installer for macOS: https://support.apple.com/en-us/101578 | ||