Ubuntu – How to run “grub-customizer” on Ubuntu 12:04

grub2

I need to clear up my start up screen and re-order. I have down loaded the grub-customizer apt but don't know how to run it. any and all suggestions greatfully received

Best Answer

OK, To install Grub-Customizer, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:adabbas/1stppa
sudo apt-get update
sudo apt-get install grub-customizer

Once installed, search for it in Dash, and then click on the icon, and it will open. See images below.

enter image description here enter image description here

To run it from terminal type:

sudo grub-customizer
Related Question