I just got the "“This copy of the Install macOS Mojave.app application is damaged, and can’t be used to install macOS.”
error when trying to install OS 10.12.6 off a bootable installer.
After doing some reading, the solution that appealed to me most was downloading a new installer from the App Store that didn't have an expired certificate. So I did.
I tried to make a new bootable installer with Install Disk Creator but it keeps giving me "error encountered".
Never say die, so I decided to use Terminal to make the installer drive.
I am using the method from the official Apple site here:
https://support.apple.com/hr-hr/HT201372
Specifically, this command is being copied and pasted into Terminal:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
I changed the name of my flash drive to MyVolume to exactly match the syntax.
I get the error
/Volumes/MyVolume is not a valid volume mount point.
Any suggestions at this point?
error when trying to install OS 10.12.6 off a bootable installer.
After doing some reading, the solution that appealed to me most was downloading a new installer from the App Store that didn't have an expired certificate. So I did.
I tried to make a new bootable installer with Install Disk Creator but it keeps giving me "error encountered".
Never say die, so I decided to use Terminal to make the installer drive.
I am using the method from the official Apple site here:
https://support.apple.com/hr-hr/HT201372
Specifically, this command is being copied and pasted into Terminal:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
I changed the name of my flash drive to MyVolume to exactly match the syntax.
I get the error
/Volumes/MyVolume is not a valid volume mount point.
Any suggestions at this point?