[CBLX] Gros problème avec grub 2

[ Thread Index | Date Index | More lists.tuxfamily.org/carrefourblinux Archives ]


Bonjour.

Lundi soir, j'ai fait dans ma squeeze un
aptitude update
suivi d'un
aptitude upgrade
et grub 2 a été installé.

Manifestement ça se fait en deux étapes.

La première consiste à modifier menu.lst et à "chainloader" l'ancien grub
devenu grub-legacy. Là, tout allait bien au redémarrage.

Ensuite il était indiqué de faire une seconde étape consitant en une
commande :
upgrade-from-grub-legacy

Si j'ai bien compris, cette dernière commande supprime grub-legacy et
installe véritablement grub 2.

Quand j'ai voulu redémarrer je suis resté bloqué :-(

Hier soir, ma femme m'a dit que l'écran affichait : erreur 15 et rien
d'autre pour en sortir.

J'ai retrouvé une disquette de boot créée lors de l'installation de l'ancien
grub et je peux redémarrer mais grub 2 ne fonctionne toujours pas.

les recherches sur le site de
http://www.gnu.org/software/grub/grub-2.en.html
ne m'ont pas appris grand chose sur la manipulation de grub 2.

Quelqu'un pourrait-il me conseiller ? 

Je donne en pièce jointe mon grub.cfg.

Je signale que dans /etc/default/grub, j'ai modifié une seule ligne en
décommentant :
GRUB_TERMINAL=console

Merci d'avance.

Philippe

#
# 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=4
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.30-1-686-bigmem" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.30-1-686-bigmem root=/dev/sda1 ro vt.default_utf8=0 quiet
	initrd	/boot/initrd.img-2.6.30-1-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-686-bigmem (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.30-1-686-bigmem root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.30-1-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro vt.default_utf8=0 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=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686-bigmem" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/sda1 ro vt.default_utf8=0 quiet
	initrd	/boot/initrd.img-2.6.26-2-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686-bigmem (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.26-2-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.26-2-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro vt.default_utf8=0 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=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.26-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.26-1-686-bigmem" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-1-686-bigmem root=/dev/sda1 ro vt.default_utf8=0 quiet
	initrd	/boot/initrd.img-2.6.26-1-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.26-1-686-bigmem (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-1-686-bigmem root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.26-1-686-bigmem
}
menuentry "Debian GNU/Linux, Linux 2.6.26-1-686" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro vt.default_utf8=0 quiet
	initrd	/boot/initrd.img-2.6.26-1-686
}
menuentry "Debian GNU/Linux, Linux 2.6.26-1-686 (recovery mode)" {
	insmod ext2
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set b38a5a01-1f83-4842-b26f-f24f8a5c3d0a
	linux	/boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro single vt.default_utf8=0
	initrd	/boot/initrd.img-2.6.26-1-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 ###


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/