Grub can be made a bit more accessible by making it beep. For this you just need to make it emit the ^G character (control-G).
Debian has a new "print" command that permits to do that just once.
For other distributions, you can put ^G in the title of e.g. the first menu entry.
To type ^G, in vim you can type control-V control-G.