From fbb1dfa264508a035c7581a83e55d6ec31578fe7 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 2 Jun 2020 11:16:03 +0800 Subject: [PATCH] HV/Kconfig: update efi bootloader image file path for Kconfig Update efi bootloader image file path for Yocto rootfs in Kconfig. Tracked-On: #4868 Signed-off-by: Wei Liu Reviewed-by: Victor Sun --- hypervisor/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index bb377d119..7c2d270c0 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -325,7 +325,7 @@ config L1D_FLUSH_VMENTRY_ENABLED config UEFI_OS_LOADER_NAME string "UEFI OS loader name" - default "\\EFI\\org.clearlinux\\bootloaderx64.efi" + default "\\EFI\\BOOT\\bootx64.efi" help Name of the UEFI bootloader that starts the Service VM. This is typically the systemd-boot or Grub bootloader but could be any other