<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffff99">
    On 25/10/10 15:53, Gaetan Lord wrote:
    <blockquote
      cite="mid:AANLkTi=D5ieQTb04kQkz661dMTGTTgLZEmn6bW9dhBns@mail.gmail.com"
      type="cite">Hi,<br>
      <br>
      Not sure if you can help me on the following, but if I do not ask,
      I will not get any answer.<br>
      <br>
      I have to check +- 400 identical systems. I could do the hardware
      section, but the only missing pieces is the BIOS setting.<br>
      <br>
      I try flashrom on the board without success, but I think you could
      help me.<br>
      <br>
      I wonder if there is a way to dump the BIOS settings from the
      memory to a file.<br>
      I want to do a checksum on the file, and compare with a master
      system.<br>
      That way I do not need to decode the settings, but I guess the
      checksum will be different if <br>
      I have a different configuration.<br>
      <br>
      Do any of you have an idea, or track I could follow to achieve my
      goal.<br>
      <br>
      This could be a dos, or linux solution.<br>
      <br>
      Thanks in advanceĀ  for any help<br>
    </blockquote>
    <br>
    I needed similar and found it on this link:<br>
    <a class="moz-txt-link-freetext" href="http://www.pixelbeat.org/docs/bios/">http://www.pixelbeat.org/docs/bios/</a><br>
    <br>
    Essentially (on Linux):<br>
    sudo modprobe nvram<br>
    sudo dd if=/dev/nvram of=dir/nvram-save/2010-10-26<br>
    <br>
    ... then md5sum in the same script ?<br>
    <br>
    <br>
    Dave<br>
    <br>
  </body>
</html>