From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdKu7-0000Y9-9d for mharc-grub-devel@gnu.org; Fri, 05 Feb 2010 04:55:11 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdKu5-0000Vn-1D for grub-devel@gnu.org; Fri, 05 Feb 2010 04:55:09 -0500 Received: from [199.232.76.173] (port=54958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdKu4-0000VD-Aw for grub-devel@gnu.org; Fri, 05 Feb 2010 04:55:08 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdKu1-0005da-SA for grub-devel@gnu.org; Fri, 05 Feb 2010 04:55:07 -0500 Received: from mail.blinkt.de ([88.198.169.219]:49139) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NdKu1-0005dP-BO for grub-devel@gnu.org; Fri, 05 Feb 2010 04:55:05 -0500 Received: from dslb-084-062-196-102.pools.arcor-ip.net ([84.62.196.102] helo=styx.local) by mail.blinkt.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.70 (FreeBSD)) (envelope-from ) id 1NdKty-0002Ik-R1; Fri, 05 Feb 2010 10:55:02 +0100 Message-ID: <4B6BEAF5.6000303@rfc2549.org> Date: Fri, 05 Feb 2010 10:55:01 +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> <4B66DCF8.7030500@rfc2549.org> <4B66DF9C.4060802@gmail.com> In-Reply-To: <4B66DF9C.4060802@gmail.com> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= , 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 09:55:09 -0000 Am 01.02.10 15:05, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: > Arne Schwabe wrote: > >> 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)$ >> >> > you probably need newreloc branch. > > 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. 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. Arne