How to Create a Bootable macOS USB Installer

πŸ”Ή 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.


Tags

Categories

  • Hints 237