Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ArtySin

macrumors newbie
Original poster
Aug 18, 2012
3
0
I went and wiped my hard drive to reinstall High Sierra and give the mid 2010 iMac to a young lad next door. However, as is probably well know, the message comes up when connected to Apple "The recovery server could not be contacted."

I downloaded a High Sierra installer app and as per instructions placed the installer app in the Applications folder. I then tried creating a bootable USB named "MyVolume" running the command sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volume/MyVolume However, it comes back with the message "zsh: killed sudo --volume /Volume/MyVolume."

Any ideas all what to do next?
 
Last edited:
I went and wiped my hard drive to reinstall High Sierra and give the mid 2010 iMac to a young lad next door. However, as is probably well know, the message comes up when connected to Apple "The recovery server could not be contacted."

I downloaded a High Sierra installer app and as per instructions placed the installer app in the Applications folder. I then tried creating a bootable USB named "MyVolume" running the command sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volume/MyVolume However, it comes back with the message "zsh: killed sudo --volume /Volume/MyVolume."

Any ideas all what to do next?
Your Terminal command has an error, Volume should be Volumes. Use (Copy & Paste of the below to Terminal):

Code:
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
 
Last edited:
Thanks for the tip, twas a typo error missing out the S but putting it in, as per your correction, I still get:
Code:
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
result: zsh: killed     sudo  --volume /Volumes/MyVolume
 
You didn't mention any details as to what kind of Mac and macOS on which you're trying to run createinstallmedia. If it's an M-series Mac, the problem could be that the signature of createintallmedia has expired. You can remove the signature with codesign:
Code:
sudo codesign --remove-signature /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia
Also, creatinstallmedia is an Intel binary, and you may need to install Rosetta before it can run on an M-series Mac. This should happen automatically if Rosetta hasn't been installed previously.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.