[uefi_capsule] # use GRUB to launch fwupdx64.efi #EnableGrubChainLoad=false # the shim loader is required to chainload the fwupd EFI binary unless # the fwupd.efi file has been self-signed manually #DisableShimForSecureBoot=true # amount of free space required on the ESP, for example using 0x2000000 for 32Mb #RequireESPFreeSpace= # allow ignoring the CapsuleOnDisk support advertised by the firmware #DisableCapsuleUpdateOnDisk=true # enable the low-level debugging of fwupdx64.efi to the FWUPDATE_DEBUG_LOG EFI variable # # Note: enabling this option is going to fill up the NVRAM store much more quickly and # should only be enabled when debugging an issue with the EFI binary # # This value also has no affect when using Capsule-on-Disk as the EFI helper binary is # not being used #EnableEfiDebugging=false