Skip to content

Instantly share code, notes, and snippets.

@joaocarvalhowd
Created June 20, 2018 22:07
Show Gist options
  • Save joaocarvalhowd/218d994c930cc20d0b459e7f9d46e1e2 to your computer and use it in GitHub Desktop.
Save joaocarvalhowd/218d994c930cc20d0b459e7f9d46e1e2 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