CONFIG_UEFI_OS_LOADER_NAME

UEFI OS loader name

Type: string

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 UEFI executable.

Defaults

  • “\EFI\org.clearlinux\bootloaderx64.efi”

Kconfig definition

At arch/x86/Kconfig:315

Included via Kconfig:3

Menu path: (top menu)

config UEFI_OS_LOADER_NAME
    string
    prompt "UEFI OS loader name"
    default "\EFI\org.clearlinux\bootloaderx64.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
      UEFI executable.

(Definitions include propagated dependencies, including from if’s and menus.)