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

How do I safely delete the theme? #8

Open
SafestRanger52 opened this issue Feb 6, 2025 · 1 comment
Open

How do I safely delete the theme? #8

SafestRanger52 opened this issue Feb 6, 2025 · 1 comment

Comments

@SafestRanger52
Copy link

Hi, I am running fedora 41 and I wish to uninstall the theme, I have tried to remake the grub config, but that still makes the options "singlebooter" and other stuff appear.

@Lxtharia
Copy link
Owner

Lxtharia commented Feb 6, 2025

Hi!

The double theme is a bit hacky, that's why you can't disable it completly with grub-mkconfig.

If you just want to disable the "singlebooter" screen, you can run

sudo grub-editenv - unset config_file

If you actually want to purge it, you need to remove these two files:

/etc/grub.d/05_twomenus
/boot/grub/mainmenu.cfg

If you also want to remove the theme files themselves, remove the /boot/grub/themes/minegrub* folders.

Hope this helps!

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

2 participants