LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   default name of the kernel file in RedHat Linux (https://www.linuxquestions.org/questions/linux-newbie-8/default-name-of-the-kernel-file-in-redhat-linux-947682/)

kamaleshbv1 05-30-2012 10:39 PM

default name of the kernel file in RedHat Linux
 
initrd

vmlinuz

kernel

boot

em31amit 05-31-2012 12:07 AM

vmlinuz it the file name and located into /boot in rhel4, rhel5, this is actually kernel.

initrd is initial ramdisk file that is used to provide some kernel modules while booting or executing kernel.


Kernel, is the just a name, vmlinuz is the kernel, if there is "z" (vmlinuz) in the last, it means kernel is comprised and if there is "x" (vmlinux) it means it is uncompressed kernel.

boot => /boot is the directory where all the booting related stuff's are stored, like stage2 grub bootlaoader, grub configuration file, kernel(vmlinuz), initial ram disk file (initrd)

kamaleshbv1 05-31-2012 04:10 PM

thanks


All times are GMT -5. The time now is 08:53 PM.