Apple - Can sound be off every time I power off?
You can set the audio value on boot using this:
sudo nvram SystemAudioVolume=%00
00
will set to 0% volume (i.e. mute)
You can reset this by resetting the NVRAM by booting with ⌘⌥PR, or running
sudo nvram -d SystemAudioVolume