Re: [PATCH v9 0/9] Add EFI HTTP boot support

2023-11-02 Thread Ilias Apalodimas
On Thu, 2 Nov 2023 at 08:46, Masahisa Kojima wrote: > > This series adds the EFI HTTP boot support. > User can add the URI device path with "efidebug boot add" command. > efibootmgr handles the URI device path, download the > specified file using wget, mount the downloaded image with > blkmap, the

[PATCH v9 0/9] Add EFI HTTP boot support

2023-11-01 Thread Masahisa Kojima
This series adds the EFI HTTP boot support. User can add the URI device path with "efidebug boot add" command. efibootmgr handles the URI device path, download the specified file using wget, mount the downloaded image with blkmap, then boot with the default file(e.g. EFI/BOOT/BOOTAA64.EFI) by selec