0

Need to reset the PRAM using Terminal 1.5 on a PowerMac G5 running Mac OS X 10.4.11 Tiger.

However, when I enter the command in Terminal:

sudo nvram -c

c in not an option for that version of Terminal.

What alternate command can I use to do this?

Giacomo1968
  • 53,069
  • 19
  • 162
  • 212
  • 1
    What's this got to do with Linux? – davidgo Jan 19 '21 at 23:49
  • The `-c` option should be passed to the `nvram` command. Type `man nvram` and maybe `which nvram` to check out what command you're running and the options. Please paste an actual picture of what you're typing in the Terminal. It's VERY odd that that command should be giving that error, where it's mentioning Terminal itself. – jimtut Jan 20 '21 at 04:44
  • What are you hoping to gain by clearing it? Most people seem to do it "just in case". It only holds sound volume, display resolution, startup disk selection, time zone, and recent kernel panic information. – Tetsujin Jan 20 '21 at 08:23

1 Answers1

2

There is a boot keyboard combination for that:

Reboot your Mac and then immediately hold down the Command+Option+P+R keys.

Giacomo1968
  • 53,069
  • 19
  • 162
  • 212
wp78de
  • 1,662
  • 10
  • 25