]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Solus UEFI boot
authorlongpanda <admin@ventoy.net>
Wed, 8 Dec 2021 03:55:06 +0000 (11:55 +0800)
committerlongpanda <admin@ventoy.net>
Wed, 8 Dec 2021 03:55:06 +0000 (11:55 +0800)
INSTALL/grub/grub.cfg

index 989633119312f3ecae230b9d8738cb562ce22f45..2d4e1b3e75c93b5fda4586ccc21933d3724de774 100644 (file)
@@ -719,7 +719,9 @@ function uefi_linux_menu_func {
         elif [ -e (loop)/syslinux/alt0/full.cz ]; then
             vt_add_replace_file 0 "EFI\\BOOT\\full.cz"            
             set FirstTryBootFile='@EFI@BOOT@grubx64.efi'
         elif [ -e (loop)/syslinux/alt0/full.cz ]; then
             vt_add_replace_file 0 "EFI\\BOOT\\full.cz"            
             set FirstTryBootFile='@EFI@BOOT@grubx64.efi'
-
+            
+        elif vt_str_begin "$vt_volume_id" "SolusLive"; then
+            vt_add_replace_file 0 "initrd"
 
         fi
         
 
         fi