@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1EFI

    If set, EFI will be used instead of BIOS.

    interface V1EFI {
        persistent?: boolean;
        secureBoot?: boolean;
    }
    Index

    Properties

    persistent?: boolean

    If set to true, Persistent will persist the EFI NVRAM across reboots. Defaults to false

    secureBoot?: boolean

    If set, SecureBoot will be enabled and the OVMF roms will be swapped for SecureBoot-enabled ones. Requires SMM to be enabled. Defaults to true