Re: Fedora 16 kernel panic

2012-02-24 Thread Kevin Martin
On 02/24/2012 03:00 PM, James Wilkinson wrote: > Brian Johnson wrote: >> Thank you all for the responses. I went to reboot my laptop into the old >> 3.2.2 kernel to confirm that it was having the same issue, and it boot into >> it with no problem. I then reboot my laptop and let it start up with

Re: Fedora 16 kernel panic

2012-02-24 Thread James Wilkinson
Brian Johnson wrote: > Thank you all for the responses. I went to reboot my laptop into the old > 3.2.2 kernel to confirm that it was having the same issue, and it boot into > it with no problem. I then reboot my laptop and let it start up with the > latest 3.2.7 kernel, and it, too, started with n

Re: Fedora 16 kernel panic

2012-02-24 Thread Brian Johnson
Thank you all for the responses. I went to reboot my laptop into the old 3.2.2 kernel to confirm that it was having the same issue, and it boot into it with no problem. I then reboot my laptop and let it start up with the latest 3.2.7 kernel, and it, too, started with no problem again. There doesn

Re: Fedora 16 kernel panic

2012-02-24 Thread Harald Hoyer
Am 24.02.2012 19:02 schrieb "Tom Horsley" : > > On Fri, 24 Feb 2012 11:58:55 -0500 > Brian Johnson wrote: > > > "initramfs unpacking failed > > uncompression error" > > It is just a gzipped cpio archive, try running it through > gzip -d < initramfsfile | cpio -t (or something like that, > I'd check

Re: Fedora 16 kernel panic

2012-02-24 Thread Kevin Martin
On 02/24/2012 11:45 AM, Brian Johnson wrote: > Thanks Kevin, and sorry...I should've had that at the ready. > > I'm assuming you want the entirety of /etc/grub2.cfg? If not, I apologize for > the length > > ### BEGIN /etc/grub.d/00_header ### > if [ -s $prefix/grubenv ]; then > load_env >

Re: Fedora 16 kernel panic

2012-02-24 Thread Tom Horsley
On Fri, 24 Feb 2012 11:58:55 -0500 Brian Johnson wrote: > "initramfs unpacking failed > uncompression error" It is just a gzipped cpio archive, try running it through gzip -d < initramfsfile | cpio -t (or something like that, I'd check the options if I were you :-). If that fails, the file is pr

Re: Fedora 16 kernel panic

2012-02-24 Thread Brian Johnson
Thanks Kevin, and sorry...I should've had that at the ready. I'm assuming you want the entirety of /etc/grub2.cfg? If not, I apologize for the length ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set save

Re: Fedora 16 kernel panic

2012-02-24 Thread Kevin Martin
On 02/24/2012 10:58 AM, Brian Johnson wrote: > Hello Fedora Users list! > > 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 th