<a id="lxc-config-uefi-set-md"></a>

# `lxc config uefi set`

Set UEFI variable for instance

## Synopsis

Description:
Set UEFI variable for instance

```none
lxc config uefi set [<remote>:]<instance> <key>=<value>... [flags]
```

## Examples

```none
  lxc config uefi set [<remote>:]<instance> testvar-9073e4e0-60ec-4b6e-9903-4c223c260f3c=aabb
      Set a UEFI variable with name "testvar", GUID 9073e4e0-60ec-4b6e-9903-4c223c260f3c and value "aabb" (HEX-encoded) for the instance.
```

## Options inherited from parent commands

```none
      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Do not show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number
```

## SEE ALSO

* [lxc config uefi](https://canonical.com/lxd/docs/latest/reference/manpages/lxc/config/uefi/index.html.md#lxc-config-uefi-md)	 - Manage instance UEFI variables
