https://bugzilla.novell.com/show_bug.cgi?id=778350 https://bugzilla.novell.com/show_bug.cgi?id=778350#c10 --- Comment #10 from Alin M Elena <alinm.elena@gmail.com> 2012-09-03 10:54:19 UTC --- ok.. I did a little bit more digging... I will summarise my findings... 1. the log console and the terminal shall have a solid background...consistent with the theme's colour scheme... to do that... change terminal-background.png to the solid colour you want... and then edit /etc/default/grub GRUB_BACKGROUND=/boot/grub2/themes/openSUSE/terminal-background.png 2. colour of the fonts. i) terminal... cat /etc/grub.d/42_openSUSE #!/bin/sh cat <<EOF set color_normal=yellow/black EOF grub2-mkconfig -o /boot/grub2/grub.cfg ii) colour for the log console... this is trickier... in the grub.cfg in the menuentry one needs to add set color_normal after set root.. in my case set root='hd0,msdos7' set color_normal=yellow/black unfortunately I did not find a way to make this persistent via /etc/grub.d/10_linux and it works as expected... I added the terminal-background.png too. Alin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.