Kindly consider this, have tried tried exit on grub terminal its not working
Asked
Active
Viewed 3,368 times
0
-
My os is linux 18.04 and grub menu opened up (may b some keys got pressed while starting system) just want to exit from here and start my sytem normally – Maleeha Khan Aug 14 '20 at 05:40
-
Yes waiting on screen (gnu grub main menu) have entered c and in grub command line entered exit, normal_exit but still on main menu screen how to exit from here? Yes press f2 now what to do? – Maleeha Khan Aug 14 '20 at 05:49
1 Answers
0
If you're in the kernel selection menu, i.e. something that looks like this:
then use the up arrow key until the topmost (= most recent) kernel is highlighted and press ENTER to boot into that kernel.
If, on the other hand, you accidentally pressed 'e' while in that menu and opened up the kernel command line:
then press Ctrl-X to proceed.
-
Gnu grub has following options *ubuntu advance ubuntu settings, memory test , memory test how to exit from here and start system normally – Maleeha Khan Aug 14 '20 at 05:54
-
@MaleehaKhan As in this: https://www.omgubuntu.co.uk/wp-content/uploads/2012/09/grub2-in-ubuntu.jpg ? If so, then use the up arrow key until "Ubuntu" is highlighted and press Enter to boot into the default kernel. – Donald Sebastian Leung Aug 14 '20 at 06:06
-
-
@MaleehaKhan Nice, sounds like your issue was resolved. If so, would you mind marking this as the accepted answer? – Donald Sebastian Leung Aug 14 '20 at 08:13