Grub Customizer is a free utility that gives you an easily customizable user interface for managing GRUB entries. Using this utility, you can move, remove or rename the GRUB entries.
You can even edit the GRUB entries and the greatness of this utility is it keeps the entries updatable if you happen to do it using update-grub command-line.
Grub Customizer comes to your rescue when you want to reinstall the bootloader to the Master Boot Record (MBR). It supports GRUB2 and BURG.
Not just that, Grub Customizer can make your GRUB look good. You can change the background image and text colors.
Other features include setting a default operating system when you start the computer and also the ability to set the kernel parameters. Overall, I think this is a great utility for every Linux user in making GRUB clean and tidy, which otherwise used to be a tedious command-line process.
Install Grub Customizer in Ubuntu, Linux Mint, and elementary OS
Elementary OS Loki and above users may need to first enable PPA before attempting the following steps.
Step 1: Launch ‘Terminal’ and copy-paste the following command to add its PPA repository.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
Step 2: Update repository sources using apt-get update command:
sudo apt-get update
Step 3: Finally, install Grub Customizer.
sudo apt-get install grub-customizer
8 comments
$ sudo apt-get install grub-customizer
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
grub-customizer : Depends: libgtkmm-3.0-1 but it is not installable
E: Unable to correct problems, you have held broken packages.
~$ sudo add-apt-repository ppa:danielrichter2007/grub-customizer
[sudo] password for jing:
sudo: add-apt-repository: command not found
I know this might be necro at this point, but you need to “sudo apt-get install software-properties-common” first.
Fantastic. Everything worked fine. Thanx for the idea of GrubCustomizer!
thx!! helpful
can’t add repository
You are about to add the following PPA:
This PPA contains the latest release of Grub Customizer.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
More info: https://launchpad.net/~danielrichter2007/+archive/ubuntu/grub-customizer
Press Enter to continue or Ctrl+C to cancel
Executing: /tmp/apt-key-gpghome.40c3EEaKvM/gpg.1.sh –keyserver hkps://keyserver.ubuntu.com:443 –recv-keys 59DAD276B942642B1BBD0EACA8AA1FAA3F055C03
gpg: keyserver receive failed: No keyserver available
Grub customizer is not FOSS any longer since its developers chose to make it a paying app a couple years ago and has not updated its deb package since Ubuntu Disco!
I do not think that it should be on this site anymore, nor recommended.
$sudo add-apt-repository ppa:danielrichter2007/grub-customizer
Traceback (most recent call last):
File “/usr/bin/add-apt-repository”, line 95, in
sp = SoftwareProperties(options=options)
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 109, in __init__
self.reload_sourceslist()
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File “/usr/lib/python3/dist-packages/aptsources/distro.py”, line 91, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Parrot/n/a
not working