Thread: file type for the Linux kernel image file, (vmlinuz) is unknown
Started 1 month, 1 week ago by james2b
The file type for the Linux kernel image file, (vmlinuz) is shown as
unknown, in most major distro's. Some Linux show the initial ram disk file,
(initrd) as a GZip file type, but when I right click a kernel file and
select properties, it says unknown file type, so can that be changed, or is
it best to just let it be ? Thanks in advance.
There are two types of initrd files. One type is a compressed ext2 filesystem. The other is a compressed cpio archive. The latter seems to be what I've seen lately.
Copy your initrd file to your home directory. The use the file commandto examine it.
example:
Code:
> cp /boot/initrd-2.6.27.37-0.1-default ~
> mv ...
There are two types of initrd files. One type is a compressed ext2 filesystem. The other is a compressed cpio archive. The latter seems to be what I've seen lately.
Copy your initrd file to your home directory. The use the file command to examine it.
example:
Code:
> cp /boot/initrd-2.6.27.37-0.1-default ~
> mv ...
Filetype can be determined using file header, but the extension is normally the "safest" way to do it. The fact that your image is not seen as a gunzip file do not affect vmlinuz behavior in any way, so I recommand to just ignore it. After all, you don't have to play in this file by yourself frequently.
EDIT: Removed a comment
I did suggest using the "file" command to examine it. It will use the files contents (signature) rather than relying on the extension. It will also analyze files containing filesystems such as an image file.
Thanks for the information, also is there a way to remove older versions of
the vmlinuz kernel, (such as when the package updates installs a new kernel
version, and some Linux will keep several older versions) ? It may work
with a search with the package manager ?
You could use your package manager. You could also use your package manager (e.g. rpm -ql in openSuSE in your list of distros) to find the files installed and remove them. Of course if you compiled your own kernel, you may not have this information in your package manager.
Deleting the vmlinuz-<version> and initrd-<version> files in /boot, and the files in /lib/modules/<version>/ will free ...
Each of the major Linux installs I have, do handle the kernel and initrd
updates differently, as far as how many previous versions to keep. Some
will just keep 1 or 2 older versions, and some like Ubuntu keeps all the
older kernels and initial ram disks files. I think Fedora does it best, by
just allowing 2 older versions to remain, so 3 total with the new. It would
be better if all Linux can be ...
You could use your package manager. You could also use your package manager (e.g. rpm -ql in openSuSE in your list of distros) to find the files installed and remove them. Of course if you compiled your own kernel, you may not have this information in your package manager. Deleting the vmlinuz-<version> and initrd-<version> files in /boot, and the files in /lib/modules/<version>/ will free up a lot of...
Each of the major Linux installs I have, do handle the kernel and initrd updates differently, as far as how many previous versions to keep. Some will just keep 1 or 2 older versions, and some like Ubuntu keeps all the older kernels and initial ram disks files. I think Fedora does it best, by just allowing 2 older versions to remain, so 3 total with the new. It would be better if all Linux can be more consistent with this, or have a tool with...
Filetype can be determined using file header, but the extension is normally the "safest" way to do it. The fact that your image is not seen as a gunzip file do not affect vmlinuz behavior in any way, so I recommand to just ignore it. After all, you don't have to play in this file by yourself frequently. EDIT: Removed a comment
Related threads on "LinuxQuestions.org - where Linux users come for help":
Linux Kernel 2.6.27 released... Linux Kernel 2.6.27 released http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
Published
about 10 months ago
From
xmpp
The linux kernel... The linux kernel http://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
Published
about 3 months ago
From
web
Any suggestions of a better (terse) feed than... Any suggestions of a better (terse) feed than http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=atom for Linux 2.6?
Published
about 6 months ago
From
xmpp
Cnbeta Linux Kernel v2.6.27.8: 感谢爱月的投递Linux... Cnbeta Linux Kernel v2.6.27.8: 感谢爱月的投递Linux Kernel v2.6.27.8 已正式发布,作为 Linux 系统的内核,Linux Kernel 的每一次版.. http://tinyurl.com/57b9da ... 4:39 PM Dec 5th, 2008 from twitterfeed
Thread profile page for "file type for the Linux kernel image file, (vmlinuz) is unknown" on http://www.linuxquestions.org.
This report page is a snippet summary view from a single thread "file type for the Linux kernel image file, (vmlinuz) is unknown", located on the Message Board at http://www.linuxquestions.org.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity