Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. R

    Low NVRAM.. despite factory defaulting etc

    Rather than manually repairing errors caused by the script, just change the script to ignore lines that contain multiple equal signs. This will do it: for line in `nvram show | grep '^[^=]*=$'`; do var=${line%*=}; nvram unset $var; done; nvram commit
Top