How to Create a Bootable USB Installer for MacOS
Last Updated :
30 Dec, 2024
Creating a bootable macOS installer is an essential process for installing macOS if your system is running slow (or if you want to make a clean macOS installation). If you want to perform a Quick and Clean MacOS Installation, you must Create a Bootable USB Installer. Keeping this in mind, we have crafted this article that not only covers the primary method using Terminal but also provides prerequisites, additional methods, and tips for ensuring a smooth process.
Prerequisite:
- USB Stick (16GB minimum)
- macOS installer
- Administrator Access
Before you Begin:
- Ensure to download the macOS installer from the official source
- For older macOS versions, visit the official macOS download page.
- Ensure that your system is compatible for the version that you're to download and install.
Method 1: Using Terminal
macOS terminal is one of the easiest and the most reliable method to create a bootable USB stick installer for a fresh installation. Here's how you can do it:
Step 1: Connect the USB drive and Open macOS Applications Folder
Insert the USB drive into your macOS. Now press Command + Space and type "Applications" and click to open it.
macOS application folderStep 2: Navigate to Utilities and Select the Drive to Format
Once you open the "Application Folder", click on "Utilities", select the USB drive from there and click to start the formatting.
- Select Format type as "Mac OS Extended (Journaled)"
- Click "Erase" to prepare a fresh drive.
Erase DataStep 3: Press Command + Space and type Terminal
Open terminal by pressing Command + space (and type terminal & hit Return) or Navigate to Applications > utilities > Terminal
Open TerminalStep 4: Run the Createinstallmedia Command within the Terminal
Now, use the following command start this action.
Note: Replace [version name] with your current macOS version and MyVolume with the USB's name
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
macOS VenturaStep 5: Authenticate Password, Confirm the Erase and Complete the Installer
Now, enter your Mac's admin passkey when prompted and type Y to confirm that the USB will be formatted. Now, terminal will start copying data to disk and the progress will be displayed for the macOS Ventura version as displayed below:
Installation CompletedStep 6: Boot from the Installer to Complete the Set up
Once the installer is completed, turn off the machine and hold the option (Alt) key and turn on your MacBook and select the bootable USB installer from the startup options. Now, follow the on-screen instructions to complete the installer.
- For Intel Macs: Hold Command + R during the startup to enter the macOS recovery mode.
Mac InstallerMethod 2: Using macOS Disk Utility
If you find difficulty during first method, you can manually copy the macOS installer to a formatted USB drive. Here's what you can do:
Note: This method can not work alone, you will be required to make USB bootable (using terminal - createinstallmedia command) as mentioned-above after copying the installer.
Step 1: Open Applications and Navigate to Utilities
Press Command + Space and type "Utilities" and hit the Return button from your MacBook keyboard.
UtilitiesStep 2: Select the USB Drive & Format as macOS Extended
Once you open the "Application Folder", click on "Utilities", select the USB drive from there and click to start the formatting.
- Select Format type as "Mac OS Extended (Journaled)"
- Click "Erase" to prepare a fresh drive.
Erase all dataStep 3: Copy the Installer & Make bootable
Now drag & drop the installer into the formatted USB drive (in Finder) and open the terminal and perform the createinstallmedia command (just like method - 1 ). This will create a fresh (Big Sur) macos installer in your machine.
Big Sur macOS InstallerStep 4: Boot from the Installer to Complete the Set up
Once the installer is completed, turn off the machine and hold the option (Alt) key and turn on your MacBook and select the bootable installer from the startup options. Now, follow the on-screen instructions to complete the installer.
- For Intel Macs: Hold Command + R during the startup to enter the macOS recovery mode.
Complete the InstallationAlternate Method: Using Third-Party Software
- DiskMaker X: One of the most popular utility app that automates your installer within few clicks.
- Disk Creator: This is an alternative hassle-free software to create a bootable installer in macOS.
Conclusion
By following these steps, we can easily create a bootable installer in macOS and any user can do it any day without any hassle. All you need is the right approach and right version to perform this action. The rest of the work will be done by your MacOS Terminal Application. Also, you need to be cautious while putting the Command in MacOS Terminal as a minor mistake can even cause a big issue.
Similar Reads
How to Create Bootable USB for Arch Linux?
A bootable USB or live USB is a USB flash drive that contains a bootable operating system. We create these USB flash drives when we wanted to refresh or change our operating system. Let's discuss how we can create a Bootable USB flash drive for Arch Linux. Download the Arch ISO image from the Arch d
2 min read
How to Create a Multi-ISO Bootable USB Drive?
Creating a multi-ISO bootable USB drive allows you to store and boot multiple operating systems or utilities from a single USB stick. This can be incredibly useful for IT professionals, system administrators, or anyone who frequently switches between different operating systems or diagnostic tools.
5 min read
How to Install Code Blocks for C++ on MacOS?
Code::Blocks is a free and open-source IDE that supports a plethora of C++ compilers like GCC, Clang, and Visual C++. It is written in C++ and makes use of wxWidgets as the GUI toolkit. Code::Blocks is focused on C, C++, and Fortran development. It has a custom build system and optional Make support
2 min read
How to install Blender on MacOS?
Blender is an animation software that was built for making 3D animations, but it is capable of creating both types of animations 2D as well as 3D. It is completely free software and its first version was launched in 1994. It is open-source software that was built using C++, Python, and C. The develo
2 min read
How to Install Brave Browser on MacOS?
Brave is a web browser that is made for browsing while keeping privacy and security at top. It is a free web browser that was launched in 2019. It is open-source software and the development credit of this browser goes to Brendan Eich and Brave Software, Inc. Brave browser can be used on different o
2 min read
How to Create Bootable USB Drive For Windows 11
Creating a bootable USB drive is essential for installing or reinstalling Windows especially if you're facing an issue with your system. This method allows for a clean installation, system repairs, or upgrades from previous versions of Windows. So whether you're upgrading from an older OS, troublesh
7 min read
How to Download & Install Firefox on Mac?
On any Operating System, we can Download & Install Firefox Browser. Many individuals assume that Installation of Firefox on Windows is relatively easier as we have only to install the EXE File. However, Installation of Firefox on Mac is not also a challenging task. We can Download & Install
3 min read
How to Install py-bottle in MacOS?
py-bottle is a lightweight micro-framework for developing small web apps. It supports request dispatching (Routes) with url parameter support, templates, a built-in HTTP Server, and adapters for several third-party WSGI/HTTP-server and template engines are all included in a single file with no depen
2 min read
How to Install Apache JMeter on macOS?
Jmeter is a product by the Apache association that is used with the end goal of load testing for different sorts of applications. it is used mainly for web applications. Apache Jmeter is an open-source project that is founded on Java and it tends to be used for various kinds of testing, for example,
3 min read
How to create a web page using Bootstrap ?
Bootstrap is an open-source CSS framework for creating a responsive and customizable frontend for websites and web applications. Using Bootstrap's grid system one can easily create a web page very fast. Any webpage these days needs to have a navbar for user navigation, some content & a form for
6 min read