From: longpanda Date: Mon, 14 Feb 2022 05:28:26 +0000 (+0800) Subject: Fix the issue when booting latest systemrescue X-Git-Tag: v1.0.67~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/58b1bbe0b54dd333d97acf4e57907ec01cf2af41?ds=sidebyside Fix the issue when booting latest systemrescue --- diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index e110bc8..1059f84 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -362,6 +362,9 @@ function distro_specify_initrd_file_phase2 { vt_linux_specify_initrd_file /pyabr/boot/initrfs.img elif [ -f (loop)/initrd0.img ]; then vt_linux_specify_initrd_file /initrd0.img + elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then + vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img + fi }