Merci de me répondre.
Voici ce que donne mon fdisk
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 2 1912 15350107+ f W95 Etendue (LBA)
/dev/sda2 1913 2295 3076447+ 82 Linux swap / Solaris
/dev/sda3 * 2296 6119 30716280 83 Linux //Ubuntu
/dev/sda4 * 6120 24321 146207565 83 Linux //Debian
/dev/sda5 2 1912 15350076 b W95 FAT32 //Partage
Ainsi que la composition du fichier grup
[code]#
DO NOT EDIT THIS FILE
It is automatically generated by /usr/sbin/update-grub using templates
from /etc/grub.d and settings from /etc/default/grub
BEGIN /etc/grub.d/00_header
set default=0
set timeout=5
set root=(hd0,4)
search --fs-uuid --set a6795108-7352-4b02-8b42-bcc8555e7d3e
if font /usr/share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
END /etc/grub.d/00_header
BEGIN /etc/grub.d/05_debian_theme
set root=(hd0,4)
search --fs-uuid --set a6795108-7352-4b02-8b42-bcc8555e7d3e
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_hurd
END /etc/grub.d/10_hurd
BEGIN /etc/grub.d/10_linux
menuentry “Debian GNU/Linux, linux 2.6.26-2-686” {
set root=(hd0,4)
search --fs-uuid --set a6795108-7352-4b02-8b42-bcc8555e7d3e
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=a6795108-7352-4b02-8b42-bcc8555e7d3e ro
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry “Debian GNU/Linux, linux 2.6.26-2-686 (single-user mode)” {
set root=(hd0,4)
search --fs-uuid --set a6795108-7352-4b02-8b42-bcc8555e7d3e
linux /boot/vmlinuz-2.6.26-2-686 root=UUID=a6795108-7352-4b02-8b42-bcc8555e7d3e 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 is an example on how to add custom entries
END /etc/grub.d/40_custom ###[/code]