Problème au démarrage avec le noyau 2.6.30-2

Bonsoir,
Avec la mise à jour du noyau 2.6.30-2, je n’arrive plus à booter. J’ai le message suivant si j’attends un peu :
/bin/sh : can’t access tty ; job control turned off (initramfs)
Alert ! /dev/disk/by-uuid/c148 (et plein de chiffres)… does not exist. Dropping to a shell.
Gave up waiting for root device.

Je redémarre en choisissant le noyau précédent (2.6.30-1) et il fonctionne !

Une idée, sur Google, cela me dit d’aller voir dans le boot mais je ne me vois pas changer le boot alors qu’avec le 2.6.30-1 marche.
Une idée ? merci d’avance.

Regarde dans /boot/grub/menu.lst la ligne qui commence par:
/boot/vmlinuz-
si tu as les mêmes références pour la partition racine pour les deux kernels.

Bonsoir Junichirô,
en regardant le menu.lst, je m’aperçois qu’il n’y a rien concernant le noyau 30-2 alors qu’il apparait bien au boot !
Que faire ?
Merci.

[quote]

## End Default Options

title Chainload into GRUB 2
root (hd0,1)
kernel /boot/grub/core.img

title ���������������������������������������������������������������������
root

title When you have verified GRUB 2 works, you can use this command to
root

title complete the upgrade: upgrade-from-grub-legacy
root

title ���������������������������������������������������������������������
root

title Debian GNU/Linux, kernel 2.6.30-1-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.30-1-686

title Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.30-1-686

title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.26-2-686

title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.26-2-686

END DEBIAN AUTOMAGIC KERNELS LIST[/quote]

Rajoute cela:

[code]title Debian GNU/Linux, kernel 2.6.30-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-2-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.30-2-686

title Debian GNU/Linux, kernel 2.6.30-2-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-2-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.30-2-686[/code]
Au début, peut-être

Merci de ta réponse.
J’ai bien rajouter ces lignes mais même constat au démarrage :frowning:

Tu as GRUB 2 installé? Là, je ne sais pas trop comment cela fonctionne. Pas encore testé.

Pourquoi y-a-t-il un chainloader? Tu as un dual boot? Comprends rien à ton truc.
Tiens mon linux-libre 2.6.30-9 vient d’être compilé. j’espère que je n’aurais pas le même problème au reboot. :unamused:

Merci de ton aide, quelqu’un connait Grub 2 ? si cela vient de là ?
:unamused:

Donne ton menu.lst en entier, pour voir.

[quote]# menu.lst - See: grub(8), info grub, update-grub(8)

grub-install(8), grub-floppy(8),

grub-md5-crypt, /usr/share/doc/grub

and /usr/share/doc/grub-doc/.

default num

Set the default entry to the entry number NUM. Numbering starts from 0, and

the entry number 0 is the default if the command is not used.

You can specify ‘saved’ instead of a number. In this case, the default entry

is the entry saved with the command ‘savedefault’.

WARNING: If you are using dmraid do not change this entry to ‘saved’ or your

array will desync and will not let you boot your system.

default 0

timeout sec

Set a timeout, in SEC seconds, before automatically booting the default entry

(normally the first entry defined).

timeout 5

Pretty colours

color cyan/blue white/blue
splashimage (hd0,1)/boot/grub/splashimages/fiesta.xpm.gz

password [’–md5’] passwd

If used in the first section of a menu file, disable all interactive editing

control (menu entry editor and command-line) and entries protected by the

command ‘lock’

e.g. password topsecret

password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/

password topsecret

examples

title Windows 95/98/NT/2000

root (hd0,0)

makeactive

chainloader +1

title Linux

root (hd0,1)

kernel /vmlinuz root=/dev/hda2 ro

Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

BEGIN AUTOMAGIC KERNELS LIST

lines between the AUTOMAGIC KERNELS LIST markers will be modified

by the debian update-grub script except for the default options below

DO NOT UNCOMMENT THEM, Just edit them to your needs

## Start Default Options

default kernel options

default kernel options for automagic boot options

If you want special options for specific kernels use kopt_x_y_z

where x.y.z is kernel version. Minor versions can be omitted.

e.g. kopt=root=/dev/hda1 ro

kopt_2_6_8=root=/dev/hdc1 ro

kopt_2_6_8_2_686=root=/dev/hdc2 ro

kopt=root=/dev/sda2 ro

default grub root device

e.g. groot=(hd0,0)

groot=(hd0,1)

should update-grub create alternative automagic boot options

e.g. alternative=true

alternative=false

alternative=true

should update-grub lock alternative automagic boot options

e.g. lockalternative=true

lockalternative=false

lockalternative=false

additional options to use with the default boot option, but not with the

alternatives

e.g. defoptions=vga=791 resume=/dev/hda5

defoptions=vga=791

should update-grub lock old automagic boot options

e.g. lockold=false

lockold=true

lockold=false

Xen hypervisor options to use with the default Xen boot option

xenhopt=

Xen Linux kernel options to use with the default Xen boot option

xenkopt=console=tty0

altoption boot targets option

multiple altoptions lines are allowed

e.g. altoptions=(extra menu suffix) extra boot options

altoptions=(single-user) single

altoptions=(single-user mode) single

controls how many kernels should be put into the menu.lst

only counts the first occurence of a kernel, not the

alternative kernel options

e.g. howmany=all

howmany=7

howmany=all

should update-grub create memtest86 boot option

e.g. memtest86=true

memtest86=false

memtest86=true

should update-grub adjust the value of the default booted system

can be true or false

updatedefaultentry=false

should update-grub add savedefault to the default options

can be true or false

savedefault=false

## End Default Options

title Chainload into GRUB 2
root (hd0,1)
kernel /boot/grub/core.img

title ���������������������������������������������������������������������
root

title When you have verified GRUB 2 works, you can use this command to
root

title complete the upgrade: upgrade-from-grub-legacy
root

title ���������������������������������������������������������������������
root

title Debian GNU/Linux, kernel 2.6.30-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-2-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.30-2-686

title Debian GNU/Linux, kernel 2.6.30-2-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-2-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.30-2-686

title Debian GNU/Linux, kernel 2.6.30-1-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.30-1-686

title Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.30-1-686

title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro vga=791
initrd /boot/initrd.img-2.6.26-2-686

title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.26-2-686

END DEBIAN AUTOMAGIC KERNELS LIST

This is a divider, added to separate the menu items below from the Debian

ones.

title Other operating systems:
root

This entry automatically added by the Debian installer for a non-linux OS

on /dev/sda1

title Windows NT/2000/XP
root (hd0,0)
savedefault
makeactive
chainloader +1
[/quote]

Je ne vois rien d’anormal. mais je ne comprends pas comment tu pouvais choisir le kernel 2.6.30-2 quand il n’y avait rien dans le menu.lst

Au passage: mon linux-libre 2.6.30-9 s’est bien installé et boot correctement! :smt003 :smt003

Le 30-9, c’est en sid ?
A+

[quote=“DEB93”]Le 30-9, c’est en sid ?
A+[/quote]
Non! Lenny. Mais je viens de le compiler à partir du paquet pris sur le site de la FSF Amérique Latine. C’est un kernel déblobé, 100% libre.

Il me semble qu’avec GRUB 2 c’est grub.cfg qui donne “les ordres”. As-t-il été mis à jour lors de l’installation de ton nouveau kernel?
Peut-être qu’un:

réglerait le problème?

appartement il recherche le disque par son uuid

mais encore plus probable le chipset de gestion de disque n’est plus géré, démarré ?
(à vérifier quand tu est en shell, “dropping to shell”)
fdisk -l
ls -la /dev/sd* (sata ? /dev/hd*)

donne nous le grub.cfg
et essaye
update-grub2
grub-mkconfig

l’ordre des numérotation à changé je crois sur le grub2

C’est le grub.cfg
Je le poste et je tente le update.
A+ et encore merci.

[quote]#

DO NOT EDIT THIS FILE

It is automatically generated by /usr/sbin/grub-mkconfig using templates

from /etc/grub.d and settings from /etc/default/grub

BEGIN /etc/grub.d/00_header

set default=0
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don’t
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5

END /etc/grub.d/00_header

BEGIN /etc/grub.d/05_debian_theme

insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi

END /etc/grub.d/05_debian_theme

BEGIN /etc/grub.d/10_linux

menuentry “Debian GNU/Linux, Linux 2.6.30-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.26-2-686
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/30_os-prober

END /etc/grub.d/30_os-prober

BEGIN /etc/grub.d/40_custom

This file provides an easy way to add custom menu entries. Simply type the

menu entries you want to add after this comment. Be careful not to change

    initrd  /boot/initrd.img-2.6.30-2-686

}
menuentry “Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.26-2-686
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/30_os-prober

END /etc/grub.d/30_os-prober

BEGIN /etc/grub.d/40_custom

This file provides an easy way to add custom menu entries. Simply type the

menu entries you want to add after this comment. Be careful not to change

    initrd  /boot/initrd.img-2.6.30-2-686

}
menuentry “Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.26-2-686
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/30_os-prober

END /etc/grub.d/30_os-prober

BEGIN /etc/grub.d/40_custom

This file provides an easy way to add custom menu entries. Simply type the

menu entries you want to add after this comment. Be careful not to change

the ‘exec tail’ line above.

END /etc/grub.d/40_custom ###[/quote]

Et le résultat de l’update de grub-mkconfig :

[code]# grub-mkconfig
Generating grub.cfg …

DO NOT EDIT THIS FILE

It is automatically generated by /usr/sbin/grub-mkconfig using templates

from /etc/grub.d and settings from /etc/default/grub

BEGIN /etc/grub.d/00_header

set default=0
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don’t
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5

END /etc/grub.d/00_header

BEGIN /etc/grub.d/05_debian_theme

Found Debian background: moreblue-orbit-grub.png
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi

END /etc/grub.d/05_debian_theme

BEGIN /etc/grub.d/10_linux

Found linux image: /boot/vmlinuz-2.6.30-2-686
Found initrd image: /boot/initrd.img-2.6.30-2-686
menuentry “Debian GNU/Linux, Linux 2.6.30-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-2-686
}
Found linux image: /boot/vmlinuz-2.6.30-1-686
Found initrd image: /boot/initrd.img-2.6.30-1-686
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry “Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.30-1-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.30-1-686
}
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry “Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode)” {
insmod ext2
set root=(hd1,2)
search --no-floppy --fs-uuid --set c1484f83-99e1-4dcd-9ead-2cb89ca3fee6
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=c1484f83-99e1-4dcd-9ead-2cb89ca3fee6 ro single
initrd /boot/initrd.img-2.6.26-2-686
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/30_os-prober

END /etc/grub.d/30_os-prober

BEGIN /etc/grub.d/40_custom

This file provides an easy way to add custom menu entries. Simply type the

menu entries you want to add after this comment. Be careful not to change

the ‘exec tail’ line above.

END /etc/grub.d/40_custom

done
debian:/home/claude#[/code]

Est-il sécurisé de redémarrer maintenant :unamused:

De toutes façons, tu ne vas pas passer le week-end devant ton écran.

ça c’est sur :laughing: , je vais bien étendre et on verra. je pense de toutes les façons que le grub.cfg n’a pas changé donc… cela ne devrait guère changer le démarrage.
A toutes !

Bien redémarré mais rien n’a changé :frowning:
Une autre idée ?

Peut-re que c’est le kernel qui est mal installé?