<div dir="ltr">Hi Spike,<br><div class="gmail_extra"><br><div class="gmail_quote">These ideas of mine really need to be confirmed with a GRUB expert..<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On 27 July 2017 at 00:19, Spike <span dir="ltr"><<a href="mailto:spike@drba.org" target="_blank">spike@drba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>any help to get this fixed would be most appreciated.</div></div></blockquote><br></div><div class="gmail_quote">GRUB is a programme used to manage booting various operating systems, including Linux. Its documentation can be found at:- <a href="http://www.gnu.org/software/grub/">www.gnu.org/software/grub/</a><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">When you switch your computer on, some built-in software (old computers have a BIOS for this, newer ones use UEFI) is run. It looks for a suitable boot device from a list of potential boot drives. When Linux is involved, the boot drive has GRUB installed on it - so when you switch a Linux computer on, it runs:-<br></div><div class="gmail_quote">1. The BIOS/UEFI which then invokes<br></div><div class="gmail_quote">2. GRUB which in turn then invokes<br></div><div class="gmail_quote">3. A Linux Kernel<br></div><br><div class="gmail_quote">There is a file on your computer, /etc/default/grub and it might be the way to go..<br><br></div><div class="gmail_quote">In particular the line:-<br>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"<br>might need to have the word "quiet" removed.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">And, to get an audio prompt, remove the '#' character in from of GRUB_INIT_TUNE:-<br># Uncomment to get a beep at grub start<br>#GRUB_INIT_TUNE="480 440 1"<br><br></div><div class="gmail_quote">Then save the file and, to get your changes applied run:-<br></div><div class="gmail_quote">sudo update-grub<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Note - I am _not_ a GRUB expert so you really need to get these ideas OKed by someone who knows more than me.<br><br></div><div class="gmail_quote">BW,<br><br><br></div><div class="gmail_quote">Ian<br></div><div class="gmail_quote"><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>-- ACCU - Professionalism in programming - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a><br></div>-- My writing - <a href="https://sites.google.com/site/ianbruntlett/" target="_blank">https://sites.google.com/site/ianbruntlett/</a><br><div>-- Free Software page - <a href="https://sites.google.com/site/ianbruntlett/home/free-software" target="_blank">https://sites.google.com/site/ianbruntlett/home/free-software</a><br></div><br> </div></div></div></div></div></div></div>
</div></div>