From 0a1416ed1aa082cb7bfd0fb4d41448a06badde77 Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 17 Jul 2024 07:09:04 +0800 Subject: [PATCH] disable x2apic for all --- 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 09489b85..e41719cc 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" +set RR_CMDLINE="earlyprintk earlycon=ttyS0,115200 console=ttyS0,115200 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 nox2apic" search --set=root --label "RR3" if [ -s /zImage-dsm -a -s /initrd-dsm ]; then