How to auto boot to ubuntu instead of showing text mode grub menu on power failure [duplicate]
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)
How can I on power ignore this screen and take the default to boot urgent to Ubuntu?
Solution 1:
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.