On Thu, 09 Jan 2025 13:45:03 -0800 Felix Lechner <[email protected]> wrote:
> Hi Roman, > > On Thu, Jan 09 2025, Roman Riabenko wrote: > > > some distributions turn this backend off by default to prevent users > > from getting into a trap. However, they seem to turn it off when > > packaging the software, not via a kernel argument. > > It's in the kernel's configuration, i.e. the first hit here. [1] > > I looped in Leo and Wilko. (EFI dump files exhaust space on the ESP.) > > Kind regards > Felix > > [1] https://codesearch.debian.net/search?q=pstore_disable&literal=1 Indeed, in the current kernel configuration, the option is not set. $ gunzip < /proc/config.gz | grep PSTORE | grep EFI CONFIG_EFI_VARS_PSTORE=m # CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set Roman
