Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-19 Thread Masahisa Kojima
On Thu, 19 Oct 2023 at 16:22, Ilias Apalodimas wrote: > > [...] > > > > > > > > > > > > > According to the EDK II implementation[1], the boot option is > > > > > > enumerated with the following order. > > > > > > 1. Removable BlockIo > > > > > > 2. Fixed BlockIo > > > > > > 3. Non-BlockIo Si

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-19 Thread Ilias Apalodimas
[...] > > > > > > > > > > According to the EDK II implementation[1], the boot option is > > > > > enumerated with the following order. > > > > > 1. Removable BlockIo > > > > > 2. Fixed BlockIo > > > > > 3. Non-BlockIo SimpleFileSystem > > > > > 4. LoadFile > > > > > So boot option for the

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-18 Thread Masahisa Kojima
Hi Ilias, On Wed, 18 Oct 2023 at 18:12, Ilias Apalodimas wrote: > > Hi Kojima-san > > On Wed, 18 Oct 2023 at 12:07, Masahisa Kojima > wrote: > > > > Hi Ilias, > > > > On Wed, 18 Oct 2023 at 04:47, Ilias Apalodimas > > wrote: > > > > > > Hi all, > > > > > > On Tue, 17 Oct 2023 at 08:33, Masahisa

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-18 Thread Heinrich Schuchardt
On 10/18/23 11:12, Ilias Apalodimas wrote: Hi Kojima-san On Wed, 18 Oct 2023 at 12:07, Masahisa Kojima wrote: Hi Ilias, On Wed, 18 Oct 2023 at 04:47, Ilias Apalodimas wrote: Hi all, On Tue, 17 Oct 2023 at 08:33, Masahisa Kojima wrote: Hi Heinrich, On Mon, 16 Oct 2023 at 23:52, Heinri

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-18 Thread Ilias Apalodimas
Hi Kojima-san On Wed, 18 Oct 2023 at 12:07, Masahisa Kojima wrote: > > Hi Ilias, > > On Wed, 18 Oct 2023 at 04:47, Ilias Apalodimas > wrote: > > > > Hi all, > > > > On Tue, 17 Oct 2023 at 08:33, Masahisa Kojima > > wrote: > > > > > > Hi Heinrich, > > > > > > On Mon, 16 Oct 2023 at 23:52, Heinri

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-18 Thread Masahisa Kojima
Hi Ilias, On Wed, 18 Oct 2023 at 04:47, Ilias Apalodimas wrote: > > Hi all, > > On Tue, 17 Oct 2023 at 08:33, Masahisa Kojima > wrote: > > > > Hi Heinrich, > > > > On Mon, 16 Oct 2023 at 23:52, Heinrich Schuchardt > > wrote: > > > > > > On 16.10.23 15:00, Masahisa Kojima wrote: > > > > On Mon,

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-17 Thread Heinrich Schuchardt
On 17.10.23 07:32, Masahisa Kojima wrote: Hi Heinrich, On Mon, 16 Oct 2023 at 23:52, Heinrich Schuchardt wrote: On 16.10.23 15:00, Masahisa Kojima wrote: On Mon, 16 Oct 2023 at 21:46, Heinrich Schuchardt wrote: On 16.10.23 14:31, Ilias Apalodimas wrote: Hi Heinrich, On Mon, 16 Oct 2023

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-17 Thread Ilias Apalodimas
Hi all, On Tue, 17 Oct 2023 at 08:33, Masahisa Kojima wrote: > > Hi Heinrich, > > On Mon, 16 Oct 2023 at 23:52, Heinrich Schuchardt wrote: > > > > On 16.10.23 15:00, Masahisa Kojima wrote: > > > On Mon, 16 Oct 2023 at 21:46, Heinrich Schuchardt > > > wrote: > > >> > > >> On 16.10.23 14:31, Ili

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Masahisa Kojima
Hi Heinrich, On Mon, 16 Oct 2023 at 23:52, Heinrich Schuchardt wrote: > > On 16.10.23 15:00, Masahisa Kojima wrote: > > On Mon, 16 Oct 2023 at 21:46, Heinrich Schuchardt > > wrote: > >> > >> On 16.10.23 14:31, Ilias Apalodimas wrote: > >>> Hi Heinrich, > >>> > >>> On Mon, 16 Oct 2023 at 10:06,

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Heinrich Schuchardt
On 16.10.23 15:00, Masahisa Kojima wrote: On Mon, 16 Oct 2023 at 21:46, Heinrich Schuchardt wrote: On 16.10.23 14:31, Ilias Apalodimas wrote: Hi Heinrich, On Mon, 16 Oct 2023 at 10:06, Heinrich Schuchardt wrote: Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima : Current efibo

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Masahisa Kojima
On Mon, 16 Oct 2023 at 21:46, Heinrich Schuchardt wrote: > > On 16.10.23 14:31, Ilias Apalodimas wrote: > > Hi Heinrich, > > > > On Mon, 16 Oct 2023 at 10:06, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima > >> : > >>> Current efiboo

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Ilias Apalodimas
On Mon, Oct 16, 2023 at 02:46:46PM +0200, Heinrich Schuchardt wrote: > On 16.10.23 14:31, Ilias Apalodimas wrote: > > Hi Heinrich, > > > > On Mon, 16 Oct 2023 at 10:06, Heinrich Schuchardt > > wrote: > > > > > > > > > > > > Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima > > > : > > >

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Heinrich Schuchardt
On 16.10.23 14:31, Ilias Apalodimas wrote: Hi Heinrich, On Mon, 16 Oct 2023 at 10:06, Heinrich Schuchardt wrote: Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima : Current efibootmgr automatically creates the boot options of all disks and partitions installing EFI_SIMPLE_FILE_SYS

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Ilias Apalodimas
Hi Heinrich, On Mon, 16 Oct 2023 at 10:06, Heinrich Schuchardt wrote: > > > > Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima > : > >Current efibootmgr automatically creates the > >boot options of all disks and partitions installing > >EFI_SIMPLE_FILE_SYSTEM_PROTOCOL. > >Some of the au

Re: [PATCH v7 4/9] efi_loader: create default file boot option

2023-10-16 Thread Heinrich Schuchardt
Am 16. Oktober 2023 08:45:21 MESZ schrieb Masahisa Kojima : >Current efibootmgr automatically creates the >boot options of all disks and partitions installing >EFI_SIMPLE_FILE_SYSTEM_PROTOCOL. >Some of the automatically created boot options are >useless if the disk and partition does not have >

[PATCH v7 4/9] efi_loader: create default file boot option

2023-10-15 Thread Masahisa Kojima
Current efibootmgr automatically creates the boot options of all disks and partitions installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL. Some of the automatically created boot options are useless if the disk and partition does not have the default file(e.g. EFI/BOOT/BOOTAA64.EFI). This commit only create