How to boot silently?

Posted:
in Genius Bar edited January 2014


Pretty annoying to get this big sound DOOOONNG when you start the macbook, especially in the middle of a class or in a silent library.


 


Any clue on how to turn it off?


 


Thanks

Comments

  • Reply 1 of 3
    tallest skiltallest skil Posts: 43,388member


    By having your audio turned all the way down at boot.


     


    Or you could try this, but it's old and by just some random guy.

  • Reply 2 of 3
    MarvinMarvin Posts: 15,326moderator
    The best way I find is to run the following command in the terminal, which seems to put it on the quietest setting:

    sudo nvram SystemAudioVolume=" "

    That's a space between the double quotes. Some people suggest different values to disable it like the following but the space is the only value I get to work consistently:

    sudo nvram SystemAudioVolume="%80"
    sudo nvram SystemAudioVolume="%00"

    It would be nice if it just accepted integers e.g 0-3. To reset it, you can either reset the PRAM with command-option-p-r at boot or with the following:

    sudo nvram -d SystemAudioVolume

    I've noticed that sometimes plugging in and unplugging earphones resets it, which could be why people have made preference panes etc but try it and see. I don't mind the noise being separate from the audio system but there's no need for Apple to make it so loud.
  • Reply 3 of 3

    Thank you Mavericks.

Sign In or Register to comment.