On mar, 2008-01-08 at 13:13 +0100, Robert Millan wrote: > Ok, so you have fonts. What are the color settings? (run "set" and check > for menu_color_* variables) set gives the following output : ?=1 color_highlight= color_normal= default=0 prefix=(hd0,9)/boot/grub root=(hd0,9)
so no menu_color* variables > When you're in command mode, is "normal" module inserted? (use lsmod) yes it is (modules loaded are : font, normal, _chain, biosdisk, pc, ext2 and fshelp) > What happens if you don't insmod lvm and try configfile /boot/grub/grub.cfg > directly? It try to load it, then it seems it can't, because I'm again on the same black & white menu. Here's my grub.cfg in attachement (it has been generated by update-grub) Cheers, -- Martin Braure de Calignon
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,9)
font (mainvg-usr)/share/grub/unicode.pff
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.23-1-amd64" {
linux (hd0,9)/boot/vmlinuz-2.6.23-1-amd64 root=/dev/hda9 ro
noapictimer splash vga=792 quiet
initrd (hd0,9)/boot/initrd.img-2.6.23-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.23-1-amd64 (single-user mode)" {
linux (hd0,9)/boot/vmlinuz-2.6.23-1-amd64 root=/dev/hda9 ro single
noapictimer splash vga=792 quiet
initrd (hd0,9)/boot/initrd.img-2.6.23-1-amd64
}
### END /etc/grub.d/10_linux ###
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
