Skip to content

Instantly share code, notes, and snippets.

@chriswill0w
Created February 20, 2018 23:51
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 chriswill0w/7333a77ec7d1c3aab2bf7099047e8bec to your computer and use it in GitHub Desktop.
Save chriswill0w/7333a77ec7d1c3aab2bf7099047e8bec 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
sudo 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