PDA

View Full Version : [ubuntu] ubuntu 9.10 grub2 hidden menu config



gopher2x
December 2nd, 2009, 05:48 AM
how do i make my grub menu hidden or only display for 1 second? heres my current settings... cant seem to get it working

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=1
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=1
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
\GRUB_CMDLINE_LINUX=""

u.b.u.n.t.u
December 2nd, 2009, 07:02 AM
Within Ubuntu 9.10, start up manager, there is an option to set the default boot and time delay.

gopher2x
December 2nd, 2009, 07:51 AM
sorry whats the name of the executable you are referring to?

TransitMan
December 2nd, 2009, 07:54 AM
It is called "START UP MANAGER" whereby you can change the settings of GRUB to what you wish.
If you do not have this installed, open Synaptic and searh for it, click to install and install it.
When it is installed, it will be located SYSTEM -> ADMINISTRATION -> STARTUP-MANAGER.

garvinrick4
December 2nd, 2009, 08:02 AM
sudo apt-get install startupmanager




It is a setting in Startup-manager as well as boot order.

Just set to 10 seconds- you can always hit enter if you want to go like now.

If I put at 5 seconds I seem to day dream and miss my chance to boot in another partition alot.

ConstintineVamp
December 2nd, 2009, 08:04 AM
Im still using Jaunty cause i never could get Grub 2 to Update after a kernel upgrade

u.b.u.n.t.u
December 2nd, 2009, 08:17 AM
sorry whats the name of the executable you are referring to?

Yeah sorry about the lack of details. I am writing this from a non Ubuntu 9.10 operating system so I couldn't check.

Cheers to those who came to the rescue!

gopher2x
December 2nd, 2009, 09:12 AM
ok i got the config program installed however it has no option to hide the grub2 menu... i set my timeout to 1 so it only briefly shows... however i would like it to stay hidden unless i hold down shift. this is a feature of grub2 i just dont know how to turn it on. any grub experts ?

darkod
December 2nd, 2009, 10:03 AM
Do you have another OS present? It's a silly question because why would you like hidden menu with another OS present but I just found this:
According to some of the GRUB 2 developers, in Ubuntu the menu will not be hidden any time there are other OSs found by os-prober, regardless of this setting. This is in keeping with the Ubuntu Team's goal towards booting: https://wiki.ubuntu.com/DesktopExper...pec#Bootloader (https://wiki.ubuntu.com/DesktopExperienceTeam/KarmicBootExperienceDesignSpec#Bootloader)

Otherwise uncommenting the line GRUB_HIDDEN_TIMEOUT should make it hidden.