CentOS 2.6.9-22.0.1.EL kernel problem
If you install this kernel, and get a kernel panic that stops you at the "e2fsck: cannot continue, aborting" section of the boot process, you must edit a config file. More specifically, edit /etc/rc.d/rc.sysinit, and scroll down to line number 375. Comment out the entire section below, and you will be able to boot into the new kernel:
if [ "${RHGB_STARTED}" != "0" -a -w /etc/rhgb/temp/rhgb-console ]; then
fsck -T -a $rootdev $fsckoptions > /etc/rhgb/temp/rhgb-console
else
initlog -c "fsck -T -a $rootdev $fsckoptions"
fi
<< Home