I'm running a fresh Ubuntu 16.04.2 on a brand new machine (2 weeks old), but 2 nights ago (May 2-3) a kernel update completely broke my system. I have reasons to believe I could fix it if I could tell grub to pick an older kernel at startup.
Problem, this is a single-boot install so grub's menu is disabled by default, and I can't get it to show up by pressing Shift, repeatedly or not (or hitting the space bar or whatever.) So far I can only get grub's command-line interface to show up by pressing Esc. That's all I have at the moment as I can't even open a session, less so a terminal, so I can't edit grub's config file or anything else.
I've tried to do
grub> configfile /boot/grub/grub.cfg
but it just tries to launch my system as usual without me being able to interfere to pick another kernel.
I've heard it's possible to launch grub's menu interface from the CLI, but it isn't explained how one is supposed to do that in the manual. At the moment, it seems to be my only option. Ideas?
EDIT: Since I can't edit config files or use Shift to bring up the grub menu, this is NOT a duplicate of this other question
grub
menu in order to select an older kernel version. There is an answer below which addresses this fact. – WinEunuuchs2Unix Mar 24 '18 at 00:27