I have installed Fedora Core 3 and installed all features. I have not found sources of kernel. I have downloaded the latest stable sources of kernel from
www.kernel.org .
I have compiled it.
make mrproper
make xconfig
make dep
Command “make dep” answered that this is not necessary.
make clean
make bzImage
make modules
make modules install
I have copied bzImage to /boot/vmlinuz
I have made chages in grub.conf
When I restarted I have got the following Error:
kernel panic - not syncing : VFS: unable to mount root FS on unknown-block (0, 0)
What I have noticed is that no initrd.img file was generated in compilation folder
I think that problem is in it.
I am not sure system.map is proper
What is for system.map and how it should be created or when it is created
EXTRAVERSION is not added to for the image and to any files
What do you think guys. Any body faced with this situation.
What for is initrd.img?
What for is bootspalsh. Can initrd.img be replace with bootsplash somehow?
Why Command “make dep” answered that this is not necessary?
Thanks in advance