From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdnRp-0004j5-O8 for mharc-grub-devel@gnu.org; Sat, 06 Feb 2010 11:23:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdnRo-0004iq-6L for grub-devel@gnu.org; Sat, 06 Feb 2010 11:23:52 -0500 Received: from [199.232.76.173] (port=57731 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdnRn-0004ii-Sv for grub-devel@gnu.org; Sat, 06 Feb 2010 11:23:51 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdnRm-0007D0-Ud for grub-devel@gnu.org; Sat, 06 Feb 2010 11:23:51 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:48122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdnRm-0007Cg-Iy for grub-devel@gnu.org; Sat, 06 Feb 2010 11:23:50 -0500 Received: by ewy28 with SMTP id 28so875383ewy.8 for ; Sat, 06 Feb 2010 08:23:49 -0800 (PST) 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:cc:subject:references:in-reply-to :x-enigmail-version:content-type; bh=uP8VXplhN6+j8mnYD0NBZGJGIVDVNhyk4LEIpekuZyg=; b=b7jgjKLA21H8F2fXY+EUmCAwFt36AwQTW0K5l3gNUav0Y8zPFUpzquor1yJPnKsknj PP87WGgnG0kgV5YC7L3chYkJRDkfiuCMLcrt/KDTS3i9GYhDfPwKQrcdjxa4f1geLPzC qrXFv3B44co7tE636E1jXZh+kOB9NnFZQg0mI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=I4VnCETrfLJgCIdKWucxF5Y1aaUICfX3fidEmqUBt8geF1hQrDPtfQHEG4xcf1YsU/ 5mZiFQbe545GO03b0oAnYNpBmwSVemJkn0cLDl8U3aiyRdy4jVAzF9dRPa9oemm53Kvl gT6x+78l+tCVgJsAQf0aMG5RFbIfzW2kMjSn8= Received: by 10.213.96.5 with SMTP id f5mr1878687ebn.92.1265473429652; Sat, 06 Feb 2010 08:23:49 -0800 (PST) Received: from debian.bg45.phnet ([81.62.96.116]) by mx.google.com with ESMTPS id 13sm1783399ewy.9.2010.02.06.08.23.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Feb 2010 08:23:48 -0800 (PST) Message-ID: <4B6D978C.3030208@gmail.com> Date: Sat, 06 Feb 2010 17:23:40 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: Arne Schwabe References: <28743023.11265007634572.JavaMail.root@wombat> <4B66DCF8.7030500@rfc2549.org> <4B66DF9C.4060802@gmail.com> <4B6BEAF5.6000303@rfc2549.org> <4B6C0C6B.7070403@gmail.com> <4B6D9368.4090806@rfc2549.org> In-Reply-To: <4B6D9368.4090806@rfc2549.org> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6FD0A99FFE53C5FFE6D53F9E" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: The development of GNU GRUB , gburanov@gmail.com Subject: Re: Build GRUB for UEFI (not EFI), 64 bit 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: Sat, 06 Feb 2010 16:23:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6FD0A99FFE53C5FFE6D53F9E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Arne Schwabe wrote: > >>> Anomaly in region alocations detected. Simultaneous relocators? >>> Boot aborted. Press any key to exit. >>> >> What you were doing exactly? This message is a part of unloading >> relocators which shouldn't even be called unless you try to execute >> "linux" for the second time > You seem to be right. I could not reproduce that error without loading > the kernel twice. > >>> Screenshot: plai.de/grub1.jpg >>> >>> If I do not supply kernel arguments, it may boot or not: >>> >>> >>>> boot >>>> >>> error: no suitable mode found >>> Booting however >>> error: no video mode activated >>> >>> But without video and the kernel not mouting the filesystem (so no >>> remote) it is hard to tell. >>> >> You need to >> insmod efi_gop >> or (for older systems) >> insmod efi_uga > With either efi_gop or efi_uga loaded the system simply goes black as > soon as I use "boot". Any idea or pointers to debugging? > Try running "videotest" > Arne > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig6FD0A99FFE53C5FFE6D53F9E 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 iF4EAREKAAYFAkttl5MACgkQNak7dOguQgnfvgEAmHXzpUz1qE3PsBt1+ybVnMo5 cbRNySjo/CCOMbUfMYIBAMPbXFOKmqRtV9iqjYqdxuMZ/3LIY3gBM4WQ835xiyMH =ZfwA -----END PGP SIGNATURE----- --------------enig6FD0A99FFE53C5FFE6D53F9E--