]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fixed HBCD boot issue. (#992)
authorlongpanda <admin@ventoy.net>
Sun, 11 Jul 2021 02:14:16 +0000 (10:14 +0800)
committerlongpanda <admin@ventoy.net>
Sun, 11 Jul 2021 02:14:16 +0000 (10:14 +0800)
INSTALL/grub/grub.cfg

index 5a17682d1f32ed32c50857fb14fa7282972dabf2..10270ead0e7aa9c700297249d6bd16b83b16afed 100644 (file)
@@ -130,9 +130,7 @@ function get_os_type {
 
 function vt_check_compatible_pe {
     #Check for PE without external tools
 
 function vt_check_compatible_pe {
     #Check for PE without external tools
-    if [ -f "$1/HBCD_PE.ini" ]; then
-        set ventoy_compatible=YES
-    fi
+    return
 }
 
 function locate_initrd {
 }
 
 function locate_initrd {