seabios uses the serial line one-way. Only debug output, no keyboard input. So the boot menu is pointless, you can't pick something anyway. So turn it off.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- src/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/Kconfig b/src/Kconfig index 2bb90c0..74d93bb 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -61,18 +61,21 @@ endchoice
config BOOTMENU depends on BOOT + depends on !KVMTOOL bool "Bootmenu" default y help Support an interactive boot menu at end of post. config BOOTSPLASH depends on BOOTMENU + depends on !KVMTOOL bool "Graphical boot splash screen" default y help Support showing a graphical boot splash screen. config BOOTORDER depends on BOOT + depends on !KVMTOOL bool "Boot ordering" default y help