Hi,
When I compiled the new kernel 2.6.31.6 and I boot it on ubuntu,
everything was good, but when I try to compile it on Centos 5.2 when I
boot it I had a kernel panic, I think it is because the kernel couldn't
mount de root filesystem, This is my grub configuration below:
Thanks.
default=2
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.31.6)
root (hd0,6)
kernel /boot/vmlinuz-2.6.31.6 ro root=/dev/hda7
initrd /boot/initrd-2.6.31.6.img
title CentOS (2.6.18-92.el5)
root (hd0,6)
kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-92.el5.img
title Other
rootnoverify (hd0,0)
chainloader +1
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ