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?
Asked
Active
Viewed 1,851 times
1 Answers
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.
Michal Polovka
- 1,273
Duncan
- 2,729