diff --git a/grub b/grub index a5f30ac..5550240 100644 --- a/grub +++ b/grub @@ -4,7 +4,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="Arch" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" -GRUB_CMDLINE_LINUX="lockdown=confidentiality vsyscall=none console=ttyS0 " +GRUB_CMDLINE_LINUX="lockdown=confidentiality vsyscall=none preempt=none console=ttyS0 " # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos"