<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><b>Warning to anyone reading this bug
        report!</b><br>
      <br>
      Il 17/06/2015 20:00, A Mennucc1 ha scritto:<br>
    </div>
    <blockquote cite="mid:5581B5D2.4020100@debian.org" type="cite">
      <pre wrap="">I used the command
<b># dd conv=notrunc if=/dev/zero of=a20_Lime_debian_3.4.90_release_3.img
bs=446 count=1</b>
to delete the boot code.</pre>
    </blockquote>
    <br>
    the above command (in <b>bold)</b> was line-wrapped , in email and
    in the web presentation!<u> Using only the first line would
      overwrite the ouput file with zeros, and go on forever (up to disk
      space)</u><br>
    <br>
    Let me rewrite the command, hopefully this time it will display
    fine. <u>The correct command is</u><u><br>
    </u>
    <pre wrap=""><b># dd  </b><b>bs=446 count=1 </b><b>conv=notrunc if=/dev/zero of=imagefile.img</b></pre>
    <br>
    (The part <i>bs=446 count=1</i> ensures that only the first 446
    bytes will be zeroed)<br>
    <br>
    <br>
    In the command you would substitute the <i>imagefile.img</i> with
    the correct filename for output.<br>
    <br>
        a.<br>
    <br>
  </body>
</html>