<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 22, 2015 at 11:29 PM, Colin Law <span dir="ltr"><<a href="mailto:clanlaw@gmail.com" target="_blank">clanlaw@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 22 October 2015 at 22:07, Gary J. Kirkpatrick <<a href="mailto:garyartista@gmail.com">garyartista@gmail.com</a>> wrote:<br>
><br>
><br>
> On Thu, Oct 22, 2015 at 11:02 PM, Colin Law <<a href="mailto:clanlaw@gmail.com">clanlaw@gmail.com</a>> wrote:<br>
>><br>
>> On 22 October 2015 at 18:43, Gary J. Kirkpatrick <<a href="mailto:garyartista@gmail.com">garyartista@gmail.com</a>><br>
>> wrote:<br>
>> > Sometimes my touchscreen does not work and a few other issues, so I<br>
>> > thought<br>
>> > I'd load up an earlier kernel. Ubuntu 14 is my only operating system so<br>
>> > you<br>
>> > should be able to choose other kernels (I have at least 1 other<br>
>> > installed)<br>
>> > by holding the shift key down. Nada.<br>
>> ><br>
>> ><br>
>> > <a href="http://askubuntu.com/questions/87409/i-cant-get-grub-menu-to-show-up-during-boot" rel="noreferrer" target="_blank">http://askubuntu.com/questions/87409/i-cant-get-grub-menu-to-show-up-during-boot</a><br>
>> ><br>
>> > There are some remedies here. I wonder if anyone here has a suggestion.<br>
>><br>
>> So which of those have you tried? In particular what have you got in<br>
>> /etc/default/grub. Maybe copy/paste it here.<br>
><br>
><br>
</span><span class="">> Not tried any, looking for advice first.<br>
<br>
</span>OK, I assumed that you had looked there and done a bit of googling to<br>
see what it all means but could not get it to work. See [1] for a<br>
description of what the settings do<br>
<br>
I think that if you change<br>
GRUB_HIDDEN_TIMEOUT=0<br>
to<br>
GRUB_HIDDEN_TIMEOUT=<br>
<br>
Then it should show the boot menu for 10 seconds (as you have<br>
GRUB_TIMEOUT set to that).<br>
<br>
I say 'think' because actually I just have that line commented out,<br>
but I see from the wiki page that the recommended suggestion is to set<br>
it to blank.<br>
<br>
Don't forget to run<br>
sudo update-grub<br>
after saving the file.<br>
<br>
[1] <a href="https://help.ubuntu.com/community/Grub2/Setup#Configuring_GRUB_2" rel="noreferrer" target="_blank">https://help.ubuntu.com/community/Grub2/Setup#Configuring_GRUB_2</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Colin<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> # If you change this file, run 'update-grub' afterwards to update<br>
> # /boot/grub/grub.cfg.<br>
> # For full documentation of the options in this file, see:<br>
> # info -f grub -n 'Simple configuration'<br>
><br>
> GRUB_DEFAULT=0<br>
> GRUB_HIDDEN_TIMEOUT=0<br>
> GRUB_HIDDEN_TIMEOUT_QUIET=true<br>
> GRUB_TIMEOUT=10<br>
> GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`<br>
> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"<br>
> GRUB_CMDLINE_LINUX=""<br>
><br>
> # Uncomment to enable BadRAM filtering, modify to suit your needs<br>
> # This works with Linux (no patch required) and with any kernel that obtains<br>
> # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)<br>
> #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"<br>
><br>
> # Uncomment to disable graphical terminal (grub-pc only)<br>
> #GRUB_TERMINAL=console<br>
><br>
> # The resolution used on graphical terminal<br>
> # note that you can use only modes which your graphic card supports via VBE<br>
> # you can see them in real GRUB with the command `vbeinfo'<br>
> #GRUB_GFXMODE=640x480<br>
><br>
> # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to<br>
> Linux<br>
> #GRUB_DISABLE_LINUX_UUID=true<br>
><br>
> # Uncomment to disable generation of recovery mode menu entries<br>
> #GRUB_DISABLE_RECOVERY="true"<br>
><br>
> # Uncomment to get a beep at grub start<br>
> #GRUB_INIT_TUNE="480 440 1"<br>
><br>
> garyk<br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> --<br>
> ubuntu-users mailing list<br>
> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at:<br>
> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
><br>
<br>
--<br></div></div></blockquote><div><br></div><div>that worked, thanks. </div></div>
</div></div>