All of lore.kernel.org
 help / color / mirror / Atom feed
* grub2 background_image difficulty
@ 2008-10-22 11:34 José Campos
  2008-10-22 11:31 ` Felix Zielcke
  2008-10-22 11:35 ` grub2 background_image difficulty Felix Zielcke
  0 siblings, 2 replies; 7+ messages in thread
From: José Campos @ 2008-10-22 11:34 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

I have both windows and linux(fedora core8) installed on.


I have also installed grub2(v1.96, source compiled by me) as the boot
loader.
         

I just can’t load any image as background as you can see on grub.cfg
bellow(perhaps some non necessary commands).

Images are on partition(sda3) within images directory,  the .mod files and
grub.cfg are as well on the sda3.

################################

set default=0
set timeout=5

insmod linux
insmod terminal
insmod boot

insmod gfxterm
insmod vbe
insmod vga
set gfxmode=640x480
insmod png

set root=(hd0,3)
if background_image /grub/images/ESEIG.png ; then
   set menu_color_normal=white/black
   set menu_color_highlight=white/green
else
   set menu_color_normal=red/black
   set menu_color_highlight=red/green
fi

terminal gfxterm

menuentry "GNU/Linux, linux 2.6.25-14.fc9.i686" {
   linux (hd0,3)/vmlinuz-2.6.25-14.fc9.i686 root=/dev/sda5 ro 
   initrd (hd0,3)/initrd-2.6.25-14.fc9.i686.img
}
menuentry "Windows XP Proffessional" {
   set root=(hd0,1)
   chainloader +1
}

################################

 

Appreciate any help

 

Jose Campos

 

 


[-- Attachment #2: Type: text/html, Size: 6074 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-24 16:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 11:34 grub2 background_image difficulty José Campos
2008-10-22 11:31 ` Felix Zielcke
2008-10-24 13:09   ` svn timed out José Campos
2008-10-24 13:57     ` Manoel
2008-10-22 11:35 ` grub2 background_image difficulty Felix Zielcke
2008-10-24 16:19   ` José Campos
2008-10-24 16:23     ` Felix Zielcke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.