The following are steps that worked for me, to create a bootable USB copy of the OS X 10.11 installer while running macOS 26. This procedure was adapted from a guide I found posted in 2015.
I suspect this process would be similar for other versions that are distributed as disk images (10.7 through 10.12), but I haven’t tested any except 10.11.
- Download the disk image from Apple’s support page. This will download a file called
InstallMacOSX.dmgthat’s about 6.2 GB. - Open
InstallMacOSX.dmgto mount a volume calledInstall OS X. - Using Pacifist, open the
InstallMacOSX.pkgpackage contained within theInstall OS Xvolume. - Under the Package Resources tab in Pacifist, expand
InstallMacOSX Contentsand the second-levelInstallMacOSX Contentsto find a file calledInstallESD.dmg. CopyInstallESD.dmgto your hard drive. - Quit Pacifist, eject the
Install OS Xvolume, and deleteInstallMacOSX.dmg. - Open
InstallESD.dmgto mount a volume calledOS X Install ESD. - In Disk Utility, create a new Blank Image, with the following parameters:
- Save As:
Bootable_OS_X_Installer_10_11(or whatever you prefer) - Name: OS X Base System
- Size: 7600 MB
- Format: Mac OS Extended (Journaled)
- Encryption: None
- Partitions: Apple Partition Map
- Image Format: DVD/CD master (Be aware when you select this, the Size may change to
100 MB. Make sure the size is correct before clicking Save.)
- Save As:
- In Disk Utility, the newly-created blank image should already be mounted and listed as
OS X Base System(if not, openBootable_OS_X_Installer_10_11.dvdr.cdrto mount it). Select theOS X Base Systemvolume, and choose Restore, and then for Restore from… select Image…. Within the root of theOS X Install ESDvolume, selectBaseSystem.dmgand proceed with restoring from that image. (You may need to show hidden files to seeBaseSystem.dmg; you can do that withCommand + Shift + ..) - Within the
OS X Base Systemvolume, you will now see files present after there restore (Applications,Install OS X El Capitan,System, etc). Open theSystemfolder, and then open theInstallationfolder. Delete the alias calledPackages. - Copy the
Packagesfolder from the root of theOS X Install ESDvolume into/System/InstallationonOS X Base System(i.e., replace the alias you just deleted with the folder). This folder is over 5 GB, so it may take several seconds. - Also copy both
BaseSystem.chunklistandBaseSystem.dmgfrom the root of theOS X Install ESDvolume (they will likely be hidden) to the root of theOS X Base Systemvolume. The files should now appear next to things likeApplications,Install OS X El Capitan,System, etc. - Eject the
OS X Install ESDvolume, and deleteInstallESD.dmg. - Rename the
OS X Base Systemvolume to something more descriptive, likeInstall Mac OS X El Capitan, and eject that volume. - Rename
Bootable_OS_X_Installer_10_11.dvdr.cdrtoBootable_OS_X_Installer_10_11.iso. - Use Etcher to write the ISO to a USB drive. Ignore the warning about the image missing a partition table.
- Delete
Bootable_OS_X_Installer_10_11.isoif you no longer need it.