Skip to content

Instantly share code, notes, and snippets.

@0xbb
Last active April 6, 2024 08:26
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save 0xbb/ae298e2798e1c06d0753 to your computer and use it in GitHub Desktop.
Save 0xbb/ae298e2798e1c06d0753 to your computer and use it in GitHub Desktop.
Turn off Macbook startup sound - Linux
#!/bin/bash
printf "\x07\x00\x00\x00\x00" > /sys/firmware/efi/efivars/SystemAudioVolume-7c436110-ab2a-4bbb-a880-fe41995c9f82
@ammar-faifi
Copy link

ammar-faifi commented Jan 30, 2024

it only worked when i use yours @leifliddy 🫡,thanks

on MacBookPro13,1
i didn't need to overwrite the SystemAudioVolumeDB-* one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment