I run GRUB Boot-loader with open SUSE 13.2.
I set timeout=0 at Boot-loader Options tab and Default Boot Section='Windows 7***'.
From then on, I couldn't see the GRUB menu to select which OS I want to boot
How do I get the boot menu back?
I run GRUB Boot-loader with open SUSE 13.2.
I set timeout=0 at Boot-loader Options tab and Default Boot Section='Windows 7***'.
From then on, I couldn't see the GRUB menu to select which OS I want to boot
How do I get the boot menu back?
I got it working with these:
/etc/default/grub, set GRUB_TIMEOUT=0GRUB_TIMEOUT_STYLE to hidden or countdown. Don't set it to menu as it uses a different loop that is not interruptible.If the above fails, it's quite easy (usually) to boot from any Linux live image (e.g., from a USB thumb drive), mount the /boot filesystem, and edit grub2/grub2.cfg on that to undo your change. For that you add
set timeout=10
to the very end of the file.
Do heed the warning at the beginning of the file, though — that file will get automatically overwritten, you will also have to change /etc/default/grub to undo the changes that led to timeout being 0. (But you can do that once you've normally booted your system).