From 6debfe73b8d6774c1b4a43893d294ed4efa0a2de Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 28 Dec 2024 01:19:50 +0100 Subject: [PATCH] grub: cleanup Signed-off-by: AuxXxilium --- files/p1/boot/grub/grub.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/p1/boot/grub/grub.cfg b/files/p1/boot/grub/grub.cfg index 7904845e..25533a57 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -36,11 +36,9 @@ if loadfont unicode; then insmod gfxterm if [ "${grub_platform}" = "efi" ]; then set gfxmode=auto - set gfxpayload=auto terminal_output --append gfxterm else set gfxmode=1024x768 - set gfxpayload=auto terminal_output gfxterm fi insmod gfxmenu @@ -64,7 +62,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 nox2apic nomodeset intel_pstate=disable" +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" search --set=root --label "ARC3" if [ -s /zImage-dsm -a -s /initrd-dsm ]; then