summaryrefslogtreecommitdiff
path: root/hosts/iroha/grub_config
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/grub_config')
-rw-r--r--hosts/iroha/grub_config5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/iroha/grub_config b/hosts/iroha/grub_config
index 389a039..b306505 100644
--- a/hosts/iroha/grub_config
+++ b/hosts/iroha/grub_config
@@ -11,7 +11,7 @@
GRUB_DISTRIBUTOR="Gentoo"
# Default menu entry
-#GRUB_DEFAULT=0
+GRUB_DEFAULT=0
# Boot the default entry this many seconds after the menu is displayed
#GRUB_TIMEOUT=5
@@ -30,7 +30,8 @@ GRUB_CMDLINE_LINUX="quiet text rd.lvm.vg=iroha-vg0"
# Append parameters to the linux kernel command line for non-recovery entries
# default_hugepagesz=1G hugepagesz=1G hugepages=48
-GRUB_CMDLINE_LINUX_DEFAULT="nowatchdog nmi_watchdog=0 amd_pstate=guided amd_iommu=on iommu=pt pcie_no_flr=1022:149c acpi_enforce_resources=lax amdgpu.ppfeaturemask=0xffffffff i915.force_probe=56a0 xe.force_probe=!56a0 psi=1 mitigations=off"
+# drm.debug=0xe log_buf_len=4M ignore_loglevel xe.guc_log_level=2
+GRUB_CMDLINE_LINUX_DEFAULT="nowatchdog nmi_watchdog=0 amd_pstate=guided amd_iommu=on iommu=pt pcie_no_flr=1022:149c acpi_enforce_resources=lax fbcon=map:11111000 amdgpu.ppfeaturemask=0xffffffff i915.force_probe=!56a0 xe.force_probe=56a0 psi=1 mitigations=off"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console