From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdnAp-0000Cz-Q1 for mharc-grub-devel@gnu.org; Sat, 06 Feb 2010 11:06:19 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdnAn-0000C0-P4 for grub-devel@gnu.org; Sat, 06 Feb 2010 11:06:17 -0500 Received: from [199.232.76.173] (port=37551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdnAn-0000Bb-CL for grub-devel@gnu.org; Sat, 06 Feb 2010 11:06:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdnAl-0001t1-TZ for grub-devel@gnu.org; Sat, 06 Feb 2010 11:06:17 -0500 Received: from mail.blinkt.de ([88.198.169.219]:28732) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NdnAl-0001sV-J4 for grub-devel@gnu.org; Sat, 06 Feb 2010 11:06:15 -0500 Received: from dslb-084-062-196-102.pools.arcor-ip.net ([84.62.196.102] helo=[192.168.0.25]) by mail.blinkt.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.70 (FreeBSD)) (envelope-from ) id 1NdnAi-000PXo-Me; Sat, 06 Feb 2010 17:06:12 +0100 Message-ID: <4B6D9368.4090806@rfc2549.org> Date: Sat, 06 Feb 2010 17:06: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: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= References: <28743023.11265007634572.JavaMail.root@wombat> <4B66DCF8.7030500@rfc2549.org> <4B66DF9C.4060802@gmail.com> <4B6BEAF5.6000303@rfc2549.org> <4B6C0C6B.7070403@gmail.com> In-Reply-To: <4B6C0C6B.7070403@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:06:17 -0000 >> 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? Arne