
nvram
List of commands for nvram:
-
nvram:tldr:358ec nvram: [p]rint all the variables stored in the NVRAM using [x]ML format.$ nvram -xptry on your machineexplain this command
-
nvram:tldr:a6af6 nvram: [d]elete a firmware variable.$ sudo nvram -d ${name}try on your machineexplain 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 machineexplain this command
-
nvram:tldr:ac26f nvram: [p]rint all the variables stored in the NVRAM.$ nvram -ptry on your machineexplain this command
-
nvram:tldr:eb663 nvram: Modify the value of a firmware variable.$ sudo nvram ${name}="${value}"try on your machineexplain this command