From fc3a5fae36f2d9f6529213196e309fcd0125f8c1 Mon Sep 17 00:00:00 2001 From: longpanda Date: Sun, 11 Jul 2021 10:14:16 +0800 Subject: [PATCH] Fixed HBCD boot issue. (#992) --- INSTALL/grub/grub.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 5a17682d..10270ead 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 {