Skip to content

How to remove Grub theme #25

Discussion options

You must be logged in to vote
  • Comment out GRUB_THEME=... in /etc/default/grub
  • Update GRUB. This depends on your distro, search for "update grub [distro]".
    Common ways:
    • Debian, Ubuntu, Solus and derivatives: update-grub or grub-mkconfig -o /boot/grub/grub.cfg
    • RHEL, CentOS, Fedora, SUSE and derivatives: grub2-mkconfig -o /boot/grub2/grub.cfg
    • Arch, Gentoo and derivatives: grub-mkconfig -o /boot/grub/grub.cfg

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by shvchk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #15 on December 05, 2022 08:38.