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@xxxxxxxxxx> --- 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 -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html