Fedora 24: Customize GRUB menu with GRUB Customizer

This article will describe customizing GRUB menu with GRUB Customizer.

1 Install grub-customizer

Install grub-customizer which is GRUB Customizer package.

$ sudo dnf install -y grub-customizer

2 Run grub-customizer

Run grub-customizer on terminal.

$ sudo grub-customizer

Edit GRUB entry on "List configuration". This can change order and name of entry.

0001_List-configuration.png

Edit GRUB parameter and kernel parameter on "General settings". This cannot set GRUB to serial console.

0002_General-settings.png

Change background and fonts on "Appearance settings". This article uses theme in /boot/grub2/themes/system.

0003_Appearance-settings.png

GRUB menu is as below.

0004_GRUB.png