I have been trying to do this for days. The terminal command just results with "zhs: killed". Every. Single. Time.
This sucks. So far, trying to follow Apple's instructions, you can't the InstallOS.pkg to create the install app, because of an unnecessary compatibility check (I'm trying to create a bootable installer for an older machine, no need to check - the Installer app it creates does that check anyways), got around that with Pacifist. Then tried making the bootable installer with the createinstallmedia command (no need to check for compatibility then, I'm making the media, not running the installer).
Some developers are just too clever by half.
This wouldn't be an issue if Apple would give a way to update the damn certificate stores - the "marketing" decision (I have no doubt that Marketing forced this situation) to forego security in the name of repeat sales is why I'm starting to hate Apple.
I'm surprised that this won't work on an Intel Mac on Ventura. I thought that the mechanisms preventing being able to run the createinstallmedia command for those older OSes had more to do with signing features that are required for Apple Silicon Mac apps to execute that Apple simply had no need to put in those older installer apps.While this old topic has been bumped... same for me on Ventura 13.2.1 (tried my 2023 Mac mini M2 Pro, and 2017 Intel macbook 12-inch). Can't make Mojave USB bootable installers from them... luckily I have an ancient 2009 Mac Pro I could make them from (otherwise I would be screwed).
I literally tried it 5+ times on the 2017 Intel MacBook running Ventura... would not complete using the normal terminal command I have used 50+ times before... Had to switch to the 2009 Mac pro to make the bootable Mojave installer.I'm surprised that this won't work on an Intel Mac on Ventura. I thought that the mechanisms preventing being able to run the createinstallmedia command for those older OSes had more to do with signing features that are required for Apple Silicon Mac apps to execute that Apple simply had no need to put in those older installer apps.
I literally tried it 5+ times on the 2017 Intel MacBook running Ventura... would not complete using the normal terminal command I have used 50+ times before... Had to switch to the 2009 Mac pro to make the bootable Mojave installer.
That's pretty wild. Also seems needless, but I'll bet it's a security change that requires some sort of updated signature type that Apple just isn't issuing for the older releases. I believe that's similar to the elements that prevent you from being able to run the createinstallmedia command from Catalina and earlier installers on an Apple Silicon Mac.I literally tried it 5+ times on the 2017 Intel MacBook running Ventura... would not complete using the normal terminal command I have used 50+ times before... Had to switch to the 2009 Mac pro to make the bootable Mojave installer.
I don’t quite understand why you’re so sure this is a bug rather than Apple’s desired functionality.Update2: Both the Ventura 13.3 release as well as the new Ventura public beta 13.4 still haven't fixed Apple's ASR bug that prevents utils like Carbon Copy Cloner, and SuperDuper from being able to make a fully bootable system disk backup.
Because it is documented by both Carbon Copy Cloner and SuperDuper authors.I don’t quite understand why you’re so sure this is a bug rather than Apple’s desired functionality.
they made it very clear that copying macOS system files was not something that would be supportable in the future. Many of us in the Mac community could see that this was the direction Apple was moving, and now we finally have confirmation. Especially since the introduction of APFS, Apple has been moving towards a lockdown of macOS system files, sacrificing some convenience for increased security.
wow, this means that full clone of the SSD using apps like macrium or others is not gping to be possible on macs in a near future? we are not going to be able to create images of our computer disk? This is a bit strange, whole image backup is the best and fastest way to restore a computer.
Indeed! It won't work no matter how many times you try because of the ASR bug. Both those backup utils advise to just use them to backup your data volume onto your external drive since neither can make a bootable backup at this point. Then one needs to reinstall the OS onto your internal drive, when completed boot it and then choose the Migration option to restore your data backup to the system drive. That is the only way presently to do a clean bootable restore to your internal system disk. Yes, exactly the same procedure TM advised you. This procedure is required for Apple Silicon machines. If you think this is bad wait until your internal system drive goes belly up and your Silicon Mac is rendered useless! It won't allow you to boot off of any other device if the internal system drive goes bad! At that point you'll have to get Apple to replace the motherboard (which the drive is part of now) or junk it and buy a new machine. Thanks Apple for that great decision!I had to do a rollback on 13.3 this week and I wasn't able to create an external bootable SSD. I am going to try again as I want the ability to do this so that I can look at used systems. It will be a royal pain if this is no longer possible. I was also surprised that I could do a full restore from Time Machine to the system. Time Machine only had "Data" backups. It told me to install macOS and then use Migration Assistant to move the userspace and applications to the system. Is that how you have to do full restores now? This will definitely make things less flexible.
It won't work no matter how many times to try. Because of the ASR bug the utils advise to just backup your data volume to your external drive. Then one needs to reinstall the OS onto your internal drive, when completed boot it and then use the Migration util to restore you data to the system drive. That is the only way presently to do a clean restore to the internal system disk.
Specific to Silicon machines.Is this true for Intel Macs too? I have run Monterey on an external SSD on my 2015 MacBook Pro. Is this bug in Big Sur, Monterey and Ventura on Apple Silicon?
With Mac OS 13.3 coming out this week, I downloaded the revised Ventura installer and reformatted my two Ventura USB installer thumb drives at my workplace with the new version so we don't have that SMB network problem on any Macs we get that I install Ventura onto. Of course, I used my 2015 Retina 15" MacBook Pro for this process, running Ventura via OCLP 0.6.2.
Yes, the flash drive creation and install still works.I was able to create a Ventura 13.2.1 Flash installer this week so that still works - this was on my Mac Studio and I used it to install on my M1 Pro MacBook Pro.
Thank you!Sorry to necro but I found a solution, all that is required is to codesign the createinstallmedia binary
this can be done using this commandran from the Contents/Resources folder in the appBash:codesign -s - -f createinstallmedia
codesign -s - -f createinstallmedia