How to disable MacOS startup Sound
To enable the startup chime:
sudo nvram StartupMute=%00
you will be asked to enter your admin password and it will not display on the screen.
To disable the startup chime:
sudo nvram StartupMute=%01
you will be asked to enter your admin password and it will not display on the screen.