From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Oo4pX-0008Dp-9B for mharc-grub-devel@gnu.org; Tue, 24 Aug 2010 21:31:07 -0400 Received: from [140.186.70.92] (port=45490 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo4pU-0008Dj-Iu for grub-devel@gnu.org; Tue, 24 Aug 2010 21:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oo4pT-00027b-HW for grub-devel@gnu.org; Tue, 24 Aug 2010 21:31:04 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56811) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oo4pT-00027N-C6 for grub-devel@gnu.org; Tue, 24 Aug 2010 21:31:03 -0400 Received: by bwz6 with SMTP id 6so281592bwz.0 for ; Tue, 24 Aug 2010 18:31:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=sX2sEbcmPgyLTKEu/ogg23456HerO72XmLD5oOItT1s=; b=qI1gQV2oH9jvUT8cogE8kTE5c4azV/7MiU2g66psNXbDgIU8rTDwXefdAoJkzF64nd P+oefgRf0k6E6yg8Qv3FGFRAVlCc8NdIV6PDVONqlKS6RLIefapwzil/tLvXWW0wHYCc BP9ZRM0vTXv1ji55RhgDIIdOLzC+1A6l8vdHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=WyGHwCRT6eZV0RYpAuBXlAMvAcBo+gz25kOOjpJITh3CvL0DuLqSsiiOvR1ETTDFS8 FQ3UO7ydftkmVEnOVAC5FszmcBMUY3VuNjlToKjkNQGSvISpmVlzncxXbblZsO3ZvmVm Y62xbUj5ouuVeKvSKhk1J9Ea77VhFY1kfL580= Received: by 10.204.142.92 with SMTP id p28mr5448752bku.2.1282699861981; Tue, 24 Aug 2010 18:31:01 -0700 (PDT) Received: from debian.bg45.phnet (gprs59.swisscom-mobile.ch [193.247.250.59]) by mx.google.com with ESMTPS id 24sm563469bkr.19.2010.08.24.18.30.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Aug 2010 18:31:00 -0700 (PDT) Message-ID: <4C747249.4080205@gmail.com> Date: Wed, 25 Aug 2010 03:30:49 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6 MIME-Version: 1.0 To: grub-devel@gnu.org References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig806D3650595F13773E32D102" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Completely disable graphics support in grub2 x86_64-efi X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 01:31:06 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig806D3650595F13773E32D102 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/24/2010 04:11 PM, KESHAV P.R. wrote: > I am getting these errors when grub.efi is started but before the menu > comes up :- > > > error: no such device found > (3 times) > error: no suitable mode found > error: no video mode activated > > > using this config :- > > > insmod efi_gop > insmod efi_uga > insmod font > > =20 Did you try keeping just efi_uga? This is what was previously hardcoded > if loadfont ${prefix}/unifont.pf2 > then > insmod gfxterm > set gfxmode=3D"1280x800x32,1024x768x32,800x600x32,640x480x32,1280x80= 0,1024x768,800x600,640x480" > =20 Have you tried gfxmode=3D"auto" ? > set gfxpayload=3Dkeep > terminal_output gfxterm > > set color_normal=3Dlight-blue/black > set color_highlight=3Dlight-cyan/blue > > insmod png > background_image ${prefix}/archlinux.png > fi > > insmod part_gpt > insmod fat > insmod ext2 > > set timeout=3D5 > set default=3D0 > > search --file --set=3Darch64 --no-floppy /vmlinuz26 > > set _kernel_flags=3D"nomodeset add_efi_memmap" > set _rootfstype=3D"ext4" > > menuentry "Arch Linux 2.6.35.3-ARCH" { > linux (${arch64})/vmlinuz26 > root=3D/dev/disk/by-uuid/0cc6e472-7f98-42ff-b7f3-309b641377ad > rootfstype=3D${_rootfstype} ro ${_kernel_flags} > initrd (${arch64})/kernel26.img > } > > menuentry "Arch Linux 2.6.35.3-ARCH Fallback" { > linux (${arch64})/vmlinuz26 > root=3D/dev/disk/by-uuid/0cc6e472-7f98-42ff-b7f3-309b641377ad > rootfstype=3D${_rootfstype} ro ${_kernel_flags} > initrd (${arch64})/kernel26-fallback.img > } > > > The menu colors come up properly but no background image is shown. > While booting no kernel boot messages are displayed. > > Without the gfx related lines (config file starting from "insmod part_g= pt" ), > > (before menu) > error: no such device found > (3 times) > > (while booting) > error: no suitable mode found > Booting however > > No menu color change and no kernel boot messages. I am using 64-bit > UEFI 2.1 firmware (Tianocore EDK1 DUET UEFI64). How do I resolve this? > I want to see the kernel boot messages and be able to boot into > terminal (runlevel or init 3), not particular about grub2 menu colors > or background image. Thanks in advance. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig806D3650595F13773E32D102 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkx0ckkACgkQNak7dOguQgkI4wEAsp+hFVBrluIsIBBQPnB+nMJk 8QMEABZwpje+lvgW2zgBAIs55M0y2TtDdG3xW5hddn401Ecrq6utVVVTTQ9FzIjB =xpEY -----END PGP SIGNATURE----- --------------enig806D3650595F13773E32D102--