From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by speech.braille.uwo.ca (Postfix) with ESMTP id 6D8C1C1A237 for ; Sat, 10 Apr 2010 18:33:23 -0400 (EDT) Received: by qw-out-2122.google.com with SMTP id 8so1569924qwh.23 for ; Sat, 10 Apr 2010 15:33:04 -0700 (PDT) Received: by 10.229.192.68 with SMTP id dp4mr3058182qcb.36.1270938783772; Sat, 10 Apr 2010 15:33:03 -0700 (PDT) Received: from localhost (69-45-182-8.mod.clearwire-dns.net [69.45.182.8]) by mx.google.com with ESMTPS id v26sm3820234qce.1.2010.04.10.15.33.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Apr 2010 15:33:03 -0700 (PDT) Date: Sat, 10 Apr 2010 15:40:59 -0700 From: Gaijin To: "Speakup is a screen review system for Linux." Subject: Re: How to add a beep in Grub? Message-ID: <20100410224059.GB6510@gnuked.clearwire.net> References: <4BC0726C.7070709@yahoo.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BC0726C.7070709@yahoo.com.br> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 22:33:23 -0000 On Sat, Apr 10, 2010 at 09:43:24AM -0300, Cleverson Casarin Uliana wrote: > Can someone tell me the steps to make Grub beep whenever it is > displayed at the boot process? Edit the menu.lst file. You will eventually find, likely without needing sighted assistance, the menu options that will be displayed. Use your editor to add the special character Ctrl+G, the bell character in 'man ascii', hex and decimal character #7 in the ASCII tables. Then just save and run the update-grub script (in Debian...not sure about other distros). I just put the Ctrl+G at the end of the text string, and only on the default selection. Less chance of getting lost in the menu if there are beeps for every selection, and multiple beeps happen so fast, that it will likely sound like a single beep. HTH, Michael