Show grub menu at startup

9 risposte [Ultimo contenuto]
sudoman
Offline
Iscritto: 10/02/2011

I would like to boot up my Trisquel 5.0 install to test some software on older libraries.

How do I make the grub menu display at startup? I had this working in Trisquel 5.0, but I cannot remember the exact change(s) I made. (I've already made a chainloading entry in /etc/grub.d/)

Thanks!

mYself
Offline
Iscritto: 01/18/2012

If I understand you correctly, you have installed Dagda(5.0) alongside another OS(possibly Brigantia) and the GRUB does not show up. If that is the case, try this:
$ sudo sed -i s/GRUB_TIMEOUT=0/GRUB_TIMEOUT=10/ /etc/default/grub
$ sudo update-grub

Then reboot.

Mampir
Offline
Iscritto: 12/16/2009

*duplicate*

sudoman
Offline
Iscritto: 10/02/2011

Thanks, but I don't think that /etc/grub.d/ is that simple in Trisquel 5.5.

I seem to remember issues with setting the timeout on 5.0 before and also having to change the menu hiding.

Thankfully, holding down shift works for me, as answered below. :)

mYself
Offline
Iscritto: 01/18/2012

I never mentioned anything about '/etc/grub.d/'. The method I said before changes the GRUB timeout from 0 to 10 seconds and should work even if pressing the [Shift] key does not (which actually never worked for me).

mYself
Offline
Iscritto: 01/18/2012

I never mentioned anything about '/etc/grub.d/'. The method I said before
changes the GRUB timeout from 0 to 10 seconds and should work even if
pressing the [Shift] key does not (which actually never worked for me).

sudoman
Offline
Iscritto: 10/02/2011

Thanks, but I don't think that /etc/grub.d/ is that simple in Trisquel 5.5.

I seem to remember issues with setting the timeout on 5.0 before and also
having to change the menu hiding.

Thankfully, holding down shift works for me, as answered below. :)

Mampir
Offline
Iscritto: 12/16/2009

Try holding the shift key while booting, this will make grub appear.

sudoman
Offline
Iscritto: 10/02/2011

that did the trick, thanks :)

sudoman
Offline
Iscritto: 10/02/2011

that did the trick, thanks :)