LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   No GRUB menu in Lucid server?? (https://www.linuxquestions.org/questions/ubuntu-63/no-grub-menu-in-lucid-server-815437/)

gdanko 06-21-2010 10:13 AM

No GRUB menu in Lucid server??
 
I installed Lucid server to a Dell R210. I configured grub during the install process and I see /boot/grub/grub.cfg is fully populated. However, when I boot my machine no grub menu appears. How do I get the grub menu to appear?

Thanks in advance.
Gary

tredegar 06-21-2010 11:10 AM

Edit /etc/default/grub (as root)
Set the GRUB_TIMEOUT=10 or however many seconds you need
Comment the line GRUB_HIDDEN_TIMEOUT=0 by adding # as the first character
Save the file
As root, [B]run update-grub
reboot


See:
https://wiki.ubuntu.com/Grub2#grub%2...efault/grub%29

jtarin 06-22-2010 02:53 AM

Did you install GRUB to the MBR or the boot sector of your Linux partition?

gdanko 06-22-2010 07:59 AM

Quote:

Originally Posted by tredegar (Post 4010391)
Edit /etc/default/grub (as root)
Set the GRUB_TIMEOUT=10 or however many seconds you need
Comment the line GRUB_HIDDEN_TIMEOUT=0 by adding # as the first character
Save the file
As root, [B]run update-grub
reboot


See:
https://wiki.ubuntu.com/Grub2#grub%2...efault/grub%29

That resolved it, thanks!!!


All times are GMT -5. The time now is 02:50 PM.