Difference between revisions of "Hide-show grub menu at boot"
Line 5: | Line 5: | ||
To hide the GRUB menu at boot time, set the timeout parameter in the file "/boot/grub/grub.conf" to zero. | To hide the GRUB menu at boot time, set the timeout parameter in the file "/boot/grub/grub.conf" to zero. | ||
+ | |||
+ | The timeout value is the number of seconds the GRUB boot loader will wait for user input before it boot the default OS. |
Revision as of 15:56, 28 September 2010
The default installation of the GRUB boot loader by Fedora 13 set the timeout value to 0 which effectively hide the GRUB boot menu from the user. To activate the GRUB menu at boot time, set the timeout parameter to a non-zero value in the file "/boot/grub/grub.conf.
To hide the GRUB menu at boot time, set the timeout parameter in the file "/boot/grub/grub.conf" to zero.
The timeout value is the number of seconds the GRUB boot loader will wait for user input before it boot the default OS.