Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 21735  / 2 Years ago, mon, january 17, 2022, 7:22:48

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.


More From » server

 Answers
1

  • Here's the relevant portion of your pastebin'd /etc/default/grub:



    enter image description here


  • 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


  • The menu should now appear on every run, with a 10 second timeout for the default entry (0); we just "un-hid" the menu during the timeout countdown.


[#36664] Tuesday, January 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ipentainer

Total Points: 112
Total Questions: 113
Total Answers: 113

Location: Guernsey
Member since Tue, Jul 6, 2021
3 Years ago
;