Instalei o MPLS no linux 2.6.15 usando as instruções aqui: http://www.sj.ifsc.edu.br/~msobral/RCO2/docs/mpls-linux/1-3-installation.html Tudo funcionou, mas eu não sabe 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 ideia?