The Commands for making a USB installer drive yield an invalid device point error in Terminal
What is the correct code for making a USB installer for Sierra in Terminal?
Mac mini, OS X 10.11
What is the correct code for making a USB installer for Sierra in Terminal?
Mac mini, OS X 10.11
What is the name of the mounted volume on the USB stick that will be used for the installer? You need to make sure to provide the correct volume name for the installer or rename your USB stick to "Untitled". Also make sure the USB stick's volume is GUID partition and MacOS Extended (Journaled).
I also recall that the Sierra installer has been broken for a few years (Apple decided to hide it instead of actually making a simple fix to one of the files) when attempting to create a bootable USB installer. I don't recall the command to fix the Sierra installer, but there have been multiple posts on these forums with the command to run to fix it. Actually found it fairly quick:
https://discussions.apple.com/thread/251386184?answerId=252696531022#252696531022
Is there a specific reason you need macOS 10.12 Sierra? If not, then you would be better off installing macOS 10.13 High Sierra. AFAIK, any Mac able to run Sierra can run High Sierra.
How to create a bootable installer for macOS - Apple Support
What is the name of the mounted volume on the USB stick that will be used for the installer? You need to make sure to provide the correct volume name for the installer or rename your USB stick to "Untitled". Also make sure the USB stick's volume is GUID partition and MacOS Extended (Journaled).
I also recall that the Sierra installer has been broken for a few years (Apple decided to hide it instead of actually making a simple fix to one of the files) when attempting to create a bootable USB installer. I don't recall the command to fix the Sierra installer, but there have been multiple posts on these forums with the command to run to fix it. Actually found it fairly quick:
https://discussions.apple.com/thread/251386184?answerId=252696531022#252696531022
Is there a specific reason you need macOS 10.12 Sierra? If not, then you would be better off installing macOS 10.13 High Sierra. AFAIK, any Mac able to run Sierra can run High Sierra.
How to create a bootable installer for macOS - Apple Support
Sierra macOS 10.12 via Terminal
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction &&say Done
The Untitled in above command is the Name of the External Drive where one what's to make it a Bootable Installer of Sierra macOS 10.12
Hey P. Phillips,
Thanks so much for the quick response.
I entered that in Terminal and got:
"/Volumes/Untitled is not a valid volume mount point." again.
I tried to use every set of commands on the "createmediainstaller" support page for macOS installer and even for El Capitan to make a bootable USB installer, and every other one worked except Sierra (which, of course, is the one I need), so there's no problem with the drive.
I find it a little odd, that the sets of commands for all the other newer systems are on the "createinstallermedia" Support page, except for Sierra. It just says use the instructions for El Capitan, but modify the references for Sierra.
If you have any other ideas, I'd love to hear them.
Actually no but I am very aware of a " More Learned Colleague" who, if finger crossed, they come across your question and offered added insights.
Both @ BDAqua, @ Eau Rouge off the top of my head and a whole host of others
Hey HWTech,
Thanks so much for the response.
Drive was name "Untitled" and partitioned properly. I tried every other flash drive configuration in Terminal, and I was able to make USB installers for every other macOS, so I knew something was afoot. I'll check that link.
I have software that I like, which won't run under High Sierra or anything newer, and I currently have machines with most of the newer OS's, but for the most part, I'm not a fan of the APFS OSes. In this instance, I can limp by for a few more years with Sierra.
The Commands for making a USB installer drive yield an invalid device point error in Terminal