]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Fix the issue when booting latest systemrescue
[Ventoy.git] / 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
+    elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
+        vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
+    
     
     fi
 }