diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f236aefed5..ba735c4921 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -920,7 +920,11 @@ (define (default-extra-linux-options version) ("CONFIG_VIRTIO_MMIO" . m) ("CONFIG_FUSE_FS" . m) ("CONFIG_CIFS" . m) - ("CONFIG_9P_FS" . m))) + ("CONFIG_9P_FS" . m) + ;; Disable the EFI pstore storage backend to avoid causing + ;; unrecoverable failures on some EFI systems: + ;; https://lists.gnu.org/archive/html/help-guix/2025-01/msg00173.html + ("CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE" . #t))) (define (config->string options) (string-join (map (match-lambda