After 2 days of working on erasing and rebooting my old MacBook Pro 2010 this finally got the High Sierra Install to work! Here is what I had to do all in all as I was using a 2023 MacBook Air to download an incompatible High Sierra file to create a bootable usb.
Download Mist, find the macOS High Sierra download. Follow instructions on creating a Bootable USB from Apple's website. The code we're supposed to enter on Apple's website would give me, "zsh: killed" After more research, I found that I needed to enter the following code in 4 steps.
Step 1 in Terminal enter the following command and press Return:
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume/Volumes/MyVolume
Step 2 type the following command and press Return:
cd /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/
Step 3 type the following command and press Return:
codesign -s - -f createinstallmedia
If you get back the following code
createinstallmedia: replacing existing signature
you are good to go, to type in the following code again (Step 4) and follow the prompts to format your USB Drive.
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
- Before disconnecting your USB from the computer, go into the USB (in my case "MyVolume"), right click on the install file and select "Show Package Contents > Contents > Shared Support" then delete the file "Installinfo.plist." Empty the trash bin on your computer. Eject the USB and plug it into your older Mac. The process in this bullet point was to avoid the error message, "this copy of the install macOS High Sierra application is damaged and can't be used to install macOS" on the old computer. The end of this video lays it all out.
- From there, the next issue I ran into was the error message, "The recovery server could not be contacted." I made sure I was connected to Wifi and I checked the time on my computer a million times. The only thing that worked was Mr. Macintosh's Step 3 as mentioned above.
My laptop is finally up and running.