]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix the issue when booting latest systemrescue
authorlongpanda <admin@ventoy.net>
Mon, 14 Feb 2022 05:28:26 +0000 (13:28 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 14 Feb 2022 05:28:26 +0000 (13:28 +0800)
INSTALL/grub/grub.cfg

index e110bc869fa39900f7afd6fc65dbc3455de407ab..1059f8461d3ae1c975e74d69797aa7aa0cd0ef21 100644 (file)
@@ -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
         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
 }
     
     fi
 }