grub: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-02 21:42:57 +02:00
parent b0d370ee30
commit 72bb5133e6
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ set menu_color_normal=white/black
set menu_color_highlight=white/red
set color_normal=white/black
set ARC_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 nox2apic nomodeset intremap=off"
set ARC_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait net.ifnames=0 nox2apic nomodeset intremap=off"
search --set=root --label "ARC3"
if [ -e /automated ]; then

View File

@ -1,5 +1,5 @@
Check:
numa=off [KNL, ARM64, PPC, RISCV, SPARC, X86, EARLY]
Disable NUMA, Only set up a single NUMA node
spanning all memory.
- numa=off
- pcie_aspm=off
- intremap=off (old -> working?)