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 <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2025-01-05 12:35:40 +01:00
parent 22cbd2d58e
commit 1b89edaa2b

View File

@ -19,7 +19,7 @@
bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="uefi"
rootfs_label="fedora"
>
<bootloader name="grub2" console="serial" timeout="3" timeout_style="menu"/>
<bootloader name="grub2" console="serial" timeout="3" timeout_style="countdown"/>
<size unit="G">10</size>
<systemdisk>
<volume name="@root=root"/>