HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

efivar — Manage UEFI variables. More information: <https://manned.org/efivar>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandefivarclimanageinformationuefivariablesmore
linux

Problem

How to use the efivar command: Manage UEFI variables. More information: <https://manned.org/efivar>.

Solution

efivar — Manage UEFI variables. More information: <https://manned.org/efivar>.

List all UEFI variables:
efivar {{[-l|--list]}}


Print the contents of a variable:
efivar {{[-n|--name]}} {{146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000}} {{[-p|--print]}}

Code Snippets

List all UEFI variables

efivar {{[-l|--list]}}

Print the contents of a variable

efivar {{[-n|--name]}} {{146b234d-4052-4e07-b326-11220f8e1fe8-lBoot0000}} {{[-p|--print]}}

Context

tldr-pages: linux/efivar

Revisions (0)

No revisions yet.