From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MrdR2-0004nq-Od for mharc-grub-devel@gnu.org; Sat, 26 Sep 2009 16:00:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrdR0-0004mx-E2 for grub-devel@gnu.org; Sat, 26 Sep 2009 15:59:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrdQv-0004l4-MS for grub-devel@gnu.org; Sat, 26 Sep 2009 15:59:58 -0400 Received: from [199.232.76.173] (port=33258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrdQv-0004kx-Dl for grub-devel@gnu.org; Sat, 26 Sep 2009 15:59:53 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:50498) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrdQu-0004YW-Os for grub-devel@gnu.org; Sat, 26 Sep 2009 15:59:53 -0400 Received: from [85.180.11.247] (e180011247.adsl.alicedsl.de [85.180.11.247]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0M4B8t-1MZpQr0GlX-00rWFI; Sat, 26 Sep 2009 21:59:50 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <4ABE7177.5020302@zbh.uni-hamburg.de> References: <4AB65A8C.9020809@zbh.uni-hamburg.de> <4AB90A90.7000703@zbh.uni-hamburg.de> <1253641375.2840.32.camel@fz.local> <4AB90F3F.7020904@zbh.uni-hamburg.de> <4AB92F99.3020302@zbh.uni-hamburg.de> <4ABBBC1B.7020102@zbh.uni-hamburg.de> <4ABE0A5A.7020709@zbh.uni-hamburg.de> <4ABE7177.5020302@zbh.uni-hamburg.de> Content-Type: text/plain; charset="UTF-8" Date: Sat, 26 Sep 2009 21:59:49 +0200 Message-Id: <1253995189.4058.4.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.0 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18PHnyaBCsHJmcd1DYZ0uOyJNQLwuDLdYVxut4 ojPp1lNiK8pUNtQaR5aeRq5410hna4V9aRGgXgWrsonbGS+tlD 9ongzTPJvCqO8R6jx2pcQ== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Macbook, Efi, Display mode 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: Sat, 26 Sep 2009 19:59:58 -0000 Am Samstag, den 26.09.2009, 21:54 +0200 schrieb Stefan Bienert: > Hi again, > > > Hi, > > > > You can use search command to locate the root device. Something like this: > > > > search --set /vmlinuz > > linux /vmlinuz ... > > initrd /initrd.img > > Well, this does not work. I get a message about wrong search term or > something similar. Because you have to use search --set --file /vmlinuz By the way search --help would tell you > > If you use my repo, you can enable graphic mode for EFI, it even > > allows you to set a background image. Add these lines in grub.cfg: > > > set gfxmode="0x0" > > loadfont /unifont.pf2 > > terminal_output.gfxterm > > background_image /splash.png > > Does this go on one line? If you want to have it on one line you have so seperate them with ; just like in bash > Where does the image go? Root of the partition > where the grub.efi is? > I tried the lines above each on their own line, picture is on the linux > partition. Either use set root= or search --set --file like above. Just as with GRUB Legacy root specifies where it looks for the file > > > unifont.pf2 is the font file, you can generate it using grub-mkfont, > > or just download it here: > > > > http://grub4dos.sourceforge.net/unifont.pf2 > > > > I left the font out for the first try. Does this hurt? Without a font you only get ? in gfxterm -- Felix Zielcke Proud Debian Maintainer