Edited 1 week ago by ExtremeHow Editorial Team
macOSBootable USBInstallationRecoveryAppleDisk UtilityComputerSoftwareStartupOS
This content is available in 7 different language
Creating a bootable macOS USB drive is a useful skill to learn. It is essential when you want to reinstall your macOS or when your Mac is having problems and you need to perform a clean installation. This guide will walk you through every step of the process with simple instructions to help you successfully create a macOS bootable USB. We will cover the tools you need, where to get the macOS installer, and step-by-step instructions for creating a bootable drive.
Before we get started, let's list the items you'll need for this process:
The first step is to download the macOS installer. You can do it like this:
Applications
folder.Make sure the installer resides in the Applications
folder for the next steps. Look for file names like Install macOS Big Sur
or Install macOS Monterey
depending on your preferred macOS.
Next, you'll need to format your USB drive using the Disk Utility app to ensure it's ready to hold the macOS installer. Here's how:
Mac OS Extended (Journaled)
as the Format. For the Scheme, choose GUID Partition Map
.Formatting will erase all data on the USB drive, so make sure there is no important data on the USB before proceeding.
You are now ready to create a bootable USB using the terminal. Follow these instructions carefully:
sudo /Applications/Install\ macOS\ [Name\ of\ macOS].app/Contents/Resources/createinstallmedia --volume /Volumes/[Name\ of\ USB\ drive]
Replace [Name of macOS]
with the macOS version you downloaded (e.g., Big Sur) and replace [Name of USB drive]
with the name of your USB drive.
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
When you have successfully created your bootable USB, you may be wondering how to use it. Here is how you can boot your Mac from this USB drive:
Your Mac will start up from the bootable USB drive, allowing you to install macOS on your device.
Here are some common problems you may encounter and ways to resolve them:
Creating a macOS bootable USB can be a lifesaver when your Mac has a problem or needs to be reinstalled. Following this detailed guide ensures that you are prepared to handle any macOS installation needs. Please make sure you keep your bootable USB in a safe place and, especially before a macOS upgrade, keep a copy for unforeseen problems. Happy computing!
If you find anything wrong with the article content, you can