up vote 1 down vote favorite
share [g+] share [fb]

I'm just curious, how to compress latest (2.6.32 at time of writing) kernel using UPX?

It worked well for older kernels but now repacked with UPX kernel fails to boot, standard compression methods (gzip, bzip2, lzma) work fine though.

link|improve this question

62% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Should be related with some config options from kernel.

$ zcat /proc/config.gz | grep -i lzma

CONFIG_HAVE_KERNEL_LZMA=y

CONFIG_DECOMPRESS_LZMA=y

Check your config in General Setup tab from kernel

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.