Quote:
|
Originally Posted by Sayoji
I got it  . After make modules_install instead of creating initrd image by mkinitrd i give
and now my new kernel is booting up. But, i could not find why the initrd image created by mkinitrd shows Kernel Panic error.
Thanks.
|
Dear Sayoji,
You were almost at the solution, when u found the
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
In your .config file CONFIG_EXT3_FS='y' instead of 'm' and that is why you are getting the error, so please do the make config step again, and when you found the option "CONFIG_EXT3_FS" give 'y' to enable the EXT3_FS parttion, because Redhat supports the EXT3 and in the cofig you are not enabling that option.
Hope this will help, pls reply me after doing this step.
Thanks,
Nishant