Bug#477083:

Christian Meyer c2h5oh at web.de
Sun Jul 6 16:20:10 UTC 2008


Thank you. Your patch did half of the work:

"Welcome to GRUB!" is displayed for half a second or so (instead of 5 - 7 before),

The remaining problem is:
the screen turns black for 5 more seconds before graphical menu is displayed.
For me it seems to have to do with one of these modules: gfxterm, vbe or png 

In reply to: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477083#35
I have no lvm installed, no lvm module loaded.

Christian Meyer


### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,9)
search --fs-uuid --set a7abc87e-7b9d-4585-b292-fdd1fc33f1b4
if font /usr/share/grub/ascii.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,9)
search --fs-uuid --set a7abc87e-7b9d-4585-b292-fdd1fc33f1b4
insmod png
if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###


_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066






More information about the Pkg-grub-devel mailing list