From ee7da60d883b0b773c668dc0a9bbed6d57dc69d6 Mon Sep 17 00:00:00 2001 From: longpanda Date: Sat, 6 Apr 2024 23:53:07 +0800 Subject: [PATCH] Fix the boot issue for latest KAOS. --- INSTALL/grub/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 7ad05d0b..c8afdef7 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