LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Gettig invalid compressed format (err2) (https://www.linuxquestions.org/questions/slackware-14/gettig-invalid-compressed-format-err2-157921/)

Maximus2000 03-15-2004 08:34 AM

Gettig invalid compressed format (err2)
 
Hi I followed the instructions on installing the 2.6 kernel from this Forum and when I go to boot into it I get .

Invalid compress format (err=2)

System Halt

When I googled this I get stuff on Crams and Initrd but I am not using these.Does anyone have any suggestions?

Thanks

Tinkster 03-15-2004 01:06 PM

zimage? bzimage?


Be a bit more verbose about what you did,
"I followed the instructions in this forum" doesn't
help me at all :}


Cheers,
Tink

Maximus2000 03-19-2004 07:24 AM

Fixe Issue
 
Sorry for not replying earlier but have been very sick. I fixed the problem with a new compile. It is a bzImage and must of had a compilation error. Thanks for the reply.

rino.caldelli 07-23-2005 02:44 AM

I got the same problem by doing

cd /usr/src
tar -jxvf /home/user/linux-2.6.12.3.tar.bz2
rm linux
ln -s linux-2.6.12.3 linux
cd linux-2.6.12.3
make menuconfig
make
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/kernel-2.6.12.3
cp System.map /boot/System.map

and when I boot

invalid compressed format (err=2)

I'll try recompiling and copying the vmlinuz instead of the bzimage into /boot


All times are GMT -5. The time now is 11:44 AM.