How to get to the GRUB2 menu
I am using Karmic, where GRUB2 has changed the menu config file to /boot/grub/
1) How do I display the GRUB menu for X number of seconds at each boot? What is the actual syntax? I was suggested to run "sudo /usr/sbin/
2) What does this line mean, will pressing shift during boot show the menu now? What is the value of -1?
### BEGIN /etc/grub.
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
### END /etc/grub.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- grub Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- komputes
- Solved:
- Last query:
- Last reply: