[PATCH][FOCAL][KVM] UBUNTU: [Config] CONFIG_EFI_STUB=y
Colin King
colin.king at canonical.com
Mon Apr 20 17:50:52 UTC 2020
From: Colin Ian King <colin.king at canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1873809
Enable CONFIG_EFI_STUB for KVM kernel to allow it to boot
successfully from EFI booted cloud images.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
debian.kvm/config/config.common.ubuntu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index b69d54e..1d4ac88 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -695,7 +695,7 @@ CONFIG_EFI_PARTITION=y
# CONFIG_EFI_RCI2_TABLE is not set
# CONFIG_EFI_RUNTIME_MAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
-# CONFIG_EFI_STUB is not set
+CONFIG_EFI_STUB=y
# CONFIG_EFI_TEST is not set
CONFIG_EFI_VARS=y
CONFIG_EFS_FS=m
--
2.7.4
More information about the kernel-team
mailing list