From 6a5fb3ac765add3b32ed16b5f7e64d78bb5dda59 Mon Sep 17 00:00:00 2001 From: cypherpunks <201630983+cypherpunks2@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:03:28 +0000 Subject: [PATCH] Create 42_disable_efi_pstore.cfg --- etc/default/grub.d/42_disable_efi_pstore.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/default/grub.d/42_disable_efi_pstore.cfg 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"