From b7503e3e172c9d5ebc0a175098514089e7a6d5d0 Mon Sep 17 00:00:00 2001 From: Ing Date: Fri, 12 Jul 2024 10:48:16 +0800 Subject: [PATCH] del mitigations=auto --- files/mnt/p1/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/mnt/p1/boot/grub/grub.cfg b/files/mnt/p1/boot/grub/grub.cfg index 6e221e5f..09489b85 100644 --- a/files/mnt/p1/boot/grub/grub.cfg +++ b/files/mnt/p1/boot/grub/grub.cfg @@ -70,7 +70,7 @@ function set_gfxpayload { fi } -set RR_CMDLINE="earlyprintk earlycon=ttyS0,115200 console=ttyS0,115200 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 mitigations=auto" +set RR_CMDLINE="earlyprintk earlycon=ttyS0,115200 console=ttyS0,115200 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0" search --set=root --label "RR3" if [ -s /zImage-dsm -a -s /initrd-dsm ]; then