diff --git a/etc/default/grub.d/42_disable_efi_pstore.cfg b/etc/default/grub.d/42_disable_efi_pstore.cfg new file mode 100644 index 0000000..01a853b --- /dev/null +++ b/etc/default/grub.d/42_disable_efi_pstore.cfg @@ -0,0 +1,6 @@ +## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC +## See the file COPYING for copying conditions. + +## This disables the EFI persistent storage feature, preventing the kernel from writing crash logs and other persistent data to the EFI variable store. +## This can be useful for privacy reasons or to avoid potential issues with system stability related to Live Mode. +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT efi_pstore.pstore_disable=1"