I have an Ubuntu server installed, and no matter what settings do I try to change, the GRUB menu won't appear. It only shows "Booting hard disk ...10... 9..." and that's all!
My /etc/default/grub file.
The /boot/grub/grub.cfg.
It's a KVM guest.
I have an Ubuntu server installed, and no matter what settings do I try to change, the GRUB menu won't appear. It only shows "Booting hard disk ...10... 9..." and that's all!
My /etc/default/grub file.
The /boot/grub/grub.cfg.
It's a KVM guest.
Here's the relevant portion of your pastebin'd /etc/default/grub
:
Please comment out these lines in /etc/default/grub
by adding a #
in front:
GRUB_HIDDEN_TIMEOUT=10 GRUB_HIDDEN_TIMEOUT_QUIET=false
Save, and then run sudo update-grub
Try holding the shift key during boot. Sometimes you need to repeatedly keep tapping the key (up/down, up/down, etc.) instead of just holding it down to get this to work.
izx
won the prize, his solution displays the menu always.Cumulus
won the second prize, his solution shows the menu when you want to. Awesomeness. Ty. – Apache Jul 22 '12 at 10:13