diff options
-rw-r--r-- | grub/default/grub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grub/default/grub b/grub/default/grub index daf7dba..e624baa 100644 --- a/grub/default/grub +++ b/grub/default/grub @@ -22,7 +22,8 @@ GRUB_TERMINAL_INPUT="console" GRUB_CMDLINE_LINUX="" # Arguments to add only to the default menu entry (recovery menu will remain unchanged) for the Linux kernel -GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash" +# AMDGPU [https://wiki.archlinux.org/title/AMDGPU#Loading]: "Make sure you do not have *nomodeset* or *vga=* as a kernel parameter, since amdgpu requires KMS." +GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" # Enable the generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=false |