I found this terminal command on osxdaily.com:
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/VenturaUSB --nointeraction
(where VenturaUSB is the name of the target volume - which I changed to match what I have named it) But Terminal gave me this error:
sudo: /Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia: command not found
The error omits the \ and space after macOS which I had entered.
I discovered an annoying thing about Terminal. Why won't it let you highlight and replace a typo? Instead I used backspace to get back to my error, which in one case was typing "suco"!
*****
Secondary question: How do you select that copy of the OS as the startup volume? In the old System Preferences, you went to the Startup Disk pane…
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/VenturaUSB --nointeraction
(where VenturaUSB is the name of the target volume - which I changed to match what I have named it) But Terminal gave me this error:
sudo: /Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia: command not found
The error omits the \ and space after macOS which I had entered.
I discovered an annoying thing about Terminal. Why won't it let you highlight and replace a typo? Instead I used backspace to get back to my error, which in one case was typing "suco"!
*****
Secondary question: How do you select that copy of the OS as the startup volume? In the old System Preferences, you went to the Startup Disk pane…