let's say you have multiple versions of ubuntu installed. and you end up accidentally pressing the key ''ESC'' when on the switching screen. it will bring you to the grub menu, right? so how to go back to that switching screen and out of the grub menu?
Asked
Active
Viewed 143 times
ls
and thenls (hdX,Y)/
, the X is your drive and Y is partition, you want to find install, like (hd0,2). thenconfigfile (hdX,Y)/boot/grub/grub.cfg
where X & Y are drive, partition of your install. If not run Boot-Repair. https://help.ubuntu.com/community/Boot-Repair – oldfred Aug 11 '22 at 03:41