Skip to content

Instantly share code, notes, and snippets.

@lym
Created November 3, 2018 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lym/575f7422e138adfde2f3931c751e0d99 to your computer and use it in GitHub Desktop.
Save lym/575f7422e138adfde2f3931c751e0d99 to your computer and use it in GitHub Desktop.
Fixing "The recovery server could not be contacted" in MacOS High Sierra

I was trying to reinstall High Sierra on an older MacBook Air using internet recovery and I kept on getting an error message when trying to reinstall High Sierra.

The recovery server could not be contacted

It appears that this has to do with the time on the machine not being synchronized, so when the MacBook tries to reach out to the recovery server the certificates do not validate and we get this useless error message.

To fix this.

  1. Open up a Terminal from the utilities menu
  2. Enter the following command
ntpdate -u time.apple.com
  1. Try to install High Sierra again. It should just work™.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment