How to Install Grub Customizer on Linux?
Install Grub Customizer Ubuntu – If you’re a Linux user, you’re likely familiar with the Grand Unified Bootloader (GRUB) which is used to manage your system’s boot process. The default configuration for GRUB is usually sufficient for most users, but sometimes you might want to customize it to suit your preferences. That’s where Grub Customizer comes in.
Grub Customizer is a graphical tool that allows you to customize the GRUB bootloader. With it, you can add or remove boot entries, change the default boot entry, adjust the timeout before booting, and even change the background image of the GRUB menu.
In this article, we’ll go over how to install Grub Customizer on Linux and show you how to use it to customize your GRUB menu.
Grub Customizer can be installed on most major Linux distributions. Here’s how to install it on some of the most popular ones:
Install Grub Customizer on Ubuntu and its derivatives
Open the terminal by pressing Ctrl+Alt+T
. Type the following command and press Enter to add the Grub Customizer PPA to your system:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
Next, update your package list by running:
sudo apt update
Finally, install Grub Customizer with the following command:
sudo apt install grub-customizer
Install Grub Customizer on Fedora and its derivatives
Open the terminal and type the following command to install Grub Customizer:
sudo dnf install grub-customizer
Install Grub Customizer on Arch Linux and its derivatives
Open the terminal and type the following command to install Grub Customizer:
sudo pacman -S grub-customizer
Read more: How to Update Grub Arch Endeavor Linux
Once you have installed Grub Customizer, you can open it from your applications menu or by typing grub-customizer
in the terminal.
How to Use Grub Customizer to Customize Your GRUB Menu
Using Grub Customizer is easy. Here are some common customizations you might want to make:
Add a New Boot Entry
To add a new boot entry, follow these steps:
- Open Grub Customizer.
- Click the
+
button in the lower-left corner of the window. - Enter a name for the new entry.
- Select the partition where the operating system is installed.
- Select the boot loader file for the operating system. For example, for Ubuntu, the file is located at
/boot/vmlinuz
. - Click
Save
to save the new entry.
Remove a Boot Entry
To remove a boot entry, follow these steps:
- Open Grub Customizer.
- Select the boot entry you want to remove.
- Click the
-
button in the lower-left corner of the window. - Click
Save
to save the changes.
Change the Default Boot Entry
To change the default boot entry, follow these steps:
- Open Grub Customizer.
- Select the boot entry you want to make the default.
- Click the
Up
orDown
button in the lower-left corner of the window until the entry is in the desired position. - Click
Save
to save the changes.
Adjust the Boot Timeout
To adjust the timeout before booting, follow these steps:
- Open Grub Customizer.
- Click the
General settings
tab. - You’ll see a
Boot Default Entry After
field. Enter the desired value in seconds. - Click
Save
to save the changes.
Change the Background Image
To change the background image of the GRUB menu, follow these steps:
- Open Grub Customizer.
- Click the
Appearance settings
tab. - Click the
Select background image
button and browse to the location of the image you want to use. - Click
Save
to save the changes.
Conclusion
Grub Customizer is a useful tool for customizing the GRUB bootloader on Linux. With it, you can add or remove boot entries, change the default boot entry, adjust the timeout, and even change the background image of the GRUB menu. Installing Grub Customizer is easy, and it’s available on most major Linux distributions. With this guide, you should now have all the knowledge you need to customize your GRUB menu with Grub Customizer.