Re: [PATCH v7 5/9] efi_loader: support boot from URI device path

2023-10-18 Thread Masahisa Kojima
Hi Heinrich, On Wed, 18 Oct 2023 at 09:42, Heinrich Schuchardt wrote: > > On 16.10.23 08:45, 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 > >

Re: [PATCH v7 5/9] efi_loader: support boot from URI device path

2023-10-17 Thread Heinrich Schuchardt
On 16.10.23 08:45, 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 image with blkmap then try to boo

[PATCH v7 5/9] efi_loader: support boot from URI device path

2023-10-15 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