Start up sound control for OS10.9.2

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,106
Reaction score
497
Hello and welcome.

You can use the following commands in the Terminal app.

1. Open Terminal app in Utilities folder
2. Copy and paste one of the following at the prompt (depending on what you want to do) and press Return key
3. Enter your user login password when prompted and press Return key
4. Restart your Mac to verify

Disable Startup Chime
Code:
sudo nvram SystemAudioVolume=%80

Reset Startup Chime to Default
Code:
sudo nvram -d SystemAudioVolume

Let us know if that doesn't take care of it.

C
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
this is not a good thing to do as the startup sound gives important diagnostic information to service techs.
 

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,106
Reaction score
497
Correct, but any Mac technician would know to try resetting PRAM during initial diagnostics, which would reset the startup chime/speaker volume to defaults and allow the system to complete POST normally.

In addition, after testing this procedure, it only mutes the startup chime for one restart, it then returns to normal upon subsequent restarts/startups. The OP could also simply mute the system volume each time before restarting the Mac.

C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top