From patchwork Mon Apr 20 17:50:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1273600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 495Z4W5Wqnz9sR4; Tue, 21 Apr 2020 03:51:05 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jQaZN-0007GC-BH; Mon, 20 Apr 2020 17:50:57 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jQaZJ-0007G5-6Y for kernel-team@lists.ubuntu.com; Mon, 20 Apr 2020 17:50:53 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jQaZI-0002he-OY; Mon, 20 Apr 2020 17:50:53 +0000 From: Colin King To: kernel-team@lists.ubuntu.com Subject: [PATCH][FOCAL][KVM] UBUNTU: [Config] CONFIG_EFI_STUB=y Date: Mon, 20 Apr 2020 18:50:52 +0100 Message-Id: <20200420175052.90026-1-colin.king@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Colin Ian King 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 Acked-by: Seth Forshee Acked-by: Andrea Righi --- 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