I am trying to change the startup sound. When I checked the setting using:
sudo nvram -p
it returns a setting for SystemAudioVolume DB %ee
I entered:
sudo nvram SystemAudioVolume=%00
When I check again using sudo nvram -p
both names show up in the list:
SystemAudioVolume DB .... %ee
SystemAudioVolume .... %00 (it took my setting but doesn't kill sound)
Should I be trying to set SystemAudioVolume DB instead?
If yes, is this the right way?
sudo nvram SystemAudioVolumeDB=%aa
(No space before DB.) Does anyone know the proper range for this? My computer is old but I don't want to break it.
You said the two parameters have totally different values —
– Hawaii Dee Gee Aug 25 '19 at 05:46SystemAudioVolume only appeared in the list after I set it. I later reset the default parameters with:
After doing this, I checked it again and the term SystemAudioVolume does not even appear in the list, only SystemAudioVolume DB shows up. This lead me to suppose it had been changed.
I don't want to silence the sound, just make it soft.
– Hawaii Dee Gee Aug 25 '19 at 06:02