<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hmm.. Seems like the disk label is changed. <br>
    How about  instead of using: <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre><div class="line" id="LC10">mkfs.ext3 <span class="k">${</span><span class="nv">EBS_DEVICE</span><span class="k">}</span> -L uec-rootfs</div></pre>
    use: <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre><div class="line" id="LC10">mkfs.ext3 <span class="k">${</span><span class="nv">EBS_DEVICE</span><span class="k">}</span> -L cloudimg-rootfs
</div></pre>
    <br>
    when making the AMI root device.<br>
    <br>
    Rodney <br>
    <br>
    On 2/23/12 8:30 AM, Chetan Sarva wrote:
    <blockquote
cite="mid:CAHp+b=G8ZeUggEEomA2AfRT+8365Zje4de-j0cOng+Mm1Q4Zfw@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>I'm trying to create an AMI using a recent Lucid AMI as my
        base. I've done this in the past without any problems but
        suddenly I'm running into the following when trying to boot my
        newly created AMI:</div>
      <div><br>
      </div>
      <div><a moz-do-not-send="true"
          href="http://pastebin.com/raw.php?i=2m16AfFs">http://pastebin.com/raw.php?i=2m16AfFs</a></div>
      <div><br>
      </div>
      <div>I can reboot the instance used to create this AMI just fine,
        so I'm not sure what's going on here. I saw this post about a
        similar issue:</div>
      <div><br>
      </div>
      <div><a moz-do-not-send="true"
href="http://return1.at/ubuntu-ec2-ami-with-xfs-root-ebs-volume-10-04-lts-lucid-lynx/">http://return1.at/ubuntu-ec2-ami-with-xfs-root-ebs-volume-10-04-lts-lucid-lynx/</a></div>
      <div><br>
      </div>
      <div>However we are not using xfs -- just the default ext3 for
        root. Our customizations to the image are fairly minimal --
        installing some base packages and our application -- nothing to
        do with any of the mounts, etc. </div>
      <div><br>
      </div>
      <div>Is anyone else seeing similar issues?</div>
      <div><br>
      </div>
      <div>regards,</div>
      <div><br>
      </div>
      <div>chetan</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
  </body>
</html>