From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LUkRl-00060Q-2x for mharc-grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUkRi-0005zT-Or for grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUkRh-0005yj-1E for grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:50 -0500 Received: from [199.232.76.173] (port=35458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUkRg-0005yc-Mx for grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:48 -0500 Received: from elasmtp-kukur.atl.sa.earthlink.net ([209.86.89.65]:35451) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUkRg-0006mw-Bd for grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:48 -0500 Received: from [24.148.247.139] (helo=[192.168.0.199]) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LUkRf-0003tV-Rt for grub-devel@gnu.org; Wed, 04 Feb 2009 11:17:47 -0500 Message-ID: <4989C059.4020402@earthlink.net> Date: Wed, 04 Feb 2009 11:20:41 -0500 From: BandiPat Organization: Magic Page Products User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <4988A7A0.4000206@earthlink.net> <1233693981.3434.10.camel@fz.local> <4988E948.9050407@earthlink.net> <20090203173841.2ecb29b1@gibibit.com> In-Reply-To: <20090203173841.2ecb29b1@gibibit.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c85a64c14a050764b95206241ab561599ef193a6bfc3dd48f629e8a13aef42016cd47462e531f2077510c956a98deb90350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.148.247.139 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: Re: Grub2 background images 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: Wed, 04 Feb 2009 16:17:51 -0000 Colin D Bennett wrote: > On Tue, 03 Feb 2009 20:03:04 -0500 > BandiPat wrote: > >> Here is my new grub.cfg file: > ... >> ### BEGIN /usr/etc/grub.d/00_header ### >> set default=0 >> set timeout=10 >> if loadfont /usr/share/grub/ascii.pf2 ; then >> set gfxmode=640x480 >> insmod gfxterm >> insmod vbe >> terminal_output gfxterm >> fi >> insmod png >> backgroung_image /boot/grub/Zen-splash.png > > ^^^ 'backgroung_image' -> 'background_image' > I think that is your problem. Also, you can try executing > 'background_image' from the command line to see if it works that way, > if you're having trouble. > > Regards, > Colin > > > ------------------------------------------------------------------------ Thanks Colin, This gave me the last little bit of info I needed to get this working! Thanks very much for everyone's help & patience. Grub2 rocks! Now all I have to do is convince the head guys for Slackware and Zenwalk to switch over. I have a snapshot of the screen, but didn't know if this list allowed attachments. Regards, Pat