From: "José Campos" <jjscampos@gmail.com>
To: <grub-devel@gnu.org>
Subject: grub2 background_image difficulty
Date: Wed, 22 Oct 2008 12:34:24 +0100 [thread overview]
Message-ID: <002a01c9343a$241456b0$6c3d0410$@com> (raw)
[-- 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 cant 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 --]
next reply other threads:[~2008-10-22 11:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-22 11:34 José Campos [this message]
2008-10-22 11:31 ` grub2 background_image difficulty 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002a01c9343a$241456b0$6c3d0410$@com' \
--to=jjscampos@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.