Re: [PATCH] efi_loader: Increase default variable store size to 32K

2023-08-04 Thread Alper Nebi Yasak
Hi Ilias, On 2023-07-28 14:15 +03:00, Ilias Apalodimas wrote: > On Sat, 8 Jul 2023 at 18:21, Alper Nebi Yasak > wrote: >> >> Debian's arm64 UEFI Secure Boot shim makes the EFI variable store run >> out of space while mirroring its MOK database to variables. This can be >> observed in QEMU like

Re: [PATCH] efi_loader: Increase default variable store size to 32K

2023-07-28 Thread Ilias Apalodimas
Hi Alper, On Sat, 8 Jul 2023 at 18:21, Alper Nebi Yasak wrote: > > Debian's arm64 UEFI Secure Boot shim makes the EFI variable store run > out of space while mirroring its MOK database to variables. This can be > observed in QEMU like so: > > $ tools/buildman/buildman -o build/qemu_arm64 --boa

Re: [PATCH] efi_loader: Increase default variable store size to 32K

2023-07-08 Thread Heinrich Schuchardt
On 7/8/23 17:21, Alper Nebi Yasak wrote: Debian's arm64 UEFI Secure Boot shim makes the EFI variable store run out of space while mirroring its MOK database to variables. This can be observed in QEMU like so: $ tools/buildman/buildman -o build/qemu_arm64 --boards=qemu_arm64 -w $ cd build/q

[PATCH] efi_loader: Increase default variable store size to 32K

2023-07-08 Thread Alper Nebi Yasak
Debian's arm64 UEFI Secure Boot shim makes the EFI variable store run out of space while mirroring its MOK database to variables. This can be observed in QEMU like so: $ tools/buildman/buildman -o build/qemu_arm64 --boards=qemu_arm64 -w $ cd build/qemu_arm64 $ curl -L -o debian.iso \