From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NbuVq-0003md-Pv for mharc-grub-devel@gnu.org; Mon, 01 Feb 2010 06:32:14 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbuVn-0003kp-27 for grub-devel@gnu.org; Mon, 01 Feb 2010 06:32:11 -0500 Received: from [199.232.76.173] (port=36064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbuVm-0003kT-Hv for grub-devel@gnu.org; Mon, 01 Feb 2010 06:32:10 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbuVj-0006mC-NS for grub-devel@gnu.org; Mon, 01 Feb 2010 06:32:10 -0500 Received: from mail-bw0-f215.google.com ([209.85.218.215]:34047) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbuVg-0006lk-Oq for grub-devel@gnu.org; Mon, 01 Feb 2010 06:32:05 -0500 Received: by bwz7 with SMTP id 7so2535773bwz.26 for ; Mon, 01 Feb 2010 03:31:57 -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:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=ZKLoEFGlgnUt18lQkb8dfenxef9yvu+R2Ucfl2K620E=; b=CX2Aa0+xPMS/8HJfmku8Tvd9q1Zft7m5yHsrt3wHrBVv1UYzAXJnmVOUSsoYpONivr kNzPw6DshdiLShdng0RfswMKA9sNdnCnv+K1v9gVgWka+TwWIFJPwboAmp5KXWY8iupV 1MhAeHLM87zUfyQfXESuT/a6BGIMEo6615P30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=QIwEuF73J3fPpYjG8g07copC0Z3x5Rpvf0CnaPEapzPeRPPv81hmRrz0Csp6am9cQr zJJOMOcJPpG5c9hD73CRkLSqCeBzE2g8gfc5+FOkMz10gustq2PGk86eTzT7kWYnosfu 6L3xFMvdl4+u00yo60HYJ85RQpShD+NvrRV/s= Received: by 10.204.25.80 with SMTP id y16mr2924094bkb.136.1265023916487; Mon, 01 Feb 2010 03:31:56 -0800 (PST) Received: from debian.bg45.phnet (gprs29.swisscom-mobile.ch [193.247.250.29]) by mx.google.com with ESMTPS id 15sm2025770bwz.4.2010.02.01.03.31.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Feb 2010 03:31:54 -0800 (PST) Message-ID: <4B66BBA9.2020706@gmail.com> Date: Mon, 01 Feb 2010 12:31:53 +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> In-Reply-To: <28743023.11265007634572.JavaMail.root@wombat> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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 11:32:11 -0000 gburanov@gmail.com wrote: > Hello everybody. > > I am currently trying to build grub for UEFI (I got new modern Intel motherboard that support boot loading). > > This list isn't for help requests > According to the grub manual, I use > > ./configure --with-platform=efi --target=x86_64 > make > ./grub-mkimage -d- -o bootx64.efi modules_list > It's "-d .", not -d-, also be sure not to include kernel in modules list > and try to load from it. it does not work! The computer just restarts when running it, in the beginning. > > However, the grub that is included to the Fedora 12 CD works just fine. > > Do somebody succeed in compiling grub for UEFI (not just EFI)? What can be a problem? > > -- > This message was sent on behalf of gburanov@gmail.com at openSubscriber.com > http://www.opensubscriber.com/messages/grub-devel@gnu.org/topic.html > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko