mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
修复 某些主板 看门狗导致的 kernel panic 问题
This commit is contained in:
parent
529a593b08
commit
af6c762e04
@ -182,6 +182,8 @@ CMDLINE['pcie_aspm']="off"
|
|||||||
# CMDLINE['amd_pstate']="disable"
|
# CMDLINE['amd_pstate']="disable"
|
||||||
# CMDLINE['nox2apic']="" # check platform
|
# CMDLINE['nox2apic']="" # check platform
|
||||||
# CMDLINE['nomodeset']=""
|
# CMDLINE['nomodeset']=""
|
||||||
|
CMDLINE['nowatchdog']=""
|
||||||
|
|
||||||
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
|
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
|
||||||
CMDLINE['mev']="${MEV:-physical}"
|
CMDLINE['mev']="${MEV:-physical}"
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ function gfxmode {
|
|||||||
set gfxpayload="${linux_gfx_mode}"
|
set gfxpayload="${linux_gfx_mode}"
|
||||||
}
|
}
|
||||||
|
|
||||||
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off amd_iommu_intr=legacy net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable amd_pstate=disable nox2apic nomodeset"
|
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off amd_iommu_intr=legacy net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable amd_pstate=disable nox2apic nomodeset nowatchdog"
|
||||||
|
|
||||||
search --set=root --label "RR3"
|
search --set=root --label "RR3"
|
||||||
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user