Get Grub to pop up on reboot
Hello Everyone, I have some car tuning apps that have to run in windows so unfortunatly I have to switch back occasionally. For some reason I cannot get the grub menu to show up when I reboot. I have ran the ujust command to rebuild grub but that doesnt seem to do the trick is there anyway to make grub stay up longer or just wait for me to select one to boot to?
2 Replies
you should consider using the bios if its occasional
otherwise yes, you can edit
/etc/grub/default
and rebuild grub, but id have to pull up the command for thatYou can set the grub autohide behaviour with
ujust configure-grub
. If 3 seconds is not enough, you can edit the timer in /etc/default/grub
to more or -1 if you don't want autoselection at all. You will need to ujust regenerate-grub
after editing that file for it to apply.