0

Kindly consider this, have tried tried exit on grub terminal its not working

  • 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 Answers1

0

If you're in the kernel selection menu, i.e. something that looks like this:

Kernel selection menu

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:

Kernel command line

then press Ctrl-X to proceed.