diff options
Diffstat (limited to 'hosts/moyo/grub_config')
| -rw-r--r-- | hosts/moyo/grub_config | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/hosts/moyo/grub_config b/hosts/moyo/grub_config index b095501..c5bd2fb 100644 --- a/hosts/moyo/grub_config +++ b/hosts/moyo/grub_config @@ -14,7 +14,7 @@ GRUB_DISTRIBUTOR="Gentoo" #GRUB_DEFAULT=0 # Boot the default entry this many seconds after the menu is displayed -#GRUB_TIMEOUT=5 +GRUB_TIMEOUT=3 #GRUB_TIMEOUT_STYLE=menu # Append parameters to the linux kernel command line @@ -29,15 +29,14 @@ GRUB_CMDLINE_LINUX="quiet text rd.lvm.vg=moyo-vg0" # GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd" # Append parameters to the linux kernel command line for non-recovery entries -# default_hugepagesz=2M hugepagesz=2M hugepages=4096 -GRUB_CMDLINE_LINUX_DEFAULT="mitigations=off amd_iommu=on iommu=pt" +GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt amdgpu.ppfeaturemask=0xffffffff mitigations=off" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console -# The resolution used on graphical terminal. -# Note that you can use only modes which your graphic card supports via VBE. -# You can see them in real GRUB with the command `vbeinfo'. +# Resolution used on graphical terminal. +# The list of valid modes may be obtained using the 'vbeinfo' (PC BIOS) or +# 'videoinfo' (EFI) command from a GRUB boot prompt. #GRUB_GFXMODE=640x480 # Set to 'text' to force the Linux kernel to boot in normal text |