Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRUB Theme not installling even after Finding theme correctly on Fedora37 #2

Open
AviVarma opened this issue Jan 9, 2023 · 3 comments

Comments

@AviVarma
Copy link

AviVarma commented Jan 9, 2023

The Issue

After modifying my /etc/default/grub and installing using all of these commands:

sudo grub2-mkconfig -o /etc/grub2-efi.cfg
sudo grub2-mkconfig -o /etc/grub2.cfg
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

I haven't been able to install the theme, I'm getting the default black and grey grub menu.

My /etc/default/grub

GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT="saved"
GRUB_DISABLE_SUBMENU="true"
#GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rhgb quiet initcall_blacklist=simpledrm_platform_driver_init rd.dr>
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG="false"

GRUB_THEME="/usr/share/grub/themes/tartarus/theme.txt"
@AllJavi
Copy link
Owner

AllJavi commented Jan 10, 2023

I don't know much about Fedora, so I may not be able to help you much, but most of the people I know who use this distro usually use the grub-customizer package because it usually gives many problems if not. You can try selecting the theme and doing the configuration you want there to see if it works.

@julkefol
Copy link

Check if the theme directory (tartarus) placed correctly in the destination, in this case $ ls /usr/share/grub/themes/.

@AviVarma
Copy link
Author

I've checked the destination, its there! and I've even tried installing using Grub Customizer still no luck :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants