Ich habe MPLS unter Linux 2.6.15 mithilfe der folgenden Anweisungen installiert: http://www.sj.ifsc.edu.br/~msobral/RCO2/docs/mpls-linux/1-3-installation.html Alles hat funktioniert, aber ich habe nicht funktioniert kann grub.conf nicht so einrichten, dass es den neuen Kernel ausführt. Hier ist die aktuelle grub.conf:

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

Hier ist der Fehler, den ich bekomme, wenn ich MPLS starte:

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)

Irgendwelche Ideen?

Bruce
quelle