> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Install and Use Grub Customizer in Fedora Linux
- URL: https://itsfoss.com/grub-customizer-fedora/
- Published: 2022-10-05T10:39:00.000Z
- Updated: 2024-06-20T07:09:36.000Z
- Description: Learn to install and use Grub Customizer tool on Fedora Linux and customize Grub to your liking.
- Author: Pranav Krishna
- Tags: Fedora

Grub Customizer is a handy tool for customizing the grub configuration and changing its appearance.

While you can do all this in the command line by modifying the [grub](https://itsfoss.com/what-is-grub/) config file, Grub Customizer gives you the comfort of a GUI tool.

In this article, I will walk you through the steps of installing and using the mighty tool GRUB Customizer in Fedora Linux.

## Install Grub Customizer on Fedora

Installation is as easy as pie. Fire up the terminal and run:

```
sudo dnf install grub-customizer
```

![installing grub customizer](https://itsfoss.com/content/images/wordpress/2022/07/Installing-grub-customizer.png)

Installing grub-customizer via DNF

That’s how simple it is. Note that the customizer is spelled with a ‘Z’ :)

## Using Grub Customizer

When you open Grub Customizer for the first time, it takes a bit to retrieve the list of operating systems shown in the GRUB menu.

![grub customizer](https://itsfoss.com/content/images/wordpress/2022/07/grub-customizer.png)

GRUB customizer user interface

### List configuration

This tab deals with the configuration of each item in the grub menu.

Here, you can rearrange the order of the listing, rename/modify the existing menu entries, or even create a new entry according to your preference and with your own set of configurations.

Right clicking and selecting *Edit* allows us to view and edit the configuration of that item. For example, take a look at the below image.

![editing grub menu item](https://itsfoss.com/content/images/wordpress/2022/08/edit_grub_menu_item-800x410.png)

Editing a GRUB menu item

### General Settings

Here, customizing the behavior of the grub menu is done.

You can set which entry to be highlighted on startup which is the first entry by default (**1**), or increase the display duration (in seconds) of the menu (**2**). Here’s an image representing the tab:

![general settings](https://itsfoss.com/content/images/wordpress/2022/08/general_settings.png)

General Settings

### Appearance settings

This section alters the appearance of the grub menu. It has a few options for modifying the existing appearance. You can add a background (2), modify the text color, etc with this tab.

If you have installed a GRUB theme like me, you get the chance to view all the theme files and edit their configuration.

![appearance general 1](https://itsfoss.com/content/images/wordpress/2022/08/appearance_general-1.png)

Modifying appearance of GRUB

[![enable aur](https://itsfoss.com/content/images/wordpress/2022/08/appearance_with_theme.png)](https://itsfoss.com/content/images/wordpress/2022/08/enable-aur-e1659974408774.png)

Modifying the appearance of an installed GRUB theme

You also can check out the advanced settings, which just list the configuration listed in the /etc/default/grub file. This is a great feature as it makes the editing of these configurations far simpler with separate text fields and checkboxes.

![advanced settings](https://itsfoss.com/content/images/wordpress/2022/08/advanced_settings.png)

Advanced GRUB Settings

When you are done with the changes you wish to make, you can update the configuration by clicking on the Save button below the menu bar. That would save and update your config within a couple of seconds.

That is all about this simple tutorial. Enjoy grub.