Colour your GRUB boot menu
That boring white on black GRUB boot menu you get when you switch on your computer is a bit, well, boring, isn’t it?
Thankfully, there’s an easy way to change it if you go into your GRUB configuration file. A word of warning, though, editing the GRUB configuration file without knowing what you’re doing can result in bad things happening and can cause you to not be able to boot your system. Tread with caution.
The configuration file will be located at either /boot/grub/menu.lst or /etc/grub.conf. Open it up, as root, in your favourite text editor.
The line we need to add is the color command. It works like this:
color normal [highlight]
The normal colour, is quite obviously, the colour that will be used normally, and the highlight colour will be the colour when that row is selected to show that it is selected.
For both normal and highlight, though, you can separate the foreground and background colours with a /.
An example of this is if we wanted the following - the normal colour is cyan on blue, and the highlight is white on blue. The code we’d need is this:






