master
shark 5 years ago
parent 3a216af4f8
commit ac6add6a40

16
grub

@ -1,15 +1,3 @@
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="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"
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,
@ -28,7 +16,7 @@ GRUB_TERMINAL_INPUT=console
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
#GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
@ -51,4 +39,4 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment to make GRUB remember the last selection. This requires to
# set 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"
#GRUB_SAVEDEFAULT="true"
Loading…
Cancel
Save