From a70c5cdc4f32e174c4694acdd51400eff699c971 Mon Sep 17 00:00:00 2001 From: Lorenzo Tucci Date: Sun, 5 Sep 2021 09:39:23 +0200 Subject: [PATCH] fix: give warning for some grub options --- grub/grub | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub/grub b/grub/grub index fc4b202..31c7f16 100644 --- a/grub/grub +++ b/grub/grub @@ -1,5 +1,9 @@ # These rules are not meant to be copied and pasted as there will # likely be other options enabled on your machine. # Instead add them to the already existing ones in your /etc/default/grub -# remove ipv6 disable at the end if needed +# +# NOTE: remove ipv6 disable at the end if needed +# NOTE: remove module.sig_enforce=1 and lockdown=confidentiality on some systems to enable loading +# of wireguard module + GRUB_CMDLINE_LINUX="slab_nomerge slub_debug=FZ init_on_alloc=1 init_on_free=1 page_alloc.shuffle=1 pti=on vsyscall=none debugfs=off oops=panic module.sig_enforce=1 lockdown=confidentiality mce=0 quiet loglevel=0 ipv6.disable=1"