Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Should point you to resolving specific issues with compiling a kernel for RH9. Your particular cannot open root device error is likely due to the root filesystem type not being compiled into the new kernel. Two fixes are either to include ext2/ext3 (assuming that is the format of the root filesystem) compiled in instead of modularized into the kernel or to create an initrd image.
FYI This is the networking forum, your post would probably fit better in linux-newbie or distributions-red hat. Rather than posting an additional thread there, it would be best to wait for an admin to move this thread though.
actually I thought so too..i have done kernel upgrades on RH9 using a 2.6 kernel..got no real problems.
But for the 2.4.32, i got the above errors..i also tried to change the settings in the .config file (saying 'yes' to the different filesystems (ext2,ext3,..) but still the same error..
I don't find the VFS in the .config though..Can you tell me what option I can choose to solve it?
VFS isn't what needs to be changed in the kernel. The kernel needs to have support for whatever filesystem the root partition is on either built in, or in an initrd image. If this support is not in the kernel, then when the system tries to boot up VFS will not be able to read the root partiton and will spit out the above error.
What do you suggest I should enable in the kernel? I enabled all the features that I know are important..am I doing anything wrong in the steps given in above msgs?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.