How to install Grub Customizer on Ubuntu

Grub Customizer is a free GUI to configure the GRUB2/BURG settings.GRUB (GRand Unified Bootloader) is free boot loader and manager for linux system. burg is also a boot loader based on GRUB.Using Grub Customizer, you can move up or down or remove or rename or edit or create new boot menu entries. It allows the reinstallation of the bootloader to MBR, set the default OS and you can change boot menu background image, resolution, fonts.

Install Grub Customizer on Ubuntu

You can install the latest version of Grub Customizer using its official PPA. To add its PPA, open your terminal app by searching terminal in ubuntu dash and run the below command

sudo add-apt-repository ppa:danielrichter2007/grub-customizer

Then type your ubuntu password. And hit enter key confirm the installation.
Then type the below command and hit enter.

sudo apt-get update

Then run the below command in terminal to install Grub Customizer on Ubuntu.

sudo apt-get install grub-customizer

Type Y and hit enter to confirm the Grub Customizer installation. After the successful installation of Grub Customizer restart your pc. Type the below command in terminal app to start Grub Customizer.

grub-customizer

You can also open it from Ubuntu Dash home from unity launcher. Just type Grub Customizer in the search field. Then click Grub Customizerto open it.

Also Read:  How to install NotePad++ on Ubuntu Linux

If you want to install the latest version directly as a .deb file, download it from the below link.

Download Grub Customizer from PPA archive

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on Twitter and Facebook.



Leave a Reply