From c5665b78822cd7a72f338e96c76cd0b81d0089c4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 18 May 2018 18:35:54 +0200 Subject: [PATCH] boards/qemu-coreboot: Set boot device to `/dev/sda1` QEMU emulated drive is detected as `/dev/sda1`. Set it up as the boot device. Use the same value as in for `qemu-linuxboot.config`. --- boards/qemu-coreboot/qemu-coreboot.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/qemu-coreboot/qemu-coreboot.config b/boards/qemu-coreboot/qemu-coreboot.config index e095bed5..74d7d7c7 100644 --- a/boards/qemu-coreboot/qemu-coreboot.config +++ b/boards/qemu-coreboot/qemu-coreboot.config @@ -31,6 +31,8 @@ CONFIG_LINUX_E1000=y export CONFIG_BOOTSCRIPT=/bin/generic-init export CONFIG_TPM=n +export CONFIG_BOOT_DEV="/dev/sda1" + #run: coreboot.intermediate run: qemu-system-x86_64 \