No Packages Were Eligible For Install Os X

  

  1. No Packages Were Eligible For Install Os X Version
  2. No Packages Were Eligible For Install Os X 10 11
  3. No Packages Were Eligible For Install Os X 7
  4. How Do You Fix No Packages Were Eligible For Install
  5. No Packages Were Eligible For Install Os X Operating System
  6. No Packages Were Eligible For Install Os X Without
  7. No Packages Were Eligible For Install Os X 10
  1. 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.
  2. Nov 12, 2019 I was repeatedly getting 'Could Not Be Installed on your computer no packages were eligible for install' using both the internet el capitan install and this USB install. Thank you MIKX using terminal date just got me going!!
  3. Oct 01, 2015 This entry was posted in Troubleshooting and tagged 10.11, El Capitan, OS X, OS X 10.11 on October 1, 2015 by Topher Kessler. Post navigation ← Reasons to both install and avoid OS X 10.11 El Capitan Fix package managers not working after installing El Capitan →.

El capitan no packages were eligible for install. Posted by 22 days ago. El capitan no packages were eligible for install. Im in recovery mode and i keep getting the same popup despite going to terminal and typing 'date ' which failed then 'date ' which also failed.

Apr 18, 2016 “No packages were eligible for install” is a message that appears when attempting to install OS X El Capitan on older macs. MacBooks are a very popular purchase in Melbourne and around Australia so it is important to understand the reasoning behind why this message appears.

No packages were eligible for install os x 7; Date: 2016-10-16 15:41

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.

  1. I downloaded the 'app' from the Store on the iMac and restarted to begin the installation process. During the install I receive the following message: 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.
  2. Macos No Packages Were Eligible For Install Posted on by admin Jun 22, 2018 We are hoping that you were able to fix the macOS Install issue using some of these tips.
  3. MacOS – Mac stuck in “El Capitan” installer loop: “no packages were eligible for install”. My problem is that my Mac starts up to the 'El Capitan' installer. After restarting several times, OS X is still on screen telling me that 'no packages were eligible for install'. Can someone help please, and can you bear in mind that I’m not.

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.

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 ..

Packages

Then change the operating system date.

No Packages Were Eligible For Install Os X Version

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.

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:

No Packages Were Eligible For Install Mac El Capitan Dock

That's a little obtuse, but further down the manpage is this key: Error failed building wheel for mysqlclient macos.

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.

No Packages Were Eligible For Install Mac El Capitan

No Packages Were Eligible For Install Os X El Capitan

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

No Packages Were Eligible For Install Mac El Capitan Update

Please enable JavaScript to view the comments powered by Disqus.If you ever get this error while attempting to install OS X, you will likely need to set the date using terminal.
The simplest way to set it (if you have no OS installed on the machine) is to boot the install media, open the terminal and check the date (type date).
No packages were eligible for install os x version

No Packages Were Eligible For Install Os X 10 11

The following information was found on someones site (sorry I forget which), but I have included it here to make it easier to correct this issue.
Use the following command in terminal to set the machine to a time and date of your choosing:
date {month}{day}{hour}{minute}{year}

No Packages Were Eligible For Install Os X 7

For example, to set it to 8pm on the 2nd October 2018
date 100220002018

How Do You Fix No Packages Were Eligible For Install


The command below will output the current date in a format suitable for use on another machine:

No Packages Were Eligible For Install Os X Operating System


date '+%m%d%H%M%Y.%S'

No Packages Were Eligible For Install Os X Without


Further, the following (mouthful of a command) will let you specify a date and time in a more readable format and set it in one go:

No Packages Were Eligible For Install Os X 10

date -f '%Y-%m-%d %H:%M:%S' '2016-07-09 15:20:10'