Results 1 to 3 of 3
i compiled succesfully kernel 2.6.10.then i copied the bzImage as well and now i don't know how i can create the initrd file for the kernel.i use grub boot loader.i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-27-2004 #1Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
use mkinitrd
i compiled succesfully kernel 2.6.10.then i copied the bzImage as well and now i don't know how i can create the initrd file for the kernel.i use grub boot loader.i tried mkinitrd command but i don't really know how it works.any help appreciated..
Linux For Ever!
- 12-28-2004 #2Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
in a terminal window a type as root :
and i get this:Code:mkinitrd /boot/vmlinuz-2.6.10 2.6.10
what have i done wrong?Code:/boot/initrd-2.6.10/var/tmp is not a directory
Linux For Ever!
- 03-08-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 2
mkinitrd problem
Use: mkintrd -i <image file name> -k <kernel file name>
I just ran into the same prob, did this, works fine.


Reply With Quote
