Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-04-04 Thread Heinrich Schuchardt
On 4/4/22 08:48, Masahisa Kojima wrote: On Sat, 2 Apr 2022 at 15:12, Heinrich Schuchardt wrote: On 3/24/22 14:54, Masahisa Kojima wrote: From: AKASHI Takahiro Under the current implementation, booting from removable media using a architecture-specific default image name, say BOOTAA64.EFI, i

Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-04-03 Thread Masahisa Kojima
On Sat, 2 Apr 2022 at 15:12, Heinrich Schuchardt wrote: > > On 3/24/22 14:54, Masahisa Kojima wrote: > > From: AKASHI Takahiro > > > > Under the current implementation, booting from removable media using > > a architecture-specific default image name, say BOOTAA64.EFI, is > > supported only in di

Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-04-01 Thread Heinrich Schuchardt
On 3/24/22 14:54, Masahisa Kojima wrote: From: AKASHI Takahiro Under the current implementation, booting from removable media using a architecture-specific default image name, say BOOTAA64.EFI, is supported only in distro_bootcmd script. See the commit 74522c898b35 ("efi_loader: Add distro boot

Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-03-30 Thread Ilias Apalodimas
Kojima-san, On Thu, 31 Mar 2022 at 03:51, Masahisa Kojima wrote: > > Hi Ilias, > > On Thu, 31 Mar 2022 at 04:13, Ilias Apalodimas > wrote: > > > > Hello Akashi-san, > > > > On Thu, Mar 24, 2022 at 10:54:38PM +0900, Masahisa Kojima wrote: > > > From: AKASHI Takahiro > > > > > > Under the current

Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-03-30 Thread Masahisa Kojima
Hi Ilias, On Thu, 31 Mar 2022 at 04:13, Ilias Apalodimas wrote: > > Hello Akashi-san, > > On Thu, Mar 24, 2022 at 10:54:38PM +0900, Masahisa Kojima wrote: > > From: AKASHI Takahiro > > > > Under the current implementation, booting from removable media using > > a architecture-specific default im

Re: [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-03-30 Thread Ilias Apalodimas
Hello Akashi-san, On Thu, Mar 24, 2022 at 10:54:38PM +0900, Masahisa Kojima wrote: > From: AKASHI Takahiro > > Under the current implementation, booting from removable media using > a architecture-specific default image name, say BOOTAA64.EFI, is > supported only in distro_bootcmd script. See th

[PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media

2022-03-24 Thread Masahisa Kojima
From: AKASHI Takahiro Under the current implementation, booting from removable media using a architecture-specific default image name, say BOOTAA64.EFI, is supported only in distro_bootcmd script. See the commit 74522c898b35 ("efi_loader: Add distro boot script for removable media"). This is, ho