From 74ef95960561a74ea9e69a0f8aa9e2a7ad421d3f Mon Sep 17 00:00:00 2001 From: grohan47 <74037058+grohan47@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:54:51 +0530 Subject: [PATCH] Added some install instructions. Added installation instructions for Fedora & Added the correct grub update commands for UEFI and BIOS systems. --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938ce07..ced501e 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,13 @@ Eopkg ``` sudo eopkg install grub-customizer ``` +Dnf/Fedora + +**Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) is much more secure and hassle free.** + +``` +sudo dnf install grub-customizer +``` ### Install pre-made theme with Grub Customizer @@ -283,18 +290,31 @@ Ctrl+O to save, Ctrl+X to exit You will need to tell Grub to update its configuration to include the new theme. -Ubuntu and Debian-based systems: +##### Ubuntu and Debian-based systems: ``` sudo update-grub ``` -Other Linux distro: +##### Fedora, Arch & Other Linux distros: + +To find out whether you have a BIOS or UEFI system, run the following command in a terminal: +``` +inxi -M | grep -i 'UEFI\|BIOS' +``` + +If you have a BIOS system, run: ``` sudo grub-mkconfig -o /boot/grub/grub.cfg ``` +If you have a UEFI system, run: + +``` +sudo grub2-mkconfig /etc/grub2-efi.cfg +``` + ## Install theme in Ventoy Extract `Ventoy.tar` to `/ventoy/theme` directory