From: longpanda Date: Sat, 6 Apr 2024 15:53:07 +0000 (+0800) Subject: Fix the boot issue for latest KAOS. X-Git-Tag: v1.0.98~22 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/ee7da60d883b0b773c668dc0a9bbed6d57dc69d6?ds=sidebyside Fix the boot issue for latest KAOS. --- diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 7ad05d0..c8afdef 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver { set ventoy_busybox_ver=64 elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then set ventoy_busybox_ver=64 + elif vt_str_begin "$vt_volume_id" "KAOS_"; then + set ventoy_busybox_ver=64 fi fi