Os X Could Not Be Installed No Packages

  1. Os X Cannot Be Installed
  2. Mac Os Cannot Be Installed
  3. Os X Could Not Be Installed No Packages Were Eligible For Install
  4. Os X Could Not Be Installed No Packages
  5. Os X Could Not Be Installed No Packages Were Eligible
; Date: Sun Oct 16 2016

Tags: Mac OS X

A key step for upgrading the disk on a MacBook Pro is to install a new operating system on the new drive, and then use Migration Assistant to copy over the old data. Depending on how you went about the work, installing Mac OS X on the new system may give you a message: OS X could not be installed on your computer. No packages were eligible for install.

This is what it looks like in the installer. Upon seeing this I went 'HUH?' because the installation was from a thumb drive I'd used many times to install Mac OS X (El Capitan) successfully.

The above image came from an attempt to install El Capitan. I just got the following message, macOS could not be installed on your computer, while trying to install macOS High Sierra.

In both cases there was the same cause. In the El Capitan case, as I say in the next paragraph, the hardware clock had reset to zero because it did not have a battery pack. In the High Sierra case, I had performed a hardware reset of the computer in an attempt to fix a bootup problem. I had found advice to disconnect the battery, the power supply, then hold down the power key for a few moments. In both cases the hardware clock had been reset to zero, and macOS refused to boot.

Apr 19, 2020 OS X could not be installed on your computer. No packages were eligible for install. Contact the software manufacturer for assistance. Quit the installer to restart your computer and try again.

Os X Cannot Be Installed

Eligible
  • Then, apt wanted to install a package from universe, which depended on versions available in wily/main only and thus could not be installed. – koppor Jan 23 '16 at 14:45 1 Try adding the missing package to the install command: sudo apt-get install -reinstall at-spi2-core qdbus libqt4-dbus – antivirtel Apr 2 '16 at 20:58.
  • The attempt to install data.table failed due to a problem compiling the package from source. Before trying to fix that, though, you might try installing the binary (already compiled) version that's available — it's not that much older than the source version. To try this, run: install.packages('data.table', type = 'binary').
  • Apr 19, 2020 Using my MBP 16', I used the Download OS X El Capitan link on Apple's support site to get the installer. Unfortunately, running the InstallMacOSX.pkg package in the DMG failed: This version of OS X 10.11 cannot be installed on this computer. I 'found' a Install OS X El Capitan.app package and was able to create the bootable media.
  • No packages were eligible for the install. Contact the software amnufacturer for assistance. Quit the installer to restart your computer and try again.' Click to expand. If you're connected to the internet, disconnect it. Re-create the Bootable USB and try installing. Make sure you erase the drive, not the partition.
Installed

After some yahoogling (duckduckgoing) I came across a simple solution. This particular computer had been running with no battery, and therefore the hardware clock was reset to zero, and Mac OS X had a test against that condition.

We've discussed elsewhere the process to install Mac OS X onto a computer, and transfer information from an old drive. It's during that process when the above message appears. A couple steps prior is where you can take action to correct the problem.

At this step, click on Terminal ...

Then change the operating system date.

When running this particular Terminal session, you are ROOT meaning you can change anything on the computer. Normally we type 'date' at the command line just to find out the current day/month/year/time. But, the date command can be used to change the time registered in the system clock.

As I said above, for this particular computer the system clock had been reset to zero because the battery pack had been changed. In fact, the computer had run without a battery for many months because the old battery had gone bad.

As you see on the screen, the date had been January 1, 2001. I then changed the system date to the current time as of the writing of this posting.

Mac Os Cannot Be Installed

To understand the second command, go to a terminal window and type 'man date'.

In the synopsis section you'll see this as an option for the 'date' command:

That's a little obtuse, but further down the manpage is this key:

Os X Could Not Be Installed No Packages Were Eligible For Install

In other words, the date code for this purpose is month-day-hour-minutes-year ... hence, that's what I entered and it changed the system date to match.

Afterward I closed the Terminal window and was able to successfully install Mac OS X on the computer.

Os X Could Not Be Installed No Packages

Please enable JavaScript to view the comments powered by Disqus.

Os X Could Not Be Installed No Packages Were Eligible

  • Install Homebrew


    Paste that in a macOS Terminal or Linux shell prompt.

    The script explains what it will do and then pauses before it does it. Read about other installation options.

  • What Does Homebrew Do?


    Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.

  • Homebrew installs packages to their own directory and then symlinks their files into /usr/local.

  • Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.

  • It’s all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.

  • Homebrew complements macOS (or your Linux system). Install your RubyGems with gem and their dependencies with brew.

  • “To install, drag this icon…” no more. Homebrew Cask installs macOS apps, fonts and plugins and other non-open source software.

  • Donate to Homebrew

  • Homebrew Blog

  • Analytics Data

  • Homebrew was created by Max Howell. Website by Rémi Prévost, Mike McQuaid and Danielle Lalonde.