* Disable BIOS menu or set password EDK2 @ 2017-07-26 16:05 Zach Smith 2017-07-27 14:56 ` Gao, Liming 0 siblings, 1 reply; 8+ messages in thread From: Zach Smith @ 2017-07-26 16:05 UTC (permalink / raw) To: edk2-devel I am trying to remove the ability to use the BIOS-like menu on my minnowboard, which is running EDK2 firmware: https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 However I have been unable to locate anywhere that I can turn this capability off. Is there a way to do this? Failing this, I would like to be able to set a BIOS password, and by going to BIOS > Device Manager > System Setup > Security Configuration, I see the option to "Setup Administrator Password", but setting this password does not seem to do anything, and I see no option to enable the usage of the password. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 2017-07-26 16:05 Disable BIOS menu or set password EDK2 Zach Smith @ 2017-07-27 14:56 ` Gao, Liming [not found] ` <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com> 0 siblings, 1 reply; 8+ messages in thread From: Gao, Liming @ 2017-07-27 14:56 UTC (permalink / raw) To: Zach Smith, edk2-devel@lists.01.org Zach: UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp is for BIOS menu. To remove UiApp can disable BIOS menu. On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides the real implementation for Opal supported devices.. You can refer to it for your implementation. Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Zach Smith > Sent: Thursday, July 27, 2017 12:05 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Disable BIOS menu or set password EDK2 > > I am trying to remove the ability to use the BIOS-like menu on my > minnowboard, which is running EDK2 firmware: > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 > > However I have been unable to locate anywhere that I can turn this > capability off. Is there a way to do this? > > Failing this, I would like to be able to set a BIOS password, and by going > to BIOS > Device Manager > System Setup > Security Configuration, I see the > option to "Setup Administrator Password", but setting this password does > not seem to do anything, and I see no option to enable the usage of the > password. > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com>]
* Re: Disable BIOS menu or set password EDK2 [not found] ` <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com> @ 2017-07-27 15:47 ` Zach Smith 2017-07-27 15:49 ` Gao, Liming 1 sibling, 0 replies; 8+ messages in thread From: Zach Smith @ 2017-07-27 15:47 UTC (permalink / raw) To: Gao, Liming, edk2-devel Liming, I believe I found UiApp, but how can I remov it? Can I just remove Vlv2TbltDevicePkg//UiApp/UiApp.inf? Thanks, Zach On Thu, Jul 27, 2017 at 10:45 AM, Zach Smith <zqsmith4926@gmail.com> wrote: > Liming, > > I believe I found UiApp, but how can I remov it? Can I just remove > Vlv2TbltDevicePkg//UiApp/UiApp.inf? > > Thanks, > > Zach > > On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com> wrote: > >> Zach: >> UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp >> is for BIOS menu. To remove UiApp can disable BIOS menu. >> >> On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides >> the real implementation for Opal supported devices.. You can refer to it >> for your implementation. >> >> Thanks >> Liming >> > -----Original Message----- >> > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >> Zach Smith >> > Sent: Thursday, July 27, 2017 12:05 AM >> > To: edk2-devel@lists.01.org >> > Subject: [edk2] Disable BIOS menu or set password EDK2 >> > >> > I am trying to remove the ability to use the BIOS-like menu on my >> > minnowboard, which is running EDK2 firmware: >> > >> > https://github.com/tianocore/edk2-platforms/tree/minnowboard >> -max-udk2015 >> > >> > However I have been unable to locate anywhere that I can turn this >> > capability off. Is there a way to do this? >> > >> > Failing this, I would like to be able to set a BIOS password, and by >> going >> > to BIOS > Device Manager > System Setup > Security Configuration, I see >> the >> > option to "Setup Administrator Password", but setting this password does >> > not seem to do anything, and I see no option to enable the usage of the >> > password. >> > _______________________________________________ >> > edk2-devel mailing list >> > edk2-devel@lists.01.org >> > https://lists.01.org/mailman/listinfo/edk2-devel >> > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 [not found] ` <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com> 2017-07-27 15:47 ` Zach Smith @ 2017-07-27 15:49 ` Gao, Liming 2017-07-27 15:59 ` Zach Smith 1 sibling, 1 reply; 8+ messages in thread From: Gao, Liming @ 2017-07-27 15:49 UTC (permalink / raw) To: Zach Smith, edk2-devel@lists.01.org You need to check Platform DSC/FDF to see whether UiApp is used. If MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from DSC/FDF. If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp both. It is not easy to disable BIOS menu. Thanks Liming From: Zach Smith [mailto:zqsmith4926@gmail.com] Sent: Thursday, July 27, 2017 11:45 PM To: Gao, Liming <liming.gao@intel.com>; edk2-devel@lists.01.org Subject: Re: [edk2] Disable BIOS menu or set password EDK2 Liming, I believe I found UiApp, but how can I remov it? Can I just remove Vlv2TbltDevicePkg//UiApp/UiApp.inf? Thanks, Zach On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com<mailto:liming.gao@intel.com>> wrote: Zach: UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp is for BIOS menu. To remove UiApp can disable BIOS menu. On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides the real implementation for Opal supported devices.. You can refer to it for your implementation. Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org<mailto:edk2-devel-bounces@lists.01.org>] On Behalf Of Zach Smith > Sent: Thursday, July 27, 2017 12:05 AM > To: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> > Subject: [edk2] Disable BIOS menu or set password EDK2 > > I am trying to remove the ability to use the BIOS-like menu on my > minnowboard, which is running EDK2 firmware: > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 > > However I have been unable to locate anywhere that I can turn this > capability off. Is there a way to do this? > > Failing this, I would like to be able to set a BIOS password, and by going > to BIOS > Device Manager > System Setup > Security Configuration, I see the > option to "Setup Administrator Password", but setting this password does > not seem to do anything, and I see no option to enable the usage of the > password. > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 2017-07-27 15:49 ` Gao, Liming @ 2017-07-27 15:59 ` Zach Smith 2017-07-27 16:08 ` Andrew Fish 0 siblings, 1 reply; 8+ messages in thread From: Zach Smith @ 2017-07-27 15:59 UTC (permalink / raw) To: Gao, Liming; +Cc: edk2-devel@lists.01.org I believe MdeModulePkg UiApp is used, because the following lines appear in MdeModulePkg.dsc: MdeModulePkg/Application/UiApp/UiApp.inf MdeModulePkg/Universal/BdsDxe/BdsDxe.inf However, in IntelFrameworkModulePkg.dsc, there is the line: IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf So does this mean I can or cannot remove UiApp? Can I simply comment out the line in MdeModulePkg.dsc? Thanks, Zach On Thu, Jul 27, 2017 at 10:49 AM, Gao, Liming <liming.gao@intel.com> wrote: > You need to check Platform DSC/FDF to see whether UiApp is used. If > MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from DSC/FDF. > If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp both. > It is not easy to disable BIOS menu. > > > > Thanks > > Liming > > *From:* Zach Smith [mailto:zqsmith4926@gmail.com] > *Sent:* Thursday, July 27, 2017 11:45 PM > *To:* Gao, Liming <liming.gao@intel.com>; edk2-devel@lists.01.org > *Subject:* Re: [edk2] Disable BIOS menu or set password EDK2 > > > > Liming, > > > > I believe I found UiApp, but how can I remov it? Can I just remove > Vlv2TbltDevicePkg//UiApp/UiApp.inf? > > > > Thanks, > > > > Zach > > > > On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com> wrote: > > Zach: > UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp > is for BIOS menu. To remove UiApp can disable BIOS menu. > > On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides > the real implementation for Opal supported devices.. You can refer to it > for your implementation. > > Thanks > Liming > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Zach Smith > > Sent: Thursday, July 27, 2017 12:05 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] Disable BIOS menu or set password EDK2 > > > > I am trying to remove the ability to use the BIOS-like menu on my > > minnowboard, which is running EDK2 firmware: > > > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 > > > > However I have been unable to locate anywhere that I can turn this > > capability off. Is there a way to do this? > > > > Failing this, I would like to be able to set a BIOS password, and by > going > > to BIOS > Device Manager > System Setup > Security Configuration, I see > the > > option to "Setup Administrator Password", but setting this password does > > not seem to do anything, and I see no option to enable the usage of the > > password. > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 2017-07-27 15:59 ` Zach Smith @ 2017-07-27 16:08 ` Andrew Fish 2017-07-27 16:14 ` Zach Smith 0 siblings, 1 reply; 8+ messages in thread From: Andrew Fish @ 2017-07-27 16:08 UTC (permalink / raw) To: Zach Smith; +Cc: Gao, Liming, edk2-devel@lists.01.org > On Jul 27, 2017, at 8:59 AM, Zach Smith <zqsmith4926@gmail.com> wrote: > > I believe MdeModulePkg UiApp is used, because the following lines appear in > MdeModulePkg.dsc: > > MdeModulePkg/Application/UiApp/UiApp.inf > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf > > However, in IntelFrameworkModulePkg.dsc, there is the line: > > IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf > > So does this mean I can or cannot remove UiApp? Can I simply comment out > the line in MdeModulePkg.dsc? > Zack, MdpModulePkg.dsc and IntelFrameworkModulePkg.dsc are for package maintenance, think of them as a makefile that builds everything in package. A platform would have its own DSC file pulling in the features it needed. Thanks, Andrew Fish > Thanks, > Zach > > > > On Thu, Jul 27, 2017 at 10:49 AM, Gao, Liming <liming.gao@intel.com <mailto:liming.gao@intel.com>> wrote: > >> You need to check Platform DSC/FDF to see whether UiApp is used. If >> MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from DSC/FDF. >> If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp both. >> It is not easy to disable BIOS menu. >> >> >> >> Thanks >> >> Liming >> >> *From:* Zach Smith [mailto:zqsmith4926@gmail.com] >> *Sent:* Thursday, July 27, 2017 11:45 PM >> *To:* Gao, Liming <liming.gao@intel.com>; edk2-devel@lists.01.org >> *Subject:* Re: [edk2] Disable BIOS menu or set password EDK2 >> >> >> >> Liming, >> >> >> >> I believe I found UiApp, but how can I remov it? Can I just remove >> Vlv2TbltDevicePkg//UiApp/UiApp.inf? >> >> >> >> Thanks, >> >> >> >> Zach >> >> >> >> On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com <mailto:liming.gao@intel.com>> wrote: >> >> Zach: >> UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp >> is for BIOS menu. To remove UiApp can disable BIOS menu. >> >> On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides >> the real implementation for Opal supported devices.. You can refer to it >> for your implementation. >> >> Thanks >> Liming >> >>> -----Original Message----- >>> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org <mailto:edk2-devel-bounces@lists.01.org>] On Behalf Of >> Zach Smith >>> Sent: Thursday, July 27, 2017 12:05 AM >>> To: edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> >>> Subject: [edk2] Disable BIOS menu or set password EDK2 >>> >>> I am trying to remove the ability to use the BIOS-like menu on my >>> minnowboard, which is running EDK2 firmware: >>> >>> https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 <https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015> >>> >>> However I have been unable to locate anywhere that I can turn this >>> capability off. Is there a way to do this? >>> >>> Failing this, I would like to be able to set a BIOS password, and by >> going >>> to BIOS > Device Manager > System Setup > Security Configuration, I see >> the >>> option to "Setup Administrator Password", but setting this password does >>> not seem to do anything, and I see no option to enable the usage of the >>> password. >> >>> _______________________________________________ >>> edk2-devel mailing list >>> edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> >>> https://lists.01.org/mailman/listinfo/edk2-devel <https://lists.01.org/mailman/listinfo/edk2-devel> >> >> >> > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> > https://lists.01.org/mailman/listinfo/edk2-devel <https://lists.01.org/mailman/listinfo/edk2-devel> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 2017-07-27 16:08 ` Andrew Fish @ 2017-07-27 16:14 ` Zach Smith 2017-07-28 4:10 ` Ni, Ruiyu 0 siblings, 1 reply; 8+ messages in thread From: Zach Smith @ 2017-07-27 16:14 UTC (permalink / raw) To: Andrew Fish; +Cc: Gao, Liming, edk2-devel@lists.01.org Andrew, Would that be Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc? I do see the line: $(PLATFORM_PACKAGE)/UiApp/UiApp.inf Thanks, Zach On Thu, Jul 27, 2017 at 11:08 AM, Andrew Fish <afish@apple.com> wrote: > > On Jul 27, 2017, at 8:59 AM, Zach Smith <zqsmith4926@gmail.com> wrote: > > I believe MdeModulePkg UiApp is used, because the following lines appear in > MdeModulePkg.dsc: > > MdeModulePkg/Application/UiApp/UiApp.inf > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf > > However, in IntelFrameworkModulePkg.dsc, there is the line: > > IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf > > So does this mean I can or cannot remove UiApp? Can I simply comment out > the line in MdeModulePkg.dsc? > > > Zack, > > MdpModulePkg.dsc and IntelFrameworkModulePkg.dsc are for package > maintenance, think of them as a makefile that builds everything in package. > A platform would have its own DSC file pulling in the features it needed. > > Thanks, > > Andrew Fish > > > Thanks, > Zach > > > > On Thu, Jul 27, 2017 at 10:49 AM, Gao, Liming <liming.gao@intel.com> > wrote: > > You need to check Platform DSC/FDF to see whether UiApp is used. If > MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from DSC/FDF. > If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp both. > It is not easy to disable BIOS menu. > > > > Thanks > > Liming > > *From:* Zach Smith [mailto:zqsmith4926@gmail.com <zqsmith4926@gmail.com>] > *Sent:* Thursday, July 27, 2017 11:45 PM > *To:* Gao, Liming <liming.gao@intel.com>; edk2-devel@lists.01.org > *Subject:* Re: [edk2] Disable BIOS menu or set password EDK2 > > > > > Liming, > > > > I believe I found UiApp, but how can I remov it? Can I just remove > Vlv2TbltDevicePkg//UiApp/UiApp.inf? > > > > Thanks, > > > > Zach > > > > On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com> wrote: > > Zach: > UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. UiApp > is for BIOS menu. To remove UiApp can disable BIOS menu. > > On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe provides > the real implementation for Opal supported devices.. You can refer to it > for your implementation. > > Thanks > Liming > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org > <edk2-devel-bounces@lists.01.org>] On Behalf Of > > Zach Smith > > Sent: Thursday, July 27, 2017 12:05 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Disable BIOS menu or set password EDK2 > > I am trying to remove the ability to use the BIOS-like menu on my > minnowboard, which is running EDK2 firmware: > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max-udk2015 > > However I have been unable to locate anywhere that I can turn this > capability off. Is there a way to do this? > > Failing this, I would like to be able to set a BIOS password, and by > > going > > to BIOS > Device Manager > System Setup > Security Configuration, I see > > the > > option to "Setup Administrator Password", but setting this password does > not seem to do anything, and I see no option to enable the usage of the > password. > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel > > > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Disable BIOS menu or set password EDK2 2017-07-27 16:14 ` Zach Smith @ 2017-07-28 4:10 ` Ni, Ruiyu 0 siblings, 0 replies; 8+ messages in thread From: Ni, Ruiyu @ 2017-07-28 4:10 UTC (permalink / raw) To: Zach Smith, Andrew Fish; +Cc: edk2-devel@lists.01.org, Gao, Liming Zach, Please remove the UiApp.inf from FDF file, you can get a no-UI firmware image. Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Zach Smith > Sent: Friday, July 28, 2017 12:14 AM > To: Andrew Fish <afish@apple.com> > Cc: edk2-devel@lists.01.org; Gao, Liming <liming.gao@intel.com> > Subject: Re: [edk2] Disable BIOS menu or set password EDK2 > > Andrew, > > Would that be Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc? I do see the line: > > $(PLATFORM_PACKAGE)/UiApp/UiApp.inf > > Thanks, > > Zach > > On Thu, Jul 27, 2017 at 11:08 AM, Andrew Fish <afish@apple.com> wrote: > > > > > On Jul 27, 2017, at 8:59 AM, Zach Smith <zqsmith4926@gmail.com> wrote: > > > > I believe MdeModulePkg UiApp is used, because the following lines > > appear in > > MdeModulePkg.dsc: > > > > MdeModulePkg/Application/UiApp/UiApp.inf > > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf > > > > However, in IntelFrameworkModulePkg.dsc, there is the line: > > > > IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf > > > > So does this mean I can or cannot remove UiApp? Can I simply comment > > out the line in MdeModulePkg.dsc? > > > > > > Zack, > > > > MdpModulePkg.dsc and IntelFrameworkModulePkg.dsc are for package > > maintenance, think of them as a makefile that builds everything in package. > > A platform would have its own DSC file pulling in the features it needed. > > > > Thanks, > > > > Andrew Fish > > > > > > Thanks, > > Zach > > > > > > > > On Thu, Jul 27, 2017 at 10:49 AM, Gao, Liming <liming.gao@intel.com> > > wrote: > > > > You need to check Platform DSC/FDF to see whether UiApp is used. If > > MdeModulePkg BdsDxe and UiApp are used, you can remove UiApp from > DSC/FDF. > > If IntelFrameworkModulePkg BdsDxe is used, it includes Bds and UiApp > both. > > It is not easy to disable BIOS menu. > > > > > > > > Thanks > > > > Liming > > > > *From:* Zach Smith [mailto:zqsmith4926@gmail.com > > <zqsmith4926@gmail.com>] > > *Sent:* Thursday, July 27, 2017 11:45 PM > > *To:* Gao, Liming <liming.gao@intel.com>; edk2-devel@lists.01.org > > *Subject:* Re: [edk2] Disable BIOS menu or set password EDK2 > > > > > > > > > > Liming, > > > > > > > > I believe I found UiApp, but how can I remov it? Can I just remove > > Vlv2TbltDevicePkg//UiApp/UiApp.inf? > > > > > > > > Thanks, > > > > > > > > Zach > > > > > > > > On Thu, Jul 27, 2017 at 9:56 AM, Gao, Liming <liming.gao@intel.com> wrote: > > > > Zach: > > UDK2015 is a little old. Edk2 trunk has separated UiApp from BDS. > > UiApp is for BIOS menu. To remove UiApp can disable BIOS menu. > > > > On password, edk2 trunk SecurityPkg\Tcg\Opal\OpalPasswordDxe > provides > > the real implementation for Opal supported devices.. You can refer to > > it for your implementation. > > > > Thanks > > Liming > > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org > > <edk2-devel-bounces@lists.01.org>] On Behalf Of > > > > Zach Smith > > > > Sent: Thursday, July 27, 2017 12:05 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] Disable BIOS menu or set password EDK2 > > > > I am trying to remove the ability to use the BIOS-like menu on my > > minnowboard, which is running EDK2 firmware: > > > > https://github.com/tianocore/edk2-platforms/tree/minnowboard-max- > udk20 > > 15 > > > > However I have been unable to locate anywhere that I can turn this > > capability off. Is there a way to do this? > > > > Failing this, I would like to be able to set a BIOS password, and by > > > > going > > > > to BIOS > Device Manager > System Setup > Security Configuration, I > > see > > > > the > > > > option to "Setup Administrator Password", but setting this password > > does not seem to do anything, and I see no option to enable the usage > > of the password. > > > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > > > > > > > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > > > > > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-07-28 4:08 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-07-26 16:05 Disable BIOS menu or set password EDK2 Zach Smith 2017-07-27 14:56 ` Gao, Liming [not found] ` <CACPodBwDAoXfBc=P0oWV4F9U6S9TkJkSxW6BCT2Nxpp9g8gbwQ@mail.gmail.com> 2017-07-27 15:47 ` Zach Smith 2017-07-27 15:49 ` Gao, Liming 2017-07-27 15:59 ` Zach Smith 2017-07-27 16:08 ` Andrew Fish 2017-07-27 16:14 ` Zach Smith 2017-07-28 4:10 ` Ni, Ruiyu
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox