From 39e00baf57b34ebc5f24cdca16dd03c474ee8bfc Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 11 Dec 2024 17:54:56 +0100 Subject: [PATCH] tree: more fixes Signed-off-by: AuxXxilium --- files/p1/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/p1/boot/grub/grub.cfg b/files/p1/boot/grub/grub.cfg index 0fa1c9b8..910d9922 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -63,7 +63,7 @@ function set_gfxpayload { fi } -set ARC_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable nox2apic nomodeset intel_pstate=passive amd_pstate=passive" +set ARC_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off nox2apic nomodeset intel_pstate=passive amd_pstate=passive" search --set=root --label "ARC3" if [ -s /zImage-dsm -a -s /initrd-dsm ]; then