UNCOMPRESS vmlinuz to vmlinux

commandline session root@debian:/boot# od -A d -t x1 vmlinuz-3.2.0-3-amd64 | grep ‘1f 8b 08 00′ 0018096 00 ff e0 1f 8b 08 00 00 00 00 00 02 03 ec fd 7b root@debian:/boot# dd if=vmlinuz bs=1 skip=18099 | zcat > vmlinux dd: opening `vmlinuz’: No such file or directory gzip: stdin: unexpected end of file …