πΉ Step 1: Prepare a USB Drive
β’ π§° Requirements: USB drive with at least 16GB of storage.
β’ πΎ Backup: Save any important dataβit will be erased.
β’ πͺ Format using Disk Utility:
β’ Open Disk Utility (Finder β Applications β Utilities β Disk Utility).
β’ Select your USB drive in the sidebar.
β’ Click Erase.
β’ Choose Mac OS Extended (Journaled) as the format.
β’ Use GUID Partition Map for Scheme.
β’ Name it something simple like MyUSB.
π‘ Hint: The drive name will be used later in Terminal, so avoid spaces or special characters.
πΉ Step 2: Download the macOS Installer
β’ π Open the Mac App Store.
β’ π Search for the macOS version you want (e.g., macOS Ventura, macOS Monterey).
β’ β¬οΈ Click Get or Download.
β’ π The installer will appear in your Applications folder once downloaded.
π‘ Hint: If you canβt find an older version, Apple provides direct links on its support site.
πΉ Step 3: Open Terminal
β’ π₯οΈ Open Terminal (Finder β Applications β Utilities β Terminal).
β’ βοΈ You will type a command that creates the bootable installer.
πΉ Step 4: Run the createinstallmedia Command
β’ π±οΈ Use this command template (replace MyUSB with your USB drive name and adjust macOS version if needed):
β’ sudo /Applications/Install\ macOS\ [Version].app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
β’ πΉ Example for macOS Ventura:
β’ sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
β’ β¨οΈ Press Enter.
β’ π Enter your administrator password when prompted.
β’ β οΈ Hint: Terminal will warn that the drive will be erasedβtype Y to confirm.
πΉ Step 5: Wait for the Process to Complete
β’ β³ Terminal will show progress as it copies the installer to the USB drive.
β’ π This may take 15β30 minutes depending on USB speed.
β’ β Once done, Terminal will display βDoneβ.
π‘ Hint: Do not eject the USB until Terminal confirms completion.
πΉ Step 6: Boot from the USB Installer
β’ π Restart your Mac.
β’ β₯ Hold Option (β₯) key immediately after the startup chime.
β’ π½ Select the USB drive (usually named as the macOS version).
β’ π₯οΈ The Mac will boot into the macOS Recovery / Installer screen.
π‘ Hint: From here, you can install macOS, erase a disk, or restore from backup.
β Pro Tip: Keep the USB installer safeβit can be reused for clean installs or troubleshooting any Mac.