Re: [PATCH v11 7/9] efi_loader: support boot from URI device path

2023-11-09 Thread Masahisa Kojima
On Thu, 9 Nov 2023 at 17:04, Ilias Apalodimas wrote: > > Kojima-san > > On Wed, 8 Nov 2023 at 13:08, Masahisa Kojima > wrote: > > > > This supports to boot from the URI device path. > > When user selects the URI device path, bootmgr downloads > > the file using wget into the address specified by

Re: [PATCH v11 7/9] efi_loader: support boot from URI device path

2023-11-09 Thread Ilias Apalodimas
Kojima-san On Wed, 8 Nov 2023 at 13:08, Masahisa Kojima wrote: > > This supports to boot from the URI device path. > When user selects the URI device path, bootmgr downloads > the file using wget into the address specified by loadaddr > env variable. > If the file is .iso or .img file, mount the

[PATCH v11 7/9] efi_loader: support boot from URI device path

2023-11-08 Thread Masahisa Kojima
This supports to boot from the URI device path. When user selects the URI device path, bootmgr downloads the file using wget into the address specified by loadaddr env variable. If the file is .iso or .img file, mount the image with blkmap then try to boot with the default file(e.g. EFI/BOOT/BOOTAA