linux: enable bootparam hardlockup/softlockup

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2025-02-23 04:36:14 +00:00
parent 1cbd76f718
commit 0e2047f080
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="rd.auto panic=10"
GRUB_CMDLINE_LINUX="rd.auto nmi_watchdog=1 softlockup_panic=1 panic=10"
GRUB_DISABLE_RECOVERY="true"
GRUB_BACKGROUND="/boot/grub/splash.png"