On Thu, 30 May 2002, Dave Mielke wrote: > [quoted lines by Mitchell on May 31, 2002, at 06:57] > > >Can anyone tell me if there is a way to make Lilo bleep when the prompt > >comes up to hit shift and select an OS? > > Yes. You need to rebuild it with the -DBEEP option. Well there is yet an easier solution: In your /etc/lilo.conf file, add the following line: message=/boot/beep If another message= line exists, just comment it out or remove it. Then create the /boot/beep file like this: echo -en "\007" > /tmp/beep Finally, run "lilo" to install the new configuration. Nicolas