I need extract .config file from a kernel-image... but... as a test... ---------------------------- $ make allnoconfig $ make menuconfig General setup ---> [*] Kernel .config support (yes) $ make $ ./scripts/extract-ikconfig arch/x86/boot/bzImage zcat: stdin: decompression OK, trailing garbage ignored ERROR: Unable to extract kernel configuration information. This kernel image may not have the config info. ---------------------------- Why this error?