Talk:Skiboot/NVRAM

From RCS Wiki
Revision as of 10:42, 25 February 2025 by Bobpaul (talk | contribs) (Created page with "== Fast-reset was not enabled by default == Both of my Talos II systems are on System Package v2.10 and <nowiki>nvram -p ibm,skiboot --print-config</nowiki> was empty. fast-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fast-reset was not enabled by default

Both of my Talos II systems are on System Package v2.10 and

nvram -p ibm,skiboot --print-config

was empty. fast-reset was definitely not enabled. After manually enabling it, reboots are no longer painful.

nvram -p ibm,skiboot --update-config fast-reset=1

Looking at the release notes for Talos_II/Firmware#System_Package_v1.06 it looks like fast-reset might have some issues

Bobpaul (talk) 09:42, 25 February 2025 (CST)