The path (inside the VM) to the device containing the EFI System Partition (ESP).
If you are not booting from a UEFI firmware, this value is, by default, null
. The ESP is mounted to boot.loader.efi.efiSysMountpoint
.
Declarations
Type
null or path
Default
if cfg.useEFIBoot then "/dev/disk/by-label/ESP" else null
Example
"/dev/disk/by-label/esp"