I'm looking to have my computer's motherboard speaker play a beep whenever boot completes and log-in is available.
I've seen some suggestions about having
Perhaps there's something I can do in loader to have it do the beep at the end of the boot process, instead of it starting with the OS via script? I feel as if the boot loader should be signaling the end of its process vs the OS reporting it's ready for log-in, or something in-between that but still before the OS.
I've seen some suggestions about having
beep
to a script to start on-boot, but I feel there might be a more-integrated way to go about this? speaker_load="YES"
and manually playing a sound works.Perhaps there's something I can do in loader to have it do the beep at the end of the boot process, instead of it starting with the OS via script? I feel as if the boot loader should be signaling the end of its process vs the OS reporting it's ready for log-in, or something in-between that but still before the OS.