0

The thing is GRUB doesn't load up automatically , I have to do it manually, so can someone tell me how can I make it load up automatically everytime I boot?

Seth
  • 58,122
Naiem da Legend
  • 139
  • 2
  • 5
  • 14

1 Answers1

4

You'll need to edit your /etc/default/grub file. Open terminal and type: sudo nano /etc/default/grub (or replace by your favourite editor)

Place "#" at the start of line GRUB_HIDDEN_TIMEOUT=0, then simply run sudo update-grub.

Duncan
  • 2,609
  • 2
  • 15
  • 17