It was 2009 when Apple last released a new operating system on physical media. Things have proceeded remarkably smoothly since version 10.7 switched to download-only installers, but there are still good reasons to want an old, reliable USB stick. For instance, if you find yourself doing multiple installs, a USB drive may be faster than multiple downloads (especially if you use a USB 3.0 drive). Or maybe you need a recovery disk for older Macs that don't support the Internet Recovery feature. Whatever the reason, you're in luck, because it's not hard to make one.
The installer you create can be used to install OS X El Capitan 10.11 on any eligible Mac computer. This is a more convent and less time consuming way to install OS X El Capitan on multiple machines, gives you a handy emergency disk, and enables a fresh OS X install. Step 1 How to create a bootable USB drive. If you're currently running macOS Mojave, click this link to find the Mojave installer in the App Store. For Catalina, click here. For all earlier versions of macOS, launch the App Store on your Mac, and search for the macOS version you want (this option is only available when running macOS High Sierra and lower). However, you need the following requirements to create a great bootable USB installer for Mac OS El Capitan.
- This page will show you how to create an OS X El Capitan Installer USB. This can be used to install OS X El Capitan via clean install or multiple computers.
- I used this thumb drive to create a macOS Big Sur installer. You can use a thumb drive, external hard drive or SSD. The 32GB drive I used has both USB-C and USB-A (USB 2 speed, however, so it’s.
As with last year, there are two ways to get it done. There's the super easy way with the graphical user interface and the only slightly less easy way that requires some light Terminal use. Here's what you need to get started.
- A Mac that you have administrator access to, duh. We've created El Capitan USB stick from both Yosemite and El Capitan, but your experience with other versions may vary.
- An 8GB or larger USB flash drive or an 8GB or larger partition on some other kind of external drive. For newer Macs, use a USB 3.0 drive—it makes things significantly faster.
- The OS X 10.11 El Capitan installer from the Mac App Store in your Applications folder. The installer will delete itself when you install the operating system, but it can be re-downloaded if necessary.
- If you want a GUI, you need the latest version of Diskmaker X app. Version 5 is the one with official El Capitan support.
- Diskmaker X is free to download, but the creator accepts donations if you want to support his efforts.
The easy way
Once you've obtained all of the necessary materials, connect the USB drive to your Mac and run the Diskmaker X app. The app will offer to make installers for OS X 10.9, 10.10, and 10.11, and it should run on OS X versions all the way back to 10.7—support for 10.6 was dropped in the most recent release.
AdvertisementDiskmaker X has actually been around since the days of OS X 10.7 (it was previously known as Lion Diskmaker), and it's still the easiest GUI-based way to go without intimidating newbies. If you're comfortable with the command line, it's still possible to create a disk manually using a Terminal command, which we'll cover momentarily.
Select OS X 10.11 in Diskmaker X, and the app should automatically find the copy you've downloaded to your Applications folder. It will then ask you where you want to copy the files—click 'An 8GB USB thumb drive' if you have a single drive to use or 'Another kind of disk' to use a partition on a larger drive or some other kind of external drive. Choose your disk (or partition) from the list that appears, verify that you'd like to have the disk (or partition) erased, and then wait for the files to copy over. The process is outlined in screenshots above.
The only slightly less-easy way
If you don't want to use Diskmaker X, Apple has actually included a terminal command that can create an install disk for you. Assuming that you have the OS X El Capitan installer in your Applications folder and you have a Mac OS X Extended (Journaled)-formatted USB drive named 'Untitled' mounted on the system, you can create an El Capitan install drive by typing the following command into the Terminal.
sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install OS X El Capitan.app --nointeraction
The command will erase the disk and copy the install files over. Give it some time, and your volume will soon be loaded up with not just the OS X installer but also an external recovery partition that may come in handy if your hard drive dies and you're away from an Internet connection.
Whichever method you use, you should be able to boot from your new USB drive either by changing the default Startup Disk in System Preferences or by holding down the Option key at boot and selecting the drive. Once booted, you'll be able to install or upgrade El Capitan as you normally would.
10 Sep 2015This time of year again. A new version of OS X, this time OS X version 10.11, also known as El Capitan. If you have multiple computers to upgrade, you don’t want to download the 6 GB installer on every Mac – you’d want to create some sort of install media.
El Capitan is the third OS X version where the installer ships with the executable createinstallmedia
. I’ve covered the procedure of creating a USB-drive installer for both OS X 10.9 Maverics and OS X 10.10 Yosemite. The procedure for OS X 10.11 El Capitan is the same as for the previous versions, so I won’t go into detail.
The steps
- Find a USB-drive of some sort. A USB-stick is probably most convenient. You’ll need an 8 GB or larger drive. Format the media as Mac OS X Extended (Journaled) with GUID partition mapping. Name it
Untitled
. - Download the El Capitan installer from the Mac App Store. Don’t run it after the download finishes.
- Open the Terminal (/Applications/Utilities/Terminal) and enter:
Type in your administrative password, and wait 15-20 minutes for the process to finish. Hold down ⌥ during startup to boot from the newly created USB installer.
The command is for the El Capitan GM (Golden Master), so you probably need to correct the “El Capitan Install App”-name. Remember tab completion. Start typing the path /Appl
and press ⇥. Terminal will expand this to /Applications/
. Continue with Inst
and press ⇥ to expand this to the full name of the installer. In my case The backslashes escapes the spaces in the file name. Continue this process all the way down to Install OS X El Capitan GM Candidate.app/
.createinstallmedia
.
Homebrew and /usr/local
If you are a Homebrew user, or use other packages that puts stuff into /usr/local/
, use the tip from Jim Lindley for clearing out /usr/local/
before upgrading. If you don’t, you’re in for a looong wait.
Happy upgrading!
03 Jun 2014Update October 19, 2014
With the release version of OS X 10.10, createinstallmedia
finally works. You can follow the same procedure as when creating the USB installer for OS X 10.9 – just update the Terminal command to reflect the downloaded Yosemite Installer. If you prefer the GUI approach, have a look at DiskMaker X. I won’t cover DiskMaker X here.
The short version
- USB-media. A USB-stick, 8GB or more. Format the media as Mac OS X Extended (Journaled) with GUID partition mapping. Name it
Untitled
- Download the Yosemite Installer for the App Store. It launches after the download is finished, but just quit the installer.
- Use Terminal (/Applications/Utilities/Terminal) to create the USB-installer
Create Bootable Usb El Capitan
In Terminal, enter: Race compatibility mod skyrim se.
Type in your administrative password.
Wait 15-20 minutes for the process to finish. You can now boot from the newly created USB installer holding down the option-key during startup.
Tip for Homebrew users (and others with a lot of content in /usr/local)
If you have lots of non-Apple files in /usr
, the Yosemite upgrade might take may hours. Use this tip from Jim Lindley on moving the content in /usr/local
before upgrading.
End update 2014-10-19
***
In OS X 10.9 Mavericks, Apple introduced a new way of creating a USB installer with the createinstallmedia
executable.
The executable is present also in OS X 10.10 Yosemite Developer Preview, but there seems to be a bug which prevents the process to carry through.
In the meantime you can create a Yosemite boot stick much in the same way as early Maverics builds worked.
Mount the InstallESD.dmg image that’s under the installer /Contents/SharedSupport.
Mount BaseSystem.dmg using the Terminal
Using Disk Utility, Restore the “OS X Base System” volume to your USB stick. Download mac os el capitan dmg.
Not necessary, but to make things easier, rename the USB stick something else. I use “yosemiteDP1”
On the USB stick, in the folder System/Installation, delete the symlink named “Packages”
Copy the “Packages” folder from “OS X Install ESD” to the System/Installation folder on your USB stick.
Using Terminal, copy BaseSystem.dmg and BaseSystem.chunklist (they are both hidden from the Finder) from OS X Install ESD to your USB stick
Unmount the stick, boot away.
Let’s hope this bug is fixed before Yosemite DP2
Update I 2014-07-08: Still broken in DP3
Update II 2014-07-08: The new installer downloaded from App Store is still DP1, so I can’t verify the statement in Update I.
24 Jan 2014Today marks the 30th anniversary for the Macintosh. Happy Birthday, Mac!
I didn’t become a Mac-user until 1990, but I’ve owned and used most of the models. Looking through MacTracker, I think the Macintosh 512K and Macintosh XL (the renamed Lisa) are the only models I’ve never put my hands on.
The first Apple my family got wasn’t a Macintosh, but a 1978 model Apple II. It came with a whopping 48KB of RAM, which we later upgraded to 64KB. I had a lot of fun with this computer, PEEK’ing and POKE’ing the registers. Naturally, Space Invaders was the most used game.
I was a bit slow adapting the Mac. Reading MacWorld/MacUser and pestering the sales people of the local computer store for almost a year, I convinced myself to buy the fabulous SE/30 in 1990.
The SE/30 had 8 RAM-slots divided into two “banks”. Each bank had to be filled with the same type of RAM. If you bought the SE/30 with 1MB of memory, you would get four 256KB RAM modules filling up one of banks. When you later wanted to upgrade to 8MB of memory, you had to buy eight 1MB RAM modules, and throw away the original 256KB modules. With this in mind, I bought mine with 4MB (4 x 1MB) of memory. Price? Just a bit more than you would have to pay for a base model of the new Mac Pro.
The SE/30 ROM’s weren’t 32-bit clean, so you couldn’t access more than 8MB of memory. Thankfully, Connectix (remember them?) came out with Mode32 which enabled 32-bit computing. My SE/30 eventually ended up with 20MB of memory.
In addition to the RAM-upgrade, I bought myself a 200MB Seagate hard drive to replace the stock 40MB one. I also got a graphics card for connecting an external 13” Apple Color Monitor. Add in a modem for BBS and Internet access. This was one heck of a work horse.
So thank you, Apple. I look forward to see what kind of Mac I’ll be using in 2044.
06 Oct 2013This was written for the Mavericks GM-version. Unless Apple changes things, it should be valid for the final version.
OK, so you want to create a USB-drive to install OS X 10.9 “Mavericks”. In previous versions of OS X, you could create an USB-installer by restoring the InstallESD.dmg found in the OS-package downloaded from the Mac App Store (MAS). This is no longer an option.
In Developer Preview 4, Apple introduced a createinstallmedia executable. You’l find it inside the downloaded OS X Mavericks in /Contents/Resources/createinstallmedia
. We’ll use this to create a USB installer.
Download Mavericks
After you download OSX Mavericks from MAS, the installer will launch. Just quit to halt the installation process. This will retain OS X Mavericks.app in your applications folder.
Ready USB media
Now ready the media you want to use for the installer. You’ll need at least 8GB, but you can of course use larger media.
Format the media as Mac OS X Extended (Journaled) with GUID partition mapping. Name it Untitled1.
Create the installer
Now launch the Terminal and enter
El Capitan Usb Windows
The command must be run as admin, so type in your admin-password. Now wait 15-20 minutes for the process to finish.
Restart and hold down the option-key to boot from the newly created USB installer.
You can, of course, name the volume whatever you like. Just make sure to specify the correct volume-name in the createinstallmedia command
--volume /Volumes/'volume-name'
↩
Create Usb Installer For El Capitan
25 Jul 2013Create El Capitan Usb Installer Downloads
My family toured the West Coast this summer, and a visit to Yosemite Valley was included on the route. I do love the work of Ansel Adams, and this is my meager tribute to this great photographer.