03-10-2016, 09:05 PM
You can install Grub Customizer by copying the following lines into a terminal one at a time. But really if you're already at the grub.cfg file, you can just change the 10 in the line "GRUB_TIMEOUT=10" to a 0, save the file, and run "sudo update-grub" in a terminal, and you'll be done with this.
Code:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Want to thank me? Click my [Thank] link.