添加 GPT 和 LVM 模块以支持分区和逻辑卷管理

This commit is contained in:
Ing 2025-08-22 10:44:57 +08:00
parent 6f1b3fc9e3
commit 84d7425912

View File

@ -75,7 +75,9 @@ background_image ${prefix}/logo.png
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off amd_iommu_intr=legacy net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable amd_pstate=disable nox2apic nomodeset nowatchdog"
search --set=root --label "RR3"
insmod part_gpt
insmod lvm
search --set=root --label "RR3" --no-floppy
if [ -e /initrd-rru ]; then set RRU=/initrd-rru; fi
if [ -e /microcode.img ]; then set MCI=/microcode.img; fi