Eu instalei o MPLS no linux 2.6.15 usando as instruções aqui: link Tudo funcionou, mas eu não sei como configurar o grub.conf para que ele execute o novo kernel. Aqui está o grub.conf atual:
default=1
timrout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title MPLS
root (hd0,0)
kernel /vmlinuz-2.6.15 ro root=LABEL=/1 hda=ide-scsi hdc=ide-scsi
initrd /initrd-2.6.15.img
title CentOS-3 (2.4.21-50.EL)
root (hd0,0)
kernel /vmlinuz-2.4.21-50.EL ro root=LABEL=/ hda=ide-scsi hdc=ide-scsi
initrd /initrd-2.4.21-50.EL.img
Aqui está o erro que recebo se eu inicializar o MPLS:
insmod: QM_MODULES:
ERROR: /bin/insmod exited abnormally!
Creating block devices
VFS: Cannot open root device "LABEL=/" or unknown-block(0,0)
Please append a correct "root" boot option
Kernel panic - not syncing : VFS: Unable to mount root fs on unknown-block(0,0)
Alguma idéia?