From d9daa3b65fc66fd1ad64e89326fb65e07418641e Mon Sep 17 00:00:00 2001 From: shark Date: Sun, 11 Aug 2019 22:58:13 +0000 Subject: [PATCH] actually paste the entire file --- grub | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/grub b/grub index ed0217e..ceb6579 100644 --- a/grub +++ b/grub @@ -1,3 +1,15 @@ +# GRUB boot loader configuration + +GRUB_DEFAULT=0 +GRUB_TIMEOUT=5 +GRUB_DISTRIBUTOR="Arch" +GRUB_CMDLINE_LINUX_DEFAULT=" nomodeset audit=0 loglevel=3 pcie_acs_override=downstream intel_iommu=on vfio-pci.ids=1849:0412,1849:0c0c,8086:0412,8086:0c0c video=vesafb:off,efifb:off,simplefb:off nofb" +GRUB_CMDLINE_LINUX="" + +# Preload both GPT and MBR modules so that they are not missed +GRUB_PRELOAD_MODULES="part_gpt part_msdos" + +# Uncomment to enable booting from LUKS encrypted devices #GRUB_ENABLE_CRYPTODISK=y # Set to 'countdown' or 'hidden' to change timeout behavior,