From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NbwuE-0007LV-VA for mharc-grub-devel@gnu.org; Mon, 01 Feb 2010 09:05:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbwuD-0007KA-7A for grub-devel@gnu.org; Mon, 01 Feb 2010 09:05:33 -0500 Received: from [199.232.76.173] (port=59136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbwuC-0007Jw-Qj for grub-devel@gnu.org; Mon, 01 Feb 2010 09:05:32 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nbwu7-0007De-J8 for grub-devel@gnu.org; Mon, 01 Feb 2010 09:05:32 -0500 Received: from mail-bw0-f215.google.com ([209.85.218.215]:49351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nbwu7-0007DY-8J for grub-devel@gnu.org; Mon, 01 Feb 2010 09:05:27 -0500 Received: by bwz7 with SMTP id 7so2648652bwz.26 for ; Mon, 01 Feb 2010 06:05:25 -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=aF0UR5CRPXriEBQ+j2LejQXiJIE7eDm14TFbI/0R7ak=; b=H19SElW9izM3ZlXZs+tsjyrRU650kKXWxXhYv1hE22FH3Mi91FpkXt/9xtE4BcWELL M73LbPVMg/sIZYwVhdv/jxZJuQ31NetvuAVuJCik/m0ADycV0p1sY9AbAsSc59bR6lbi SSAHtPkaE0Hwy/cB89gDO84XG7jYW1axm0MOc= 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=ZMyW9mlAu/VXWRP0OWaSf0xrzCZeqx14XlbpOXd4JnA/jtgAwgJoQRIqpybnTWKCNB Oq3GGa1A07Ocs/L2wQJ/W8sTg64BsLZZUJf43gwJWjFHn/uhpl83YtlcAxCIqT2irioN O9xdJQdosmQZxomF/0272QeNiPYIx44t9mMDw= Received: by 10.204.34.135 with SMTP id l7mr2237844bkd.57.1265033125410; Mon, 01 Feb 2010 06:05:25 -0800 (PST) Received: from debian.bg45.phnet (hg-public-dock-238-dhcp.ethz.ch [82.130.80.238]) by mx.google.com with ESMTPS id 16sm2125594bwz.3.2010.02.01.06.05.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Feb 2010 06:05:23 -0800 (PST) Message-ID: <4B66DF9C.4060802@gmail.com> Date: Mon, 01 Feb 2010 15:05:16 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <28743023.11265007634572.JavaMail.root@wombat> <4B66DCF8.7030500@rfc2549.org> In-Reply-To: <4B66DCF8.7030500@rfc2549.org> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigA64EB0C02BF476749E44C5F8" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: 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: Mon, 01 Feb 2010 14:05:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA64EB0C02BF476749E44C5F8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Arne Schwabe wrote: > Am 01.02.10 08:00, schrieb gburanov@gmail.com: > =20 >> Hello everybody. >> >> I am currently trying to build grub for UEFI (I got new modern Intel m= otherboard that support boot loading). >> =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 >> 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 restarts = when running it, in the beginning.=20 >> >> =20 >> =20 > That happens for me with elilo. Grub2 lilo just says that relocating is= > not supported (or something similar)$ > =20 you probably need newreloc branch. >> However, the grub that is included to the Fedora 12 CD works just fine= =2E >> >> =20 >> =20 > Which is a patched grub 0.97. On my computer it just hangs and does not= > nothing. > =20 >> Do somebody succeed in compiling grub for UEFI (not just EFI)? What ca= n be a problem? >> =20 >> =20 > I had not success either. > > =20 It works on tianocore. > Arne > > > _______________________________________________ > 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 --------------enigA64EB0C02BF476749E44C5F8 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 iF4EAREKAAYFAktm36IACgkQNak7dOguQglBqAD/eR7Np1mp4o/e5VXhbExc0bZS quN7QgEueKT8pm1FwTgA/A0bB5EDZK6DMGUc1r98aeHdy8N1DaWbQDwD7C0gUypM =YwMf -----END PGP SIGNATURE----- --------------enigA64EB0C02BF476749E44C5F8--