mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 06:27:58 +00:00

Shim has had a hard time with loading updates from arguments in the most recent release and this isn't the first time that happened. Give distros and users an escape hatch that will allow using GRUB instead.
23 lines
731 B
Plaintext
23 lines
731 B
Plaintext
[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
|
|
|
|
# the EFI system partition path used
|
|
# if this is is not /boot/efi, /boot, or /efi
|
|
#OverrideESPMountPoint=
|
|
|
|
# amount of free space required on the ESP, for example using 0x2000000 for 32Mb
|
|
#RequireESPFreeSpace=
|
|
|
|
# with the UEFI removable path enabled, the default esp path is set to /EFI/boot
|
|
# the shim EFI binary and presumably this is $ESP/EFI/boot/bootx64.efi
|
|
#FallbacktoRemovablePath=false
|
|
|
|
# allow ignoring the CapsuleOnDisk support advertised by the firmware
|
|
#DisableCapsuleUpdateOnDisk=true
|