lucge
au boot et au début du chargement du noyau, j'obtiens un kernel panic avec un message du type:
"ext3 mount option auto not recognized or inconplete".
Pourtant les options du noyau sont rigoureusement celles des versions précédentes qui marchent parfaitement
lucge
1) Je te recopie le message exact:
"
uncompressing linux...OK, booting the kernel
Red Hat nash version 4.2.15 starting
EXT3-fs: unrecognized mount option "auto" or missing value
mount: error 22 mounting ext3
ERROR opening /dev/console!!!!2
error dup2' ing fd of 0 to 0
error dup2' ing fd of 0 to 1
error dup2' ing fd of 0 to 2
switchroot: mount failed: 22
kernel panic - not syncing: attempted to kill init!
"
2) mon hdd est ide esclave: le boot est sur / -> /dev/hdb2
3) je boote sur grub. un extrait de mon grub.conf est:
"
title Fedora Core (2.6.15-1.1833_FC4)
root (hd1,1)
kernel /boot/vmlinuz-2.6.15-1.1833_FC4 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.15-1.1833_FC4.img
title Fedora Core (2.6.15-1.1831_FC4)
root (hd1,1)
kernel /boot/vmlinuz-2.6.15-1.1831_FC4 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.15-1.1831_FC4.img
"
Pour cette config, le noyau 1833 donne un kernel panic avec les messages recopiés en 1)
Le noyau 1831 boote parfaitement comme tous les noyaux précédents.
4)Je pense qu'il n'arrive pas à monter mon /
l'extrait de mon fstab relatif à : est le suivant:
"# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 rw,suid,dev,exec,auto,nouser,async,acl 1 1
"
J'ai fait un essai en retirant auto mais le résultat était toujours le même.