Update data/refind/EFI/boot/refind.conf

This commit is contained in:
ferreo 2024-12-16 02:17:54 +01:00
parent 4fd2ea72f8
commit d0a2bcfbd8

View File

@ -651,12 +651,12 @@ menuentry "PikaOS Live Image" {
icon EFI/BOOT/REFIND-DARK/ICONS/OS_PIKAOS.PNG
loader EFI/VMLINUZ
initrd EFI/INITRD
options "boot=live booster.loadcdrom quiet splash"
options "boot=live booster.loadcdrom booster.skiproot quiet splash"
submenuentry "Boot live image with logging" {
options "boot=live booster.loadcdrom"
options "boot=live booster.loadcdrom booster.skiproot"
}
submenuentry "Boot live image with safe graphics" {
options "boot=live booster.loadcdrom nomodeset"
options "boot=live booster.loadcdrom booster.skiproot nomodeset"
}
}