From 1b89edaa2be412dbea9eeec4b4e951a3ae37600f Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Sun, 5 Jan 2025 12:35:40 +0100 Subject: [PATCH] p550: Use countdown for grub timeout For whatever reason, serial output is really slow on P550, to the point where drawing the grub menu takes an annoyingly long amount of time and really gets in the way. To avoid that issue, use the countdown timeout instead. This still gives users a chance to enter the full menu if they need to while making things a lot faster for regular boots. Signed-off-by: Andrea Bolognani --- teams/server/premier-p550.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/server/premier-p550.xml b/teams/server/premier-p550.xml index 0131f7a..a554961 100644 --- a/teams/server/premier-p550.xml +++ b/teams/server/premier-p550.xml @@ -19,7 +19,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi" rootfs_label="fedora" > - + 10