diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-26 12:34:36 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-26 12:34:36 (EST) |
commit | c149116a35c3938bb8d47361eebdbc4b4932e1d2 (patch) | |
tree | d187d97875bc79e166bcbed61db76038cecfd9f9 /site/faq | |
parent | 26fe9ab6a821c60409377b2f01b597dd81ccdf68 (diff) | |
download | libreboot.org-c149116a35c3938bb8d47361eebdbc4b4932e1d2.zip libreboot.org-c149116a35c3938bb8d47361eebdbc4b4932e1d2.tar.gz libreboot.org-c149116a35c3938bb8d47361eebdbc4b4932e1d2.tar.bz2 |
FAQ the hwclock
Diffstat (limited to 'site/faq')
-rw-r--r-- | site/faq/index.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index b0ee4f0..7c36ae3 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -38,6 +38,10 @@ so it makes sense to document them here instead. More questions and answers will be added here, as time goes by. <a href="../">Back to home page</a> </p> + <h2>Important issues</h2> + <ul class="c"> + <li><a href="#epochfail">My computer thinks it's 1970-01-01. How do I fix this?</a></li> + </ul> <h2>Hardware compatibility</h2> <ul class="c"> <li><a href="#compatibility">What systems are compatible with libreboot?</a></li> @@ -97,6 +101,22 @@ </div> <div> + <h1>Important issues</h1> + <h2 id="epochfail">My computer thinks it's 1970-01-01 <span class="r"><a href="#epochfail">#epochfail</a></span></h2> + <p> + <strong>sudo hwclock -w</strong> + </p> + <p> + The hardware clock may have been reset, + if the NVRAM battery was removed for some reason. + Use the above command in GNU/Linux, assuming that you've set the system time accurately. + </p> + <p> + <a href="#pagetop">Back to top of page</a> + </p> + </div> + + <div> <h1>Hardware compatibility</h1> <h2 id="compatibility">What systems are compatible with libreboot? <span class="r"><a href="#compatibility">#compatibility</a></span></h2> |