Hello.
I'm trying to compile a new kernel on my RedHat 7.2. I've got GRUB and it works fine with only one kernel (2.4.7-10).
But I compiled 2.4.18 kernel, and created '/boot/bzImage'. I know that with LILO I must modify 'lilo.conf':
image=/boot/bzImage
label=My_new_kernel
root=/dev/hda3
read-only
But browsing 'grub.conf', I can see this:
title Red Hat Linux (2.4.7-10)
root (hd0,1)
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdb=ide-scsi
initrd /initrd-2.4.7-10.img
I've been reading 'man grub' and 'grub-howto', but I do not understand the sense of:
vmlinuz-2.4.7-10
initrd-2.4.7-10.img
Where must I copy my 'bzImage'? Wich is the meaning of vmlinuz?
Thank you very much.
I'm trying to compile a new kernel on my RedHat 7.2. I've got GRUB and it works fine with only one kernel (2.4.7-10).
But I compiled 2.4.18 kernel, and created '/boot/bzImage'. I know that with LILO I must modify 'lilo.conf':
image=/boot/bzImage
label=My_new_kernel
root=/dev/hda3
read-only
But browsing 'grub.conf', I can see this:
title Red Hat Linux (2.4.7-10)
root (hd0,1)
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdb=ide-scsi
initrd /initrd-2.4.7-10.img
I've been reading 'man grub' and 'grub-howto', but I do not understand the sense of:
vmlinuz-2.4.7-10
initrd-2.4.7-10.img
Where must I copy my 'bzImage'? Wich is the meaning of vmlinuz?
Thank you very much.