Re: [edk2-devel] [PATCH edk2-platforms 0/4] Fix the boot order and the boot menu

2019-07-30 Thread Gary Lin
On Fri, Jul 26, 2019 at 07:06:35AM +, Gary Lin wrote: > After switching to MdeModulePkg BdsDxe, the boot option created by OS > was always put at the end of BootOrder after reboot. Besides, the PXE > boot options were always the first boot options. > > This series fixes the priority of boot

[edk2-devel] [PATCH edk2-platforms 0/4] Fix the boot order and the boot menu

2019-07-26 Thread Gary Lin
After switching to MdeModulePkg BdsDxe, the boot option created by OS was always put at the end of BootOrder after reboot. Besides, the PXE boot options were always the first boot options. This series fixes the priority of boot options and stops sorting the boot options after the first boot. The m