<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    On 02/24/2012 11:45 AM, Brian Johnson wrote:
    <blockquote
cite="mid:CAO2PW+bv8bVRiQ5ot6mP22r5oK24A80MWrhLzqsqPCDOpy-5pQ@mail.gmail.com"
      type="cite">Thanks Kevin, and sorry...I should've had that at the
      ready.
      <div><br>
      </div>
      <div>I'm assuming you want the entirety of /etc/grub2.cfg? If not,
        I apologize for the length....</div>
      <div><br>
      </div>
      <div>
        <div>### BEGIN /etc/grub.d/00_header ###</div>
        <div>if [ -s $prefix/grubenv ]; then</div>
        <div>&nbsp; load_env</div>
        <div>fi</div>
        <div>set default="0"</div>
        <div>if [ "${prev_saved_entry}" ]; then</div>
        <div>&nbsp; set saved_entry="${prev_saved_entry}"</div>
        <div>&nbsp; save_env saved_entry</div>
        <div>&nbsp; set prev_saved_entry=</div>
        <div>&nbsp; save_env prev_saved_entry</div>
        <div>&nbsp; set boot_once=true</div>
        <div>fi</div>
        <div><br>
        </div>
        <div>function savedefault {</div>
        <div>&nbsp; if [ -z "${boot_once}" ]; then</div>
        <div>&nbsp; &nbsp; saved_entry="${chosen}"</div>
        <div>&nbsp; &nbsp; save_env saved_entry</div>
        <div>&nbsp; fi</div>
        <div>}</div>
        <div><br>
        </div>
        <div>function load_video {</div>
        <div>&nbsp; insmod vbe</div>
        <div>&nbsp; insmod vga</div>
        <div>
          <div>&nbsp; insmod video_bochs</div>
          <div>&nbsp; insmod video_cirrus</div>
          <div>}</div>
          <div><br>
          </div>
          <div>set timeout=5</div>
          <div>### END /etc/grub.d/00_header ###</div>
          <div><br>
          </div>
          <div>### BEGIN /etc/grub.d/10_linux ###</div>
          <div>menuentry 'Fedora (3.2.7-1.fc16.i686)' --class fedora
            --class gnu-linux --class gnu --class os {</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; load_video</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set gfxpayload=keep</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod gzio</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod part_gpt</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod btrfs</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set root='(hd0,gpt2)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; search --no-floppy --fs-uuid --set=root
            0697abcb-b17a-4a12-8d13-412cff217b65</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading Fedora (3.2.7-1.fc16.i686)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; linux &nbsp; /vmlinuz-3.2.7-1.fc16.i686
            root=/dev/mapper/vg_divebomb-lv_root ro
            rd.luks.uuid=luks-f85d3bfc-6995-4169-b243-8daa897e2cad <a
              moz-do-not-send="true" href="http://rd.md">rd.md</a>=0 <a
              moz-do-not-send="true" href="http://rd.dm">rd.dm</a>=0
            &nbsp;KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a
              moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap
            rhgb <a moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root
            LANG=en_US.UTF-8</div>
        </div>
        <div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading initial ramdisk ...'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; initrd /initramfs-3.2.7-1.fc16.i686.img</div>
          <div>}</div>
          <div>menuentry 'Fedora (3.2.6-3.fc16.i686)' --class fedora
            --class gnu-linux --class gnu --class os {</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; load_video</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set gfxpayload=keep</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod gzio</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod part_gpt</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod btrfs</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set root='(hd0,gpt2)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; search --no-floppy --fs-uuid --set=root
            0697abcb-b17a-4a12-8d13-412cff217b65</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading Fedora (3.2.6-3.fc16.i686)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; linux &nbsp; /vmlinuz-3.2.6-3.fc16.i686
            root=/dev/mapper/vg_divebomb-lv_root ro
            rd.luks.uuid=luks-f85d3bfc-6995-4169-b243-8daa897e2cad <a
              moz-do-not-send="true" href="http://rd.md">rd.md</a>=0 <a
              moz-do-not-send="true" href="http://rd.dm">rd.dm</a>=0
            &nbsp;KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a
              moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap
            rhgb <a moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root
            LANG=en_US.UTF-8</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading initial ramdisk ...'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; initrd /initramfs-3.2.6-3.fc16.i686.img</div>
          <div>}</div>
          <div>menuentry 'Fedora (3.2.2-1.fc16.i686)' --class fedora
            --class gnu-linux --class gnu --class os {</div>
        </div>
        <div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; load_video</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set gfxpayload=keep</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod gzio</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod part_gpt</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; insmod btrfs</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; set root='(hd0,gpt2)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; search --no-floppy --fs-uuid --set=root
            0697abcb-b17a-4a12-8d13-412cff217b65</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading Fedora (3.2.2-1.fc16.i686)'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; linux &nbsp; /vmlinuz-3.2.2-1.fc16.i686
            root=/dev/mapper/vg_divebomb-lv_root ro
            rd.luks.uuid=luks-f85d3bfc-6995-4169-b243-8daa897e2cad <a
              moz-do-not-send="true" href="http://rd.md">rd.md</a>=0 <a
              moz-do-not-send="true" href="http://rd.dm">rd.dm</a>=0
            &nbsp;KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a
              moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap
            rhgb <a moz-do-not-send="true" href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root
            LANG=en_US.UTF-8</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; echo 'Loading initial ramdisk ...'</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; initrd /initramfs-3.2.2-1.fc16.i686.img</div>
          <div>}</div>
          <div>### END /etc/grub.d/10_linux ###</div>
          <div><br>
          </div>
          <div>### BEGIN /etc/grub.d/20_linux_xen ###</div>
          <div>### END /etc/grub.d/20_linux_xen ###</div>
          <div><br>
          </div>
          <div>### BEGIN /etc/grub.d/30_os-prober ###</div>
          <div>### END /etc/grub.d/30_os-prober ###</div>
        </div>
        <div>
          <div>### BEGIN /etc/grub.d/40_custom ###</div>
          <div>
            # This file provides an easy way to add custom menu entries.
            &nbsp;Simply type the</div>
          <div># menu entries you want to add after this comment. &nbsp;Be
            careful not to change</div>
          <div># the 'exec tail' line above.</div>
          <div>### END /etc/grub.d/40_custom ###</div>
          <div><br>
          </div>
          <div>### BEGIN /etc/grub.d/41_custom ###</div>
          <div>if [ -f &nbsp;$prefix/custom.cfg ]; then</div>
          <div>&nbsp; source $prefix/custom.cfg;</div>
          <div>fi</div>
          <div>### END /etc/grub.d/41_custom ###</div>
          <div><br>
          </div>
          <div>### BEGIN /etc/grub.d/90_persistent ###</div>
          <div>### END /etc/grub.d/90_persistent ###</div>
        </div>
        <div><br>
        </div>
        <br>
        <div class="gmail_quote">On Fri, Feb 24, 2012 at 12:32 PM, Kevin
          Martin <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:kevintm@ameritech.net">kevintm@ameritech.net</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>
                <div class="h5"> <br>
                  <br>
                  On 02/24/2012 10:58 AM, Brian Johnson wrote:
                  <blockquote type="cite">
                    <div>Hello Fedora Users list!</div>
                    <div><br>
                    </div>
                    <div>I sent this recently to our local LUG list, but
                      no one was able to help. I looked to see if this
                      has been talked about and as far as I know, it
                      hasn't (outside of something similar with Fedora
                      15, but it seemed the solution there was
                      incomplete).</div>
                    <div><br>
                    </div>
                    <div>I have 3 kernels installed on my Fedora 16
                      laptop
                      --&nbsp;kernel-3.2.2-1.fc16.i686,&nbsp;kernel-3.2.5-3.fc16.i686
                      and&nbsp;kernel-3.2.6-3.fc16.i686. When I try to boot
                      3.2.5-3 or 3.2.6-3, I get a kernel panic message
                      with the message "initramfs unpacking failed
                      uncompression error" followed by "not syncing, no
                      init found". Both of these were installed via
                      normal yum updating; nothing out of the ordinary
                      for them.</div>
                    <div><br>
                    </div>
                    <div>In the beginning, booting into the oldest one,
                      3.2.2-1 has no problems, fortunately. Haven't seen
                      anything helpful mentioned on the Interwebz about
                      such an error, was wondering if anyone had seen
                      something similar. Just to be sure, I removed the
                      2 newer kernels and then did a "yum install
                      kernel" to see if something was corrupted the
                      first time, but I'm still getting the same
                      results.&nbsp;</div>
                    <div><br>
                    </div>
                    <div>The last time I reboot, *all* of the kernels
                      would give the error message. I was able to first
                      boot into single-user and then, when exiting, it
                      boot properly. I just installed the latest kernel
                      update and (3.2.7.x) and getting the same thing.</div>
                    <div><br>
                    </div>
                    <div>Thanks!</div>
                    <div><br>
                    </div>
                    <div>Brian</div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </blockquote>
                </div>
              </div>
              Brian,<br>
              <br>
              What does your grub or grub2 config file look like?<span
                class="HOEnZb"><font color="#888888"><br>
                  <br>
                  Kevin<br>
                </font></span></div>
            <br>
            --<br>
            users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
            To unsubscribe or change subscription options:<br>
            <a moz-do-not-send="true"
              href="https://admin.fedoraproject.org/mailman/listinfo/users"
              target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
            Guidelines: <a moz-do-not-send="true"
              href="http://fedoraproject.org/wiki/Mailing_list_guidelines"
              target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
            Have a question? Ask away: <a moz-do-not-send="true"
              href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    So 3.2.2 isn't booting now either (at least, not until single-user
    mode and then exit)?&nbsp; Have you tried updating dracut and then
    rebuilding your initramfs with dracut -f?<br>
    <br>
    Kevin<br>
  </body>
</html>