From: longpanda Date: Sun, 11 Jul 2021 02:14:16 +0000 (+0800) Subject: Fixed HBCD boot issue. (#992) X-Git-Tag: v1.0.47~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/fc3a5fae36f2d9f6529213196e309fcd0125f8c1?ds=inline Fixed HBCD boot issue. (#992) --- diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 5a17682..10270ea 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -130,9 +130,7 @@ function get_os_type { 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 {