PDA

View Full Version : NVRAM boot-args




benixau
Feb 9, 2003, 08:01 AM
Anybody know how to print out what is stored in your nvram.

thanx.



Devvyn-cat
Feb 6, 2008, 07:43 PM
From terminal, try
sudo nvram -p
or if you want to save it to a file,
sudo nvram -p > ~/Documents/nvram.txt

From single-user mode, just "nvram -p" should suffice.