From 665add89fbbb0c40f9bbb7bcfe6b4fb0583b3951 Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 10 Jul 2024 22:50:33 +0800 Subject: [PATCH] fix "SYNO_CTRL_HDD_POWERON.cold+0x1f/0x29" --- files/initrd/opt/rr/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/boot.sh b/files/initrd/opt/rr/boot.sh index 248caaa5..3ea22639 100755 --- a/files/initrd/opt/rr/boot.sh +++ b/files/initrd/opt/rr/boot.sh @@ -137,7 +137,7 @@ if [ "${DT}" = "true" ]; then CMDLINE["syno_ttyS0"]="serial,0x3f8" CMDLINE["syno_ttyS1"]="serial,0x2f8" else - CMDLINE["SMBusHddDynamicPower"]="1" + # CMDLINE["SMBusHddDynamicPower"]="1" CMDLINE["syno_hdd_detect"]="0" CMDLINE["syno_hdd_powerup_seq"]="0" fi