Bonjour ,depuis quelques temps aprés une mise à jour de mon noyau vers le kernel 2.6.25.4-10.fc8ce message s'affiche
kernel panic no init found try passing option=kernel to passing
Je suis alors obligé de redémarrer sur mon ancien noyau kernel 2.6.24.3-50.fc8:-(
Voici le contenu de mon /boot
[root@acer boot]# ls
config-2.6.21.7-3.fc8xen      System.map-2.6.21.7-3.fc8xen
config-2.6.24.3-50.fc8        System.map-2.6.24.3-50.fc8
config-2.6.24.5-85.fc8        System.map-2.6.24.5-85.fc8
config-2.6.24.7-92.fc8        System.map-2.6.24.7-92.fc8
config-2.6.25.4-10.fc8        System.map-2.6.25.4-10.fc8
grub                          vmlinuz-2.6.21.7-3.fc8xen
initrd-2.6.21.7-3.fc8xen.img  vmlinuz-2.6.24.3-50.fc8
initrd-2.6.24.3-50.fc8.img    vmlinuz-2.6.24.5-85.fc8
initrd-2.6.24.5-85.fc8.img    vmlinuz-2.6.24.7-92.fc8
initrd-2.6.24.7-92.fc8.img    vmlinuz-2.6.25.4-10.fc8
initrd-2.6.25.4-10.fc8.img    xen.gz-2.6.21.7-3.fc8
lost+found                    xen-syms-2.6.21.7-3.fc8
memtest86+-1.70
ainsi que mon grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-version.img
boot=/dev/sda1
default=5
timeout=1
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.4-10.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.25.4-10.fc8 ro root=LABEL=/1 rhgb quiet
        initrd /initrd-2.6.25.4-10.fc8.img
title Fedora (2.6.24.7-92.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.24.7-92.fc8 ro root=LABEL=/1 rhgb quiet
        initrd /initrd-2.6.24.7-92.fc8.img
title Fedora (2.6.24.5-85.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.24.5-85.fc8 ro root=LABEL=/1 rhgb quiet
        initrd /initrd-2.6.24.5-85.fc8.img
title initng boot
        root (hd0,0)
        kernel /vmlinuz-2.6.24.3-50.fc8 ro root=LABEL=/1 rhgb quiet init=/sbin/initng
        initrd /initrd-2.6.24.3-50.fc8.img
title Fedora (2.6.21.7-3.fc8xen)
        root (hd0,0)
        kernel /xen.gz-2.6.21.7-3.fc8
        module /vmlinuz-2.6.21.7-3.fc8xen ro root=LABEL=/1 rhgb quiet
        module /initrd-2.6.21.7-3.fc8xen.img
title Fedora (2.6.24.3-50.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.24.3-50.fc8 ro root=LABEL=/1 rhgb quiet
        initrd /initrd-2.6.24.3-50.fc8.img
title Other
        rootnoverify (hd1,0)
        chainloader +1
Attention: évites les doubles post sur le forum.

Tu utilises quelle entrée pour le kernel 2.6.24.3-50.fc8 : initng boot ?
Pourquoi tu as du passer init=/sbin/initng ?
Est ce que tu as tenté un upgrade vers F9 qui a échoué ?

J'ai un doute sur ton label =/1, peut être que cela ne fonctionne pas pareil avec un kernel 2.6.25.
Essaies en mettant root=/dev/sd1 ?
A priori, le noyau que tu lance par défaut est "Fedora (2.6.21.7-3.fc8xen)", si j'en crois ton grub.conf.
Est-ce bien le noyau que tu veux lancer ?

Si ce n'est pas le cas et que tu veux effectivement lancer le 2.6.24.3-50.fc8, il faut que tu changes la valeur de default dans le grub.conf.
Marcet wrote:A priori, le noyau que tu lance par défaut est "Fedora (2.6.21.7-3.fc8xen)", si j'en crois ton grub.conf.
Est-ce bien le noyau que tu veux lancer ?

Si ce n'est pas le cas et que tu veux effectivement lancer le 2.6.24.3-50.fc8, il faut que tu changes la valeur de default dans le grub.conf.
La numérotation commence à 0 et dans ce cas il s'agit du 6eme title:

title Fedora (2.6.24.3-50.fc8)

mais même, ça ne répond pas à la question. Sinon je n'ai pas entendu qu'on abandonne la définition de LABEL.
La numérotation commence à 0 et dans ce cas il s'agit du 6eme title:
Oups la boulette 😉
23 jours plus tard
21 jours plus tard
Mes points de montage
commande mount
/dev/sda3 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda6 on /var type ext3 (rw)
/dev/sda5 on /home type ext3 (rw)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/tmp on /tmp type none (rw,bind)
/var/tmp on /var/tmp type none (rw,bind)
/home/xguest on /home/xguest type none (rw,bind)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)