All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Native CD test results
Date: Fri, 28 Mar 2008 11:46:38 -0400	[thread overview]
Message-ID: <1206719198.13614.4.camel@dv> (raw)
In-Reply-To: <5cc84b460803271954n52321fcdj42118c2f3567fd72@mail.gmail.com>

On Fri, 2008-03-28 at 02:54 +0000, Kalamatee wrote:
> I cant seem to find the commands to load such an image on the wiki..
> could someone be so kind as to explain how its done?

Perhaps the grub.cfg I used on the Fedora disk would illustrate it:

set default=0
set timeout=5
if font /boot/grub/unifont.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
  insmod png
  background_image /isolinux/splash.png
fi

menuentry "Install Fedora 9 Beta" {
	linux	/isolinux/vmlinuz
	initrd	/isolinux/initrd.img
}

menuentry "Install Fedora 9 Beta (text mode)" {
	linux	/isolinux/vmlinuz text
	initrd	/isolinux/initrd.img
}

menuentry "Rescue installed system" {
	linux	/isolinux/vmlinuz rescue
	initrd	/isolinux/initrd.img
}

menuentry "Boot from local drive" {
	chainloader	(hd0)+1
}

menuentry "Test memory" {
	linux	/boot/memtest
}

 
> Also... does this splash image work only for the console terminal or
> for the gfxterm?

It only works for gfxterm.

> Finally .. the unifont.hex.gz file linked to from the wiki seems to no
> longer be available.. is there another similar one I can use?

Debian still has it:
http://ftp.de.debian.org/debian/pool/main/u/unifont/unifont_1.0.orig.tar.gz

No idea what happened to the original distributor.

-- 
Regards,
Pavel Roskin



  reply	other threads:[~2008-03-28 15:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28  2:54 Native CD test results Kalamatee
2008-03-28 15:46 ` Pavel Roskin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-27  2:09 Pavel Roskin
2008-03-27  8:24 ` Bean
2008-03-27 15:30   ` Pavel Roskin
2008-03-27 20:25     ` Bean
2008-03-27 20:48       ` Pavel Roskin
2008-03-27 21:46         ` Pavel Roskin
2008-03-27 21:55           ` Vesa Jääskeläinen
2008-03-27 22:08             ` Pavel Roskin
2008-03-28 17:40     ` Pavel Roskin
2008-03-29 11:13       ` Vesa Jääskeläinen
2008-03-30  4:08         ` Pavel Roskin
2008-04-13 11:08 ` Robert Millan
2008-04-14  1:09   ` Pavel Roskin
2008-04-14 12:08     ` Robert Millan

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=1206719198.13614.4.camel@dv \
    --to=proski@gnu.org \
    --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.