Re: [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-09 Thread Masahisa Kojima
Hi Akashi-san, Ilias, On Wed, 9 Mar 2022 at 22:50, Ilias Apalodimas wrote: > > Hi Kojima-san > > On Wed, Mar 09, 2022 at 11:35:57AM +0900, Takahiro Akashi wrote: > > On Wed, Mar 09, 2022 at 09:47:25AM +0900, Masahisa Kojima wrote: > > > On Tue, 8 Mar 2022 at 23:17, Takahiro Akashi > > > wrote:

Re: [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-09 Thread Ilias Apalodimas
Hi Kojima-san On Wed, Mar 09, 2022 at 11:35:57AM +0900, Takahiro Akashi wrote: > On Wed, Mar 09, 2022 at 09:47:25AM +0900, Masahisa Kojima wrote: > > On Tue, 8 Mar 2022 at 23:17, Takahiro Akashi > > wrote: > > > > > > On Tue, Mar 08, 2022 at 11:07:44PM +0900, Masahisa Kojima wrote: > > > > This

Re: [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-08 Thread Takahiro Akashi
On Wed, Mar 09, 2022 at 09:47:25AM +0900, Masahisa Kojima wrote: > On Tue, 8 Mar 2022 at 23:17, Takahiro Akashi > wrote: > > > > On Tue, Mar 08, 2022 at 11:07:44PM +0900, Masahisa Kojima wrote: > > > This commit introduces the new command "bootefi bootindex". > > > With this command, user can

Re: [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-08 Thread Masahisa Kojima
On Tue, 8 Mar 2022 at 23:17, Takahiro Akashi wrote: > > On Tue, Mar 08, 2022 at 11:07:44PM +0900, Masahisa Kojima wrote: > > This commit introduces the new command "bootefi bootindex". > > With this command, user can select which "Boot" option > > to load and execute. > > You can do the same

Re: [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-08 Thread Takahiro Akashi
On Tue, Mar 08, 2022 at 11:07:44PM +0900, Masahisa Kojima wrote: > This commit introduces the new command "bootefi bootindex". > With this command, user can select which "Boot" option > to load and execute. You can do the same thing with: $ efidebug boot next 1 (for BOOT0001) $ bootefi

[RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command

2022-03-08 Thread Masahisa Kojima
This commit introduces the new command "bootefi bootindex". With this command, user can select which "Boot" option to load and execute. Signed-off-by: Masahisa Kojima --- Changes in v3: - newly created cmd/bootefi.c| 42