This Version Of Os X 10.11 Cannot Be Installed

  1. This Version Of Os X 10.11 Cannot Be Installed On This Computer
  2. This Version Of Os X 10.11 Cannot Be Installed On This Computer

I too, am wondering about this as my mid-2009 MacBook Pro is capped at os 10.11.6 and cannot download the current version of remote desktop. I need to be able to connect to my work computer from home during this time. I have exactly the same problem. I have an older macbook (pre 2009 i think), El Capitan v10.11.6. OS X El Capitan (10.11) was launched on 25 September 2015, and it is an improved version of OS X Yosemite (10.10). Improved window management, quick and responsive interface, spotlight search, and enhanced graphics were the prerequisites of El Capitan OS. Mavericks - OS 10.9.x Yosemite - OS 10.10.x El Capitan - OS 10.11 Sierra - OS 10.12 High Sierra - OS 10.13 Third, you need to be concerned about any third party software you are using, and most likely, will need either to upgrade some/most/all of them to be compatible with the OS you want to move to, or possibly some of them might not work at all. Use About This Mac to check the version of Mac operating system installed, and find out whether it's the latest (newest, most recent) version. I'm trying to upgrade to OS X El Capitan from OS X Snow Leopard 10.6.8 but every time I try to download it from the Mac App Store it gives a message saying that 'this version of OS X 10.11 cannot be installed on this computer'. I have a MacBook Pro running OS X 10.6.8, 3 GB of RAM and around 400 GB in the HD.

This Version Of Os X 10.11 Cannot Be Installed On This Computer

In Mac OS X 10.11 (“El Capitan”) Apple replaced the good old “Disk Utility.app” with a completely overhauled and colorful but less powerful version. Many features have been sacrificed in favor of an easier and more usable UI. This post explains how to get that old version back.

DISCLAIMER: Using an outdated version of a system utility bears a lot of risks and may result in the complete loss or corruption of your data. If you’re doing this, you are on your own and Apple will certainly not support you in a way. This is where the fun begins! 😀

Version

This Version Of Os X 10.11 Cannot Be Installed On This Computer

VersionCannot

I cannot provide the binary of the patched Disk Utility as a download since that would violate Apple’s copyright. Instead, I will explain how you can patch the file yourself:

  1. Open Time Machine to get a copy of the pre-“El Capitan” Disk Utility:
  2. Go to the Utilities folder (or simply press Command + Shift + U)
  3. Browse back in time to a backup before you installed El Capitan. Select the Disk Utility app and restore it to a place of your choosing. I use the Desktop. You will have to enter your password, that’s okay.
  4. Download a Hex editor like the free Hex Fiend.
  5. Open the Terminal app (which also resides in the Utilities folder, remember: Command + Shift + U) and verify that you have the same version of Disk Utility as me because otherwise the patch will not work (you may have to adapt this to your paths):

    If the computed hash value (that long hex number) is the same for you as it is for me you can continue.

  6. Open the restored Disk Utility in Hex Fiend with admin privileges with this command (again adapt the paths to your own):
  7. Scroll down to offset 25056, which is the line where this number appears on the grey’ish bar on the left side of the editor:
  8. As in the screenshot above you should see these two words (yes, they are called like that):
  9. Select the ’85’ in the right word and change it for ’84’. Take care that you overwrite the number instead of insert it. Afterwards it should read:
  10. Save the file and close Hex Fiend.
  11. You can make sure that you did the patch right by calculating another SHA256 hash on the patched file like this (again compare the long hex number):
  12. Done: Run the app from your desktop.

You just changed a processor instruction in the application from JNE (Jump Not Equal, opcode 0F 85) to JE (Jump Equal, opcode 0F 84). Basically it is like this: Disk Utility checks if your system version matches its expectation. If this is not the case (= not equal), it shows a message and terminates. The patch above changes that check: The code now says that if the version does match the expectation (i.e. is equal), it will complain. In other words: This patched version of Disk Utility will not work on any system it was intended to work on, but will start just fine on any other.