Can I change the Grub colour scheme within LM7?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
curtis

Re: Can I change the Grub colour scheme within LM7?

Post by curtis »

There is a GUI application for customizing GRUB. You can get it by running 'sudo apt-get install startupmanager'. After it's installed, run 'startupmanager' to customize GRUB.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Can I change the Grub colour scheme within LM7?

Post by merlwiz79 »

This maybe what you want.
Disable the GFXboot theme:

Code: Select all

gfxmenu=/boot/gfxmenu/linuxmint.message
to

Code: Select all

#gfxmenu=/boot/gfxmenu/linuxmint.message
Disable the Blue color of the menu:

Code: Select all

color cyan/blue white/blue
to

Code: Select all

#color cyan/blue white/blue
Image
Locked

Return to “Beginner Questions”