Silence system sound on startup (mac)

I want to silence the mac startup sound on Ubuntu. I completely removed Mac OSX.

My computer is a MacBook Pro 8.1 and I have installed refind as EFI boot manager.

8

3 Answers

  1. Reboot with an OSX installation disc or Recovery HD
  2. Start the Terminal
  3. Issue the command "# /usr/sbin/nvram SystemAudioVolume=%01"
3

Yes, there is a way.

Assuming you're on a Mac, boot into single-user mode by holding down Command-S during bootup. You will be logged into a Mac Terminal. Run this command:

nvram SystemAudioVolume=%00

That should disable it completely.

3

Ubuntu startup sound is located here /usr/share/sounds/ubuntu/stereo/system-ready.ogg. You can disable it by running the command:

sudo mv /usr/share/sounds/ubuntu/stereo/system-ready{,-disabled}.ogg
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like