From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 9065621951CA3 for ; Wed, 26 Apr 2017 12:21:22 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 12:21:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,255,1488873600"; d="scan'208";a="253853627" Received: from saipraneeth.sc.intel.com ([143.183.140.145]) by fmsmga004.fm.intel.com with ESMTP; 26 Apr 2017 12:21:21 -0700 Message-ID: <1493234269.14715.9.camel@intel.com> From: Sai Praneeth Prakhya To: "Richardson, Brian" Cc: "Justen, Jordan L" , Laszlo Ersek , "edk2-devel@lists.01.org" Date: Wed, 26 Apr 2017 12:17:49 -0700 In-Reply-To: <80AC2BAA3152784F98F581129E5CF5AF8DF224CE@ORSMSX109.amr.corp.intel.com> References: <94f3fa66-b40b-44ba-8b73-b2a9f58b3ede@redhat.com> <149307459156.29807.2877695759233240338@jljusten-skl> <80AC2BAA3152784F98F581129E5CF5AF8DF224CE@ORSMSX109.amr.corp.intel.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 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: Wed, 26 Apr 2017 19:21:22 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2017-04-25 at 12:13 -0700, Richardson, Brian wrote: > The Ubuntu wiki info isn't quite up to date. We're maintaining updated build instructions on the TianoCore Wiki: > https://github.com/tianocore/tianocore.github.io/wiki/Using-EDK-II-with-Native-GCC#Ubuntu_1604_LTS__Ubuntu_1610 > https://github.com/tianocore/tianocore.github.io/wiki/How-to-build-OVMF > > The README in OvmfPkg is going to be more up to date for OVMF specific info, but the wiki will have more general build info for different OS/compiler configurations. > > Please let us know if you see issues with the wiki info so we can make updates. > Thanks a lot! for the reply Brian. I am able to build and boot OVMF successfully on qemu. The issue I mentioned was specific to *only* my dev machine. I will try to narrow it down if it's my build environment issue or maybe Ubuntu 15.04 issue. Regards, Sai > Thanks ... br > --- > Brian Richardson, Senior Technical Marketing Engineer, Intel Software > brian.richardson@intel.com -- @intel_brian (Twitter & WeChat) > https://software.intel.com/en-us/meet-the-developers/evangelists/team/brian-richardson > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jordan Justen > Sent: Monday, April 24, 2017 6:57 PM > To: Prakhya, Sai Praneeth ; Laszlo Ersek > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] Unable to boot OVMF on qemu-x86_64 > > On 2017-04-24 13:41:50, Laszlo Ersek wrote: > > 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. > > Did you build with "-DDEBUG_ON_SERIAL_PORT=TRUE" to enable the debug to go to the serial port? > > Personally, I'd recommend *not* using DEBUG_ON_SERIAL_PORT, and instead of looking at tty0, add this to the qemu command line: > > -debugcon file:debug.log -global isa-debugcon.iobase=0x402 > > Then debug.log will contain the debug messages. > > (BTW, thanks Laszlo for implementing this! :) > > > > 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) > > Yeah. This is more up to date than the Ubuntu wiki. It also has the debugcon info... > > -Jordan > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel