From 615dc0a1045efa868de9f42d17c2aedff5cef5cd Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 29 Apr 2025 15:25:47 +0800 Subject: [PATCH] config: disable grub timeout to fix boot issue on some shit devices Signed-off-by: Tianling Shen (cherry picked from commit 25a6dc6a6ef2ea90fa1bd718039f1a7285aead85) --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 966c610466..8ac183621d 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -240,7 +240,7 @@ menu "Target Images" config GRUB_TIMEOUT string "Seconds to wait before booting the default entry" depends on GRUB_IMAGES || GRUB_EFI_IMAGES - default "3" + default "0" help If you don't know, 5 seconds is a reasonable default.