Hi folks, I'm building my own kernel, but had problems when running mkinitrd to create the ramdisk image... it only detects the rpm based kernels, not the one compiled by myself. Does anyone have an idea of what's wrong?? Thanks in advance! -- Thiago Vinhas de Moraes CODIN - Cia. de Desenvolvimento Industrial do Estado RJ Departamento de Informática email: tvinhas@codin.rj.gov.br Tel: (21) 2517-5411 "Somos aquilo que fazemos consistentemente. Assim, a excelência não é um ato, mas sim um hábito."
On Monday 13 June 2005 04:13 pm, Thiago Vinhas de Moraes wrote:
Hi folks,
I'm building my own kernel, but had problems when running mkinitrd to create the ramdisk image... it only detects the rpm based kernels, not the one compiled by myself. Does anyone have an idea of what's wrong??
Thanks in advance!
Did you specify the name of your kernel?? /sbin/mkinitrd -k "vmlinuz-2611.12" -i "initrd-2611.12" Just used the above a few minutes ago to build kernel 2.6.11.12 The first name (vmlinuz-2611.12) is the name of the kernel as it sits in /boot The second name is what you want the initrd file to be named.
participants (2)
-
Bruce Marshall
-
Thiago Vinhas de Moraes