Forrest logo
back to context overview

nvram

List of commands for nvram:

  • nvram:tldr:358ec nvram: [p]rint all the variables stored in the NVRAM using [x]ML format.
    $ nvram -xp
    try on your machine
    explain this command
  • nvram:tldr:a6af6 nvram: [d]elete a firmware variable.
    $ sudo nvram -d ${name}
    try on your machine
    explain this command
  • nvram:tldr:abe7d nvram: Set a firmware variable from a specific [x]ML [f]ile.
    $ sudo nvram -xf ${filename-xml}
    try on your machine
    explain this command
  • nvram:tldr:ac26f nvram: [p]rint all the variables stored in the NVRAM.
    $ nvram -p
    try on your machine
    explain this command
  • nvram:tldr:eb663 nvram: Modify the value of a firmware variable.
    $ sudo nvram ${name}="${value}"
    try on your machine
    explain this command
back to context overview