Page 1 of 1

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

Posted: Sat Jul 11, 2009 10:35 pm
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.

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

Posted: Sat Jul 11, 2009 10:56 pm
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