mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 02:19:54 +07:00
grub: rework and add todo
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
71ed24972a
commit
987f499ad7
@ -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 nointremap"
|
||||
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"
|
||||
|
||||
search --set=root --label "ARC3"
|
||||
if [ -e /automated ]; then
|
||||
|
5
files/p1/boot/grub/todo.txt
Normal file
5
files/p1/boot/grub/todo.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Check:
|
||||
|
||||
numa=off [KNL, ARM64, PPC, RISCV, SPARC, X86, EARLY]
|
||||
Disable NUMA, Only set up a single NUMA node
|
||||
spanning all memory.
|
Loading…
Reference in New Issue
Block a user