Skip to content

Commit

Permalink
fix cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jul 18, 2024
1 parent 4d7df2f commit a856755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/mnt/p1/boot/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 nox2apic nomodeset"
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 nox2apic nomodeset"

search --set=root --label "RR3"
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
Expand Down

0 comments on commit a856755

Please sign in to comment.