From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JfGmz-0002Z0-DE for mharc-grub-devel@gnu.org; Fri, 28 Mar 2008 11:46:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfGmy-0002YR-52 for grub-devel@gnu.org; Fri, 28 Mar 2008 11:46:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfGmw-0002XS-Cy for grub-devel@gnu.org; Fri, 28 Mar 2008 11:46:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfGmw-0002XP-AY for grub-devel@gnu.org; Fri, 28 Mar 2008 11:46:42 -0400 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JfGmv-0007pV-Uk for grub-devel@gnu.org; Fri, 28 Mar 2008 11:46:42 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 28 Mar 2008 11:46:39 -0400 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 5CACF619058 for ; Fri, 28 Mar 2008 11:46:39 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <5cc84b460803271954n52321fcdj42118c2f3567fd72@mail.gmail.com> References: <5cc84b460803271954n52321fcdj42118c2f3567fd72@mail.gmail.com> Content-Type: text/plain Date: Fri, 28 Mar 2008 11:46:38 -0400 Message-Id: <1206719198.13614.4.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Native CD test results X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 15:46:44 -0000 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