Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Grub not updating?

  1. #11
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Grub not updating?

    I have not seen this, but with 14.04 someone posted the grub update and it included this comment. Not sure exactly what it means.

    Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  2. #12
    Join Date
    Oct 2011
    Location
    /root
    Beans
    956
    Distro
    Ubuntu

    Re: Grub not updating?

    Quote Originally Posted by oldfred View Post
    I have not seen this, but with 14.04 someone posted the grub update and it included this comment. Not sure exactly what it means.
    Indeed, 14.04 users are complaining about this as well as can be seen in THIS bug report. I have found a workaround that I can confirm works for me. I have commented out the GRUB_HIDDEN* fields like this;


    Code:
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=5
    Now I don't get that warning when updating GRUB and my countdown timer was changed to 5s from 10s. I have no idea why those 2 are not commented out by default to avoid this.....


Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •