SOLVED new install 17.1 how to access the bootloader menu?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
drlao

SOLVED new install 17.1 how to access the bootloader menu?

Post by drlao »

new install 17.1 mate rc
on new box with total erasure of wondows
boots great runs great but I would like to access the boot loader on restart
how do you do this? shift does not work and neither does escape
delete will bring me into the bios setup which is not what I want
so what is the trick
I appologize for the newbieness of this question
TIA
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 5 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: new install 17.1 how to access the bootloader menu?

Post by WharfRat »

drlao,

The 'menu' is a text file. It's /boot/grub/grub.cfg

You can view it with

Code: Select all

cat  /boot/grub/grub.cfg
richyrich

Re: new install 17.1 how to access the bootloader menu?

Post by richyrich »

As soon as the BIOS is passed, I hold down the Shift key until the menu appears.
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

WharfRat wrote:drlao,

The 'menu' is a text file. It's /boot/grub/grub.cfg

You can view it with

Code: Select all

cat  /boot/grub/grub.cfg
Thanks for replying WharfRat, the idea is to access grub live on the fly at boot to, for example, run memtest or choose a different kernel etc
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

richyrich wrote:As soon as the BIOS is passed, I hold down the Shift key until the menu appears.
Yup and this is exactly what is not working!
WharfRat

Re: new install 17.1 how to access the bootloader menu?

Post by WharfRat »

drlao wrote:Thanks for replying WharfRat, the idea is to access grub live on the fly at boot to, for example, run memtest or choose a different kernel etc
Yea, stupid me :oops:

Are you holding down the right-shift key :?:
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

WharfRat wrote:
Are you holding down the right-shift key :?:
just tested again: both right and left shift lead to same no go.
Mik3e
Level 4
Level 4
Posts: 221
Joined: Sat Jan 01, 2011 2:54 pm

Re: new install 17.1 how to access the bootloader menu?

Post by Mik3e »

On my Mint 17 holding down the shift continuously doesn't work. Either shift key or Esc must pressed at the correct time during boot. Knowing the correct time is difficult so I press the key about every 2 seconds after GRUB beeps. If the countdown timer is displayed, that's the time.
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

Mik3e wrote:On my Mint 17 holding down the shift continuously doesn't work. Either shift key or Esc must pressed at the correct time during boot. Knowing the correct time is difficult so I press the key about every 2 seconds after GRUB beeps. If the countdown timer is displayed, that's the time.
No amount or timing of shift will work.
But tapping Esc does work - You just have to keep at it.
So that's it: Mik3e's tapping technique on escape is the workaround.
Thank You Mik3e!
Note to developers: this feels like a bug rather than a feature.
WharfRat

Re: new install 17.1 how to access the bootloader menu?

Post by WharfRat »

There is another way I just tried on a computer that only has mint installed and doesn't show a menu.

Open the file /etc/default/grub and add GRUB_TIMEOUT_STYLE="menu", save it then run

Code: Select all

sudo update-grub
It should default to showing the menu when not set, but it does appear to be a little buggy.

You can get more info with

Code: Select all

info -f grub -n 'Simple configuration'
Good luck :wink:
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

WharfRat wrote:There is another way I just tried on a computer that only has mint installed and doesn't show a menu. :
Yes This is exactly a verification of the problem. Thank you WharfRat.
Will now test proposed solution.
drlao

Re: new install 17.1 how to access the bootloader menu?

Post by drlao »

WharfRat wrote:There is another way I just tried on a computer that only has mint installed and doesn't show a menu.

Open the file /etc/default/grub and add GRUB_TIMEOUT_STYLE="menu", save it then run

Code: Select all

sudo update-grub
It should default to showing the menu when not set, but it does appear to be a little buggy.

You can get more info with

Code: Select all

info -f grub -n 'Simple configuration'
Good luck :wink:
Adding GRUB_TIMEOUT_STYLE="menu" works!
Thank you WharfRat and all.
Neil Edmond
Level 6
Level 6
Posts: 1347
Joined: Thu Dec 26, 2013 10:19 am
Location: N.E. AR USA

Re: new install 17.1 how to access the bootloader menu?

Post by Neil Edmond »

I figure Mint is made this way by design, to hide all the choices and such from new users, and to make the boot "more like Windows" so the noob won't freak out. Same reason we have a quite boot with only a splash visible. Don't want those noobs knowing what going on during boot. :wink:
Locked

Return to “Beginner Questions”