From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Nbwjh-00052z-54 for mharc-grub-devel@gnu.org; Mon, 01 Feb 2010 08:54:41 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nbwje-00052A-NO for grub-devel@gnu.org; Mon, 01 Feb 2010 08:54:38 -0500 Received: from [199.232.76.173] (port=40599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nbwje-00051s-58 for grub-devel@gnu.org; Mon, 01 Feb 2010 08:54:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbwjK-0005Qx-Sq for grub-devel@gnu.org; Mon, 01 Feb 2010 08:54:37 -0500 Received: from mail.blinkt.de ([88.198.169.219]:14191) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NbwjI-0005OF-Jc for grub-devel@gnu.org; Mon, 01 Feb 2010 08:54:17 -0500 Received: from styx.uni-paderborn.de ([131.234.137.182]) by mail.blinkt.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.70 (FreeBSD)) (envelope-from ) id 1Nbwj3-0003Xi-Ak; Mon, 01 Feb 2010 14:54:01 +0100 Message-ID: <4B66DCF8.7030500@rfc2549.org> Date: Mon, 01 Feb 2010 14:54:00 +0100 From: Arne Schwabe User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091121 Thunderbird/3.0 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: The development of GNU GRUB References: <28743023.11265007634572.JavaMail.root@wombat> In-Reply-To: <28743023.11265007634572.JavaMail.root@wombat> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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 13:54:39 -0000 Am 01.02.10 08:00, schrieb gburanov@gmail.com: > Hello everybody. > > I am currently trying to build grub for UEFI (I got new modern Intel motherboard that support boot loading). > 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. > According to the grub manual, I use > > ./configure --with-platform=efi --target=x86_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. > > That happens for me with elilo. Grub2 lilo just says that relocating is not supported (or something similar) > However, the grub that is included to the Fedora 12 CD works just fine. > > Which is a patched grub 0.97. On my computer it just hangs and does not nothing. > Do somebody succeed in compiling grub for UEFI (not just EFI)? What can be a problem? > I had not success either. Arne