You are not logged in.
When I boot the iso from USB, on the countdown screen, there is large beep noise when the menu first show up and when the timer is counting. Also I see something like "ACPI BIOS error" before menu show up if it related. How can I disable large beep noise? And what does that error means, is it come from my hardware or from the iso?
Last edited by Kritiqual (2022-08-06 13:15:25)
Offline
Offline
The beep is made by GRUB, so from jasonwryan's linked options, only "physically" would work. Or if it's an emulated PC speaker, like laptops have, then maybe it can be disabled in firmware settings.
Offline
Thanks, only disable it in firmware setting worked
Offline
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf && sudo rmmod pcspkr
Offline
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf && sudo rmmod pcspkr
Sorry, but that's not work on iso
Offline
You can edit the .../EFI/BOOT/grub.cfg file on the flash drive and remove or comment the line with the playcommand. Mine was around the line 29.
...
# GRUB init tune for accessibility
# play 600 988 1 1319 4
...
Last edited by eduhoribe (Yesterday 23:52:15)
Offline