Unable to Create Sierra USB Bootable Disk
Steps I followed:
- Download Sierra image from apple (InstallOS.dmg)
- Open InstallOS.dmg
- Open InstallOS.pkg
- Once installation is complete, run command, in my case (my MacOS formatted USB volume name is "SIERRA" - and I've tried this on two different known good USB Sticks - a 32gb and a 64GB): sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/SIERRA --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
- I receive the following error:
createinstallmedia[94979:1384666] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't posix_spawn: error 35'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff2061cbfb __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007fff20355d92 objc_exception_throw + 48
2 Foundation 0x00007fff213b3a71 -[NSConcreteTask launchWithDictionary:error:] + 4990
3 Foundation 0x00007fff213d9c49 +[NSTask launchedTaskWithLaunchPath:arguments:] + 146
4 createinstallmedia 0x00000001044eb968 createinstallmedia + 6504
5 libdyld.dylib 0x00007fff204c5f3d start + 1
6 ??? 0x0000000000000006 0x0 + 6
)
libc++abi: terminating with uncaught exception of type NSException
6. Then I found another thread where the solution was to run this command:
sudo plutil -replace CFBundleShortVersionString -string "12.6.03" /Applications/Install\ macOS\ Sierra.app/Contents/Info.plist
I ran that, but then I got an error that the install app was an invalid installer. I thought maybe that had corrupted my installer, so I deleted it and did steps 1-4 again, and I still got the invalid installer error. So then I ran step 6 again but using my own current macos version (instead of "12.6.03) which is Big Sur: 11.7.2 - That got me passed the error again, but I got the same result - the error 35 listed above.
I'm trying to restore an older iMac with Sierra - The internet recovery server is down for it so at this point feeling quite stuck.
Earlier Mac models