From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdN8T-0000Q8-Gt for mharc-grub-devel@gnu.org; Fri, 05 Feb 2010 07:18:09 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdN8Q-0000PA-Q9 for grub-devel@gnu.org; Fri, 05 Feb 2010 07:18:06 -0500 Received: from [199.232.76.173] (port=60419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdN8Q-0000Oq-2u for grub-devel@gnu.org; Fri, 05 Feb 2010 07:18:06 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdN8O-0003Cb-Lt for grub-devel@gnu.org; Fri, 05 Feb 2010 07:18:05 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:51146) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdN8O-0003CR-7C for grub-devel@gnu.org; Fri, 05 Feb 2010 07:18:04 -0500 Received: by bwz19 with SMTP id 19so1185133bwz.8 for ; Fri, 05 Feb 2010 04:18:03 -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=Y1+CgeRqq0msc5BiyEjuJG7haZq2EoCLs9ZeHOI0VrU=; b=H/TxAdryNp0k5h3b6zYY2qaQK8zqraCSVsjrByt4t3KtSX5qzvICKM8L8Pu8B3bGDb fMAWYrMA9RlsCw61lvcYqJ1FhJsPxLxVaOxmIDd7BHxHJcLgGRyWT5HG2KXVVqM+qU8f hwuWo99hpo5E5nrPpF7+nMsNsbB2kQ2C84CSY= 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=plNUp4TTZnFJpgaKTm8c6KvcFdctPBL987BNT+vrBzds2beEpTZdKRss4HPQ2tu6E8 4JbAF4XiuTjzt/PHj5dywhMgHlKqER8cJhoCKkab5hyqPiT0B6OCtXBmJlC2Phg2WIRQ ykiGDp/dC7/KA2fWhQLR77lpS4fEG3+9Qj+NY= Received: by 10.204.145.2 with SMTP id b2mr329822bkv.93.1265372281356; Fri, 05 Feb 2010 04:18:01 -0800 (PST) Received: from debian.bg45.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id 14sm581671bwz.13.2010.02.05.04.17.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Feb 2010 04:18:00 -0800 (PST) Message-ID: <4B6C0C6B.7070403@gmail.com> Date: Fri, 05 Feb 2010 13:17:47 +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> In-Reply-To: <4B6BEAF5.6000303@rfc2549.org> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig1744D8572A6EA8EACBC57004" 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: Fri, 05 Feb 2010 12:18:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1744D8572A6EA8EACBC57004 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Arne Schwabe wrote: > Am 01.02.10 15:05, schrieb Vladimir '=CF=86-coder/phcoder' Serbinenko: > =20 >> Arne Schwabe wrote: >> =20 >> =20 >>> Am 01.02.10 08:00, schrieb gburanov@gmail.com: >>> =20 >>> =20 >>> =20 >>>> Hello everybody. >>>> >>>> I am currently trying to build grub for UEFI (I got new modern Intel= motherboard that support boot loading). >>>> =20 >>>> =20 >>>> =20 >>>> =20 >>> I am curios which one. I have a DP55WG and I did not get UEFI + Linux= >>> working. UEFI + Windows 7 on the other hand works fine. The EFI Shell= >>> also works fine. >>> =20 >>> =20 >>> =20 >>>> According to the grub manual, I use >>>> >>>> ./configure --with-platform=3Defi --target=3Dx86_64 >>>> make >>>> ./grub-mkimage -d- -o bootx64.efi modules_list >>>> >>>> and try to load from it. it does not work! The computer just restart= s when running it, in the beginning.=20 >>>> >>>> =20 >>>> =20 >>>> =20 >>>> =20 >>> That happens for me with elilo. Grub2 lilo just says that relocating = is >>> not supported (or something similar)$ >>> =20 >>> =20 >>> =20 >> you probably need newreloc branch. >> =20 >> >> =20 > Okay, tried that out too. Did not work well either. > > When I give kernel arguments grub says: > > Anomaly in region alocations detected. Simultaneous relocators? > Boot aborted. Press any key to exit. > =20 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 > Screenshot: plai.de/grub1.jpg > > If I do not supply kernel arguments, it may boot or not: > > =20 >> boot >> =20 > 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. > =20 You need to insmod efi_gop or (for older systems) insmod efi_uga > Arne > > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig1744D8572A6EA8EACBC57004 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 iF4EAREKAAYFAktsDHMACgkQNak7dOguQgmYoQEAwo8YVyTj2P4t4AcwVYe9NTUy lZwbnI6RUkX5LCuRZL8BAIu3QUSc5cEWrUWz4Pq/AzBc1Oo75wnW+VP7Abl1baIe =rrUc -----END PGP SIGNATURE----- --------------enig1744D8572A6EA8EACBC57004--