Skip to content

Instantly share code, notes, and snippets.

@AndrewFarley
Created May 25, 2018 10:29
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 AndrewFarley/9806dc6e6a51813c44e7344ad8fa1b50 to your computer and use it in GitHub Desktop.
Save AndrewFarley/9806dc6e6a51813c44e7344ad8fa1b50 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