bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42835] GRUB_TIMEOUT cannot be set to zero to hide the menu


From: Thomas Hirsch
Subject: [bug #42835] GRUB_TIMEOUT cannot be set to zero to hide the menu
Date: Wed, 23 Jul 2014 20:52:41 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42835>

                 Summary: GRUB_TIMEOUT cannot be set to zero to hide the menu
                 Project: GNU GRUB
            Submitted by: thokari
            Submitted on: Mi 23 Jul 2014 20:52:39 GMT
                Category: Configuration
                Severity: Major
                Priority: 5 - Normal
              Item Group: Software Error
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: 2.02~beta1
         Reproducibility: Every Time
         Planned Release: None

    _______________________________________________________

Details:

Setting 

GRUB_TIMEOUT=0

and doing (on Ubuntu):

sudo update-grub

will have no effect, because of the lines

if [ "${timeout}" = 0 ]; then
  set timeout=10
fi

in grub.cfg

See also here:
http://stackoverflow.com/questions/4973692/hide-grub2-boot-menu

The version used is actually 2.02~beta2-9.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42835>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]