El Capitan Mac Os Bootable Usb

  1. Mac Os El Capitan Bootable Usb Windows
  2. Create Bootable Usb For Mac Os X El Capitan
  3. Create Bootable Usb Mac Os Install El Capitan
  4. Install Mac Os On Usb
  1. Now Create bootable USB for Mac OS El Capitan on Windows. Now it is the time to create a bootable USB installer using TransMac, To install Mac OS El Capitan on VirtualBox on Windows 10 you need a Bootable USB here you will learn the steps of creating a bootable USB installer for Mac OS El.
  2. Bootable USB Stick - macOS X El Capitan 10.11 - Full OS Install, Reinstall, Recovery and Upgrade. 4.3 out of 5 stars. USB Memory Stick.
  3. El Capitan 10.11.6 is now released as the latest version of Download El Capitan. For OS X El Capitan users this update is recommended. The upgrade to OS X El Capitan v10.11.6 enhances your Mac's reliability, performance and protection and is advised for all users. Solves a problem that can prevent parental control accounts from saving settings.

Summary

OS X El Capitan (10.11) System Requirements These computers can run El Capitan if they have at least 2GB of memory and 8GB of available disk space: MacBook Air (Late 2008 or newer), MacBook (Late 2008 Aluminum, Early 2009 or newer), MacBook Pro (Mid/Late 2007 or newer), iMac (Mid-2007 or newer). Created a bootable USB with El Capitan installer. Booted from it, erased my MBP (mid 2009), clean install from USB installer. Decided to use migration assistant, most apps not working plus all the clutter from pre clean install. Decided to do another clean install but MBP won't boot from USB and uses the recovery version instead.

How to make a bootable USB drive on Linux Mint (19.3) to allow you to install Mac OS X El Capitan on a MacBook with broken or corrupted recovery mode.

Background

I was recently given a 2011 MacBook Pro that had been “well-loved” and was therefore a mess of missing applications, ghost files and generally slow-as-hell. Since there wasn’t much worth saving I wiped it and initiated recovery mode in order to re-install OS X (El Capitan).

Bootable

Having recently fixed a busted MacBook Air I had learned a bit about Recovery Mode (hold Command+R whilst pushing the Power button and release a few seconds after the machine wakes up). I tried that with this machine, and upon hitting “Reinstall MacOS X” was greeted with a prompt telling me it would take -2,148,456,222 days and 8 hours (an uncaught buffer overflow, me thinks). After about 30 seconds, a window pops up saying “Can’t download the additional components needed to install Mac OS X” and the installation gives up. The detailed error log says “Chunk validation failed, retrying” about 1000 times and eventually gives up altogether.

Usb

Further investigation suggests this may be something to do with security certificates having expired and hence the machine not being able to download the necessary files from Apple’s servers, but it seems the error can appear for all sorts of reasons. I also tried Internet Recovery (Command+Option+R) but that gave exactly the same error (and would also only have installed OS X Mountain Lion).

I then turned to attempting to make a bootable USB stick of OS X El Capitan from an image downloaded from Apple. I use Linux Mint on my main laptop and that was all I had available. Apple seem to assume everybody has a spare MacBook from which to create a bootable USB so they provide absolutely no documentation to help with this. I also couldn’t find a single guide online that worked from start to finish, so here I summarise what needs to be done.

Steps

Mac Os El Capitan Bootable Usb Windows

As usual, this is all at your own risk 🙂

First you need to go to Apple’s OS Download Page and (step 4) get ahold of “InstallMacOSX.dmg” for El-Capitan. It’s a 6GB file so it might take a ‘lil while. You will also need to find a USB drive with at least 8GB capacity, and make sure it’s blank. The format doesn’t matter, because this procedure will format it correctly.

(In total you will need to use about 15-18GB of disk space by the time you’ve done all the extracting necessary, which shouldn’t be a problem for most computers but it was a challenge for my laptop with it’s 128GB SSD and dual boot Windows/Linux!)

Then you need to get a program called ‘dmg2img’

You can then extract the DMG

Now double click the .img file to mount it. In there is a InstallMaxOSX.pkg file. This requires a utility called “xar” to extract, which can be installed with these instructions (from https://www.oueta.com/linux/extract-pkg-and-mpkg-files-with-xar-on-linux/)

Then build and install with

Create Bootable Usb For Mac Os X El Capitan

Now you can extract the .pkg file. It will extract to the current working directory

Now, within the extracted files you will find something called InstallESD.dmg. This actually contains all the interesting boot files, but it isn’t a pristine image, so we can’t just burn it to a USB. Thankfully, a script exists to convert this DMG to a bootable usb, and it’s available here. It takes the DMG and writes everything directly to the USB in the right place.

ONE CAVEAT: When I ran this script on my InstallESD.dmg, it crashed because it didn’t recognise the checksum. I think this is because Apple updates the dmg’s anytime there is a security update for El Capitan so the checksum list isn’t updated. All I did was delete the checksum check from the script above. Essentially, just open the script and delete this section

Once I had done this, I ran the script with my USB connected (/dev/sdb for me, but CHECK YOURSELF with fdisk or similar) and after quite a while it finished copying.

Create Bootable Usb Mac Os Install El Capitan

I plugged the USB into the MacBook, and opened the startup menu by holding down Option whilst pushing the power button. This gave me the choice of booting from EFI, or choosing a WiFi network. Click on the EFI, and then follow the prompts to install OS X from the USB drive!

Install Mac Os On Usb

When you’re done, you may need to use Parted or a similar utility to re-format your USB as a normal drive again.