From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 7942A21951C80 for ; Tue, 25 Apr 2017 12:13:37 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 12:13:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,250,1488873600"; d="scan'208";a="80773877" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by orsmga004.jf.intel.com with ESMTP; 25 Apr 2017 12:13:16 -0700 Received: from orsmsx156.amr.corp.intel.com (10.22.240.22) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Apr 2017 12:13:15 -0700 Received: from orsmsx109.amr.corp.intel.com ([169.254.11.138]) by ORSMSX156.amr.corp.intel.com ([169.254.8.224]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 12:13:15 -0700 From: "Richardson, Brian" To: "Justen, Jordan L" , "Prakhya, Sai Praneeth" , Laszlo Ersek CC: "edk2-devel@lists.01.org" Thread-Topic: [edk2] Unable to boot OVMF on qemu-x86_64 Thread-Index: AdK4BLRD2IZjt+JEQeiHRrTgkwU3KAFcSrkAAAS0KoAAGx294A== Date: Tue, 25 Apr 2017 19:13:14 +0000 Message-ID: <80AC2BAA3152784F98F581129E5CF5AF8DF224CE@ORSMSX109.amr.corp.intel.com> References: <94f3fa66-b40b-44ba-8b73-b2a9f58b3ede@redhat.com> <149307459156.29807.2877695759233240338@jljusten-skl> In-Reply-To: <149307459156.29807.2877695759233240338@jljusten-skl> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDdjMzcyNTItOWViYy00NTdlLTk5ZTMtMmY3Zjk2ZWY5ODQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJtV1lFOFFNclFKUTFMR0pmbERtR1p4dFRSNDdyTTM1dUNFQ2NPUXBqSWlFPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.22.254.140] 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: Tue, 25 Apr 2017 19:13:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The Ubuntu wiki info isn't quite up to date. We're maintaining updated buil= d instructions on the TianoCore Wiki: https://github.com/tianocore/tianocore.github.io/wiki/Using-EDK-II-with-Nat= ive-GCC#Ubuntu_1604_LTS__Ubuntu_1610=20 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 upda= tes.=20 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=20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jord= an 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, > >=20 > > 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=20 > > followed the steps given at https://wiki.ubuntu.com/UEFI/EDK2. >=20 > "last edited 2012-11-16 20:22:59" >=20 > > Then I > > have used qemu-system-x86_64 to boot OVMF, but it fails, I don't see=20 > > anything on tty0 of qemu. Did you build with "-DDEBUG_ON_SERIAL_PORT=3DTRUE" to enable the debug to g= o 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=3D0x402 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,=20 > > could anyone please let me know what I am missing or maybe someone=20 > > give it a try and see it it's reproducible or not... > > I am using Ubuntu 15.04 as my build system. >=20 > Please try the instructions given under "Build Scripts" in=20 > "OvmfPkg/README". (CC Jordan) Yeah. This is more up to date than the Ubuntu wiki. It also has the debugco= n info... -Jordan _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel