From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 62ED22195407C for ; Mon, 24 Apr 2017 13:41:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5EDA80F9A; Mon, 24 Apr 2017 20:41:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B5EDA80F9A Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B5EDA80F9A Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-16.phx2.redhat.com [10.3.116.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id EB816179C2; Mon, 24 Apr 2017 20:41:51 +0000 (UTC) To: "Prakhya, Sai Praneeth" References: Cc: "edk2-devel@lists.01.org" , "Jordan Justen (Intel address)" From: Laszlo Ersek Message-ID: <94f3fa66-b40b-44ba-8b73-b2a9f58b3ede@redhat.com> Date: Mon, 24 Apr 2017 22:41:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 24 Apr 2017 20:41:52 +0000 (UTC) Subject: Re: Unable to boot OVMF on qemu-x86_64 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 20:41:53 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 04/18/17 07:29, Prakhya, Sai Praneeth wrote: > Hi All, > > I am facing an issue booting OVMF on qemu, could you please help me? > I have cloned EDKII, and built OVMF for X64 using GCC5. I have > followed the steps given at https://wiki.ubuntu.com/UEFI/EDK2. "last edited 2012-11-16 20:22:59" > Then I > have used qemu-system-x86_64 to boot OVMF, but it fails, I don't see > anything on tty0 of qemu. When I tried the same by changing to IA32 > it seems working. So, could anyone please let me know what I am > missing or maybe someone give it a try and see it it's reproducible > or not... > I am using Ubuntu 15.04 as my build system. Please try the instructions given under "Build Scripts" in "OvmfPkg/README". (CC Jordan) Laszlo