From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 291E51A1E3B for ; Wed, 5 Oct 2016 05:51:15 -0700 (PDT) Received: by mail-it0-x22c.google.com with SMTP id r192so184490828ita.0 for ; Wed, 05 Oct 2016 05:51:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=duke77l70tUqV/NkHAeEacdiF5Zaiq9GtyBuWW9l+XE=; b=dOFXrcwxPJAMLD6c8l8YwT8cUzF/OuSwq7j89YriFJcRVBuzKRfOb+BRg4fDNQ9ROR BjlY3e1VMxTIc1V0p8ORHkRTeLJbCwmPGPwAk8sZ80CEMcKti141T1sbl/PuRK1fkhoJ I/0K92oW9ovAtU1Gca9fsXljw1/lCyzqB74dnV6WBAYp1N1rPktuMaQ+i8qt/vV6xbs9 CxlBO1mmq3IQ6jeBarcH8zDF3zYgB2c/gzOfGmupIhxfdhCWJ8c28yJrYOvkqV3nP0tK FvihCN2UsxfTpZHw6JfyeisFeqxpH8TWkLiqJF/l1YRXs8p27bke7/bBN6Z1Nk5PyUJy IM6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=duke77l70tUqV/NkHAeEacdiF5Zaiq9GtyBuWW9l+XE=; b=P1ZLyMwPP4MBmSokJhdqkRTsv303QwDzwQDPSFY8lJcSGch2x7pEDZbtEDf+fjCesH F0FNawWHTB/MWf3DlO4M2Eytfo35bdvB6iUYfGJcLzIRRenX8ZcrC9DOyJr9aRsL/oMg pFgM2P7/VsM2yJ8VRtnKLURp70afA9/DmhfEUrLu2bMnzaM5wasvOXkTDeMWahK4yRAK ACb8HIEeGEmBD+goQ1hnS1PkNAAjNVKUsaGQqx3ai4FNj7PQDDEvX/6iAb5LSEBdFoZk pc2+OBgB1M1Ho0xMvHX/bny8lT25Lt76dQc8oyZ34eIHCXZwDj0PSRlU4MzNdETurq0L dlXw== X-Gm-Message-State: AA6/9Rk6I75tJlvtbqO7fuuaV9B8hSWWNc1HPlbxw/Knp2SHL5OPLO2i6lFJ+tq42On8F76F80ORt+3c2S23Qw== X-Received: by 10.36.175.67 with SMTP id l3mr9059036iti.116.1475671874320; Wed, 05 Oct 2016 05:51:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.196.214 with HTTP; Wed, 5 Oct 2016 05:51:13 -0700 (PDT) From: Saqib Khan Date: Wed, 5 Oct 2016 17:51:13 +0500 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: UefiBootManagerLib and LegacyBootManagerLib issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 12:51:15 -0000 Content-Type: text/plain; charset=UTF-8 Hi, when i import both lib in my project my EFI hangs at EfiRefreshAllBootOptions, i removed LegacyBootManager and it worked fine .i need both lib as i need to boot legacy from EFI, how this issue can be resolved? here is piece of inf file [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/ IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec ShellPkg/ShellPkg.dec [LibraryClasses] HiiLib DebugLib UefiLib MemoryAllocationLib UefiBootServicesTableLib UefiApplicationEntryPoint UefiBootManagerLib LegacyBootManagerLib -- Regards Saqib Ahmed Khanzada