
24 Jul
2025
24 Jul
'25
11:01 a.m.
From: Simon Glass <sjg@chromium.org> Use the normal bootflow command to boot an OS. Signed-off-by: Simon Glass <sjg@chromium.org> --- configs/qemu-x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index 51ce37bee35..15a968e00c3 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -28,6 +28,7 @@ CONFIG_BOOTSTAGE_REPORT=y CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro" +CONFIG_BOOTCOMMAND="bootfl scan -lb" CONFIG_CONSOLE_RECORD=y # CONFIG_CONSOLE_RECORD_INIT_F is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y -- 2.43.0