|
Re: How to modify boot menu
With grub2, you now edit the file /etc/default/grub
Find the Line: GRUB_TIMEOUT=n
..and change it to however many seconds you wish.
Then, after you've made that edit, again as root, do:
grub2-mkconfig -o /boot/grub2/grub.cfg
|