From 935516ed498a2d2d77758bcf0a83ff5d217c9c0b Mon Sep 17 00:00:00 2001 From: longpanda Date: Tue, 9 Dec 2025 09:37:32 +0800 Subject: [PATCH] Fix the boot issue for openSUSE 16.0 (#3379) --- INSTALL/grub/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 39082735..c5a13080 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -1439,6 +1439,8 @@ function ventoy_iso_busybox_ver { set ventoy_busybox_ver=64 elif vt_str_begin "$vt_volume_id" "KAOS_"; then set ventoy_busybox_ver=64 + elif vt_str_str "$vt_volume_id" "x86_64"; then + set ventoy_busybox_ver=64 fi fi