Creating a Bootable USB Installer for OS X El Capitan
Introduction:
Upgrading or installing a new operating system on your Mac can sometimes be a tedious task, especially if you don’t have a bootable USB drive handy. Creating a bootable USB installer for OS X El Capitan is an ideal way to ensure you have the necessary software and tools to perform an installation effectively. In this article, we’ll explain the step-by-step process in creating a bootable USB installer for OS X El Capitan.
Step 1: Gather Necessary Items
Before diving into the process, ensure that you have all the required items:
1. A Mac with access to the Internet
2. A minimum 8GB USB-Pendrive or an external hard drive
3. The OS X El Capitan Installer downloadable from the App Store
Step 2: Download OS X El Capitan Installer
Firstly, download the OS X El Capitan Installer from the App Store. After opening the App Store, search for “OS X El Capitan” and click on “Download.” The installer will automatically download and save in your Applications folder.
Step 3: Preparing the USB Drive Formatting
To create a bootable USB drive, it is necessary to format it with a specific partition scheme:
1. Connect your USB drive to your Mac.
2. Launch Disk Utility (Applications > Utilities > Disk Utility)
3. Once opened, select your USB drive in the left-hand sidebar.
4. Click on “Erase” at the top of Disk Utility.
5. Choose “Mac OS Extended (Journaled)” as the format type and “GUID Partition Map” as the schema.
6. Name your USB drive (example: “ElCapInstaller”) and click “Erase.”
The process may take several minutes depending on the speed of your USB drive.
Step 4: Create Bootable USB with Terminal
Once your USB drive is properly formatted, you can create the bootable USB installer using Terminal:
1. Open Terminal (Applications > Utilities > Terminal)
2. Type the following command and hit enter:
““
sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/ElCapInstaller –applicationpath /Applications/Install OS X El Capitan.app –nointeraction
““
3. Enter your admin password when prompted.
4. The process of creating the bootable USB installer will begin, indicated by the progress bar in Terminal.
Please note that this process may take some time depending on the speed of your USB drive.
Step 5: Utilize Bootable USB Drive
Now that you’ve created your bootable USB installer for OS X El Capitan, you can use it to upgrade or perform a clean installation on any compatible Mac:
1. Connect the prepared USB drive to the Mac.
2. Restart your Mac and, as soon as it begins to reboot, hold down the “Option” key.
3. Choose your newly created bootable USB drive when the Startup Disk Selection screen appears.
4. Follow the on-screen instructions to install or upgrade OS X El Capitan.
Conclusion:
Creating a bootable USB installer for OS X El Capitan is an essential step in ensuring smooth installation or upgrading of your Mac’s operating system. With this guide, you’ll be able to create an effective tool for seamless installations or backups for future use. Always remember to back up important data before performing any system upgrades or installations.