9

Text mode boot screen shows when the PC is started. (it shows when for some reason, restart was not done safely, but in remote location I must need to boot the PC on power on)

enter image description here

How can I on power ignore this screen and take the default to boot urgent to Ubuntu?

Braiam
  • 69,112

1 Answers1

9

To disable the Grub boot menu from showing at boot, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo gedit /etc/default/grub

Change the Grub timeout

GRUB_TIMEOUT=0

Save and reboot.

Fabby
  • 35,017
Mitch
  • 109,787