From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Ne8FY-0000J6-HU for mharc-grub-devel@gnu.org; Sun, 07 Feb 2010 09:36:36 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne8FW-0000IY-WF for grub-devel@gnu.org; Sun, 07 Feb 2010 09:36:35 -0500 Received: from [199.232.76.173] (port=60246 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne8FW-0000II-KL for grub-devel@gnu.org; Sun, 07 Feb 2010 09:36:34 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne8FV-0001kB-6O for grub-devel@gnu.org; Sun, 07 Feb 2010 09:36:34 -0500 Received: from mail.blinkt.de ([88.198.169.219]:22245) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ne8FU-0001jb-LG for grub-devel@gnu.org; Sun, 07 Feb 2010 09:36:33 -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 1Ne8FS-000KbT-Uh; Sun, 07 Feb 2010 15:36:31 +0100 Message-ID: <4B6ECFED.5080908@rfc2549.org> Date: Sun, 07 Feb 2010 15:36:29 +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> <4B6D9368.4090806@rfc2549.org> <4B6D978C.3030208@gmail.com> In-Reply-To: <4B6D978C.3030208@gmail.com> 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: 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: Sun, 07 Feb 2010 14:36:35 -0000 >>> 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? >> >> > Try running "videotest" > > isnmod efi_gop followed by videotest That somewhat works. I get a black screen with a red square and white/light blue (could be my monitor) square. And then the computer hangs. With efi_uga. videotest just says that no videomode is available or something similar. Arne