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"