Thanks Kevin, and sorry...I should&#39;ve had that at the ready.<div><br></div><div>I&#39;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>  load_env</div><div>fi</div><div>set default=&quot;0&quot;</div><div>if [ &quot;${prev_saved_entry}&quot; ]; then</div><div>  set saved_entry=&quot;${prev_saved_entry}&quot;</div>

<div>  save_env saved_entry</div><div>  set prev_saved_entry=</div><div>  save_env prev_saved_entry</div><div>  set boot_once=true</div><div>fi</div><div><br></div><div>function savedefault {</div><div>  if [ -z &quot;${boot_once}&quot; ]; then</div>

<div>    saved_entry=&quot;${chosen}&quot;</div><div>    save_env saved_entry</div><div>  fi</div><div>}</div><div><br></div><div>function load_video {</div><div>  insmod vbe</div><div>  insmod vga</div><div><div>  insmod video_bochs</div>

<div>  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 &#39;Fedora (3.2.7-1.fc16.i686)&#39; --class fedora --class gnu-linux --class gnu --class os {</div>

<div>        load_video</div><div>        set gfxpayload=keep</div><div>        insmod gzio</div><div>        insmod part_gpt</div><div>        insmod btrfs</div><div>        set root=&#39;(hd0,gpt2)&#39;</div><div>        search --no-floppy --fs-uuid --set=root 0697abcb-b17a-4a12-8d13-412cff217b65</div>

<div>        echo &#39;Loading Fedora (3.2.7-1.fc16.i686)&#39;</div><div>        linux   /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 href="http://rd.md">rd.md</a>=0 <a href="http://rd.dm">rd.dm</a>=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap rhgb <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root LANG=en_US.UTF-8</div>

</div><div><div>        echo &#39;Loading initial ramdisk ...&#39;</div><div>        initrd /initramfs-3.2.7-1.fc16.i686.img</div><div>}</div><div>menuentry &#39;Fedora (3.2.6-3.fc16.i686)&#39; --class fedora --class gnu-linux --class gnu --class os {</div>

<div>        load_video</div><div>        set gfxpayload=keep</div><div>        insmod gzio</div><div>        insmod part_gpt</div><div>        insmod btrfs</div><div>        set root=&#39;(hd0,gpt2)&#39;</div><div>        search --no-floppy --fs-uuid --set=root 0697abcb-b17a-4a12-8d13-412cff217b65</div>

<div>        echo &#39;Loading Fedora (3.2.6-3.fc16.i686)&#39;</div><div>        linux   /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 href="http://rd.md">rd.md</a>=0 <a href="http://rd.dm">rd.dm</a>=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap rhgb <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root LANG=en_US.UTF-8</div>

<div>        echo &#39;Loading initial ramdisk ...&#39;</div><div>        initrd /initramfs-3.2.6-3.fc16.i686.img</div><div>}</div><div>menuentry &#39;Fedora (3.2.2-1.fc16.i686)&#39; --class fedora --class gnu-linux --class gnu --class os {</div>

</div><div><div>        load_video</div><div>        set gfxpayload=keep</div><div>        insmod gzio</div><div>        insmod part_gpt</div><div>        insmod btrfs</div><div>        set root=&#39;(hd0,gpt2)&#39;</div>

<div>        search --no-floppy --fs-uuid --set=root 0697abcb-b17a-4a12-8d13-412cff217b65</div><div>        echo &#39;Loading Fedora (3.2.2-1.fc16.i686)&#39;</div><div>        linux   /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 href="http://rd.md">rd.md</a>=0 <a href="http://rd.dm">rd.dm</a>=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_swap rhgb <a href="http://rd.lvm.lv">rd.lvm.lv</a>=vg_divebomb/lv_root LANG=en_US.UTF-8</div>

<div>        echo &#39;Loading initial ramdisk ...&#39;</div><div>        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.  Simply type the</div>
<div># menu entries you want to add after this comment.  Be careful not to change</div><div># the &#39;exec tail&#39; 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  $prefix/custom.cfg ]; then</div><div>  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 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&#39;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
        -- kernel-3.2.2-1.fc16.i686, kernel-3.2.5-3.fc16.i686
        and 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
        &quot;initramfs unpacking failed uncompression error&quot; followed by
        &quot;not syncing, no init found&quot;. 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&#39;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 &quot;yum install
        kernel&quot; to see if something was corrupted the first time, but
        I&#39;m still getting the same results. </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 href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a 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 href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br></blockquote></div><br></div>