Double amorçage disparu

bonjour ,

après la dernière mise à jour proposée l’amorçage sur W7 a disparu de l’écran et je ne peux plus y accéder . J’ai noté au moins une modification dans la liste des partitions : TFS winRE masquée = ? Et aussi , il me semble , les mentions “exFAT” que je n’avais pas notées . Mais comme je n’avais pas listé mes partitions depuis longtemps …
Voici quelques renseignements :

[code]Disque /dev/sda : 640.1 Go, 640135028736 octets
255 têtes, 63 secteurs/piste, 77825 cylindres, total 1250263728 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d’E/S (minimale / optimale) : 4096 octets / 4096 octets
Identifiant de disque : 0x69fa1c83

Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 2048 821247 409600 27 TFS WinRE masquée
/dev/sda2 821248 625461247 312320000 7 HPFS/NTFS/exFAT
/dev/sda3 625461248 1152603826 263571289+ 7 HPFS/NTFS/exFAT
/dev/sda4 1152604158 1250260991 48828417 5 Étendue
La partition 4 ne commence pas sur une frontière de cylindre physique.
/dev/sda5 1211201536 1250260991 19529728 b W95 FAT32
/dev/sda6 1152604160 1181900799 14648320 83 Linux
/dev/sda7 1181902848 1209243647 13670400 83 Linux
/dev/sda8 1209245696 1211189247 971776 82 partition d’échange Linux / Solaris
[/code]

et /etc/default/grub :

If you change this file, run ‘update-grub’ afterwards to update

/boot/grub/grub.cfg.

For full documentation of the options in this file, see:

info -f grub -n ‘Simple configuration’

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT=“quiet"
GRUB_CMDLINE_LINUX=”"

Uncomment to enable BadRAM filtering, modify to suit your needs

This works with Linux (no patch required) and with any kernel that obtains

the memory map information from GRUB (GNU Mach, kernel of FreeBSD …)

#GRUB_BADRAM=“0x01234567,0xfefefefe,0x89abcdef,0xefefefef”

Uncomment to disable graphical terminal (grub-pc only)

#GRUB_TERMINAL=console

The resolution used on graphical terminal

note that you can use only modes which your graphic card supports via VBE

you can see them in real GRUB with the command `vbeinfo’

#GRUB_GFXMODE=640x480

Uncomment if you don’t want GRUB to pass “root=UUID=xxx” parameter to Linux

#GRUB_DISABLE_LINUX_UUID=true

Uncomment to disable generation of recovery mode menu entries

#GRUB_DISABLE_RECOVERY=“true”

Uncomment to get a beep at grub start

#GRUB_INIT_TUNE=“480 440 1”

fait voir /boot/grub/grub.cfg

n’existe plus , il a disparu lui aussi . Le dossier /boot/grub est rempli de fichiers .mod “notes de musique” ( à défaut d’une description adéquate ) .

** erreur , cf ci-dessous

oups ! erreur de ma part

DO NOT EDIT THIS FILE

It is automatically generated by grub-mkconfig using templates

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

BEGIN /etc/grub.d/00_header

if [ -s $prefix/grubenv ]; then
load_env
fi
set default=“0"
if [ “${prev_saved_entry}” ]; then
set saved_entry=”${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z “${boot_once}” ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}

function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)‘
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
set locale_dir=($root)/boot/grub/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
set timeout=5

END /etc/grub.d/00_header

BEGIN /etc/grub.d/05_debian_theme

insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
set color_normal=white/black
set color_highlight=black/white
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, avec Linux 3.2.0-4-686-pae’ --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
echo 'Chargement de Linux 3.2.0-4-686-pae …'
linux /boot/vmlinuz-3.2.0-4-686-pae root=UUID=0980c8a6-ae77-4ccc-9009-e41466867c49 ro quiet
echo 'Chargement du disque mémoire initial …‘
initrd /boot/initrd.img-3.2.0-4-686-pae
}
menuentry ‘Debian GNU/Linux, avec Linux 3.2.0-4-686-pae (mode de dépannage)’ --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
echo 'Chargement de Linux 3.2.0-4-686-pae …'
linux /boot/vmlinuz-3.2.0-4-686-pae root=UUID=0980c8a6-ae77-4ccc-9009-e41466867c49 ro single
echo 'Chargement du disque mémoire initial …'
initrd /boot/initrd.img-3.2.0-4-686-pae
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/20_linux_xen

END /etc/grub.d/20_linux_xen

BEGIN /etc/grub.d/20_memtest86+

menuentry “Memory test (memtest86+)” {
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)‘
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
linux16 /boot/memtest86+.bin
}
menuentry “Memory test (memtest86+, serial console 115200)” {
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)‘
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry “Memory test (memtest86+, experimental multiboot)” {
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)‘
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
multiboot /boot/memtest86+_multiboot.bin
}
menuentry “Memory test (memtest86+, serial console 115200, experimental multiboot)” {
insmod part_msdos
insmod ext2
set root=’(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 0980c8a6-ae77-4ccc-9009-e41466867c49
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}

END /etc/grub.d/20_memtest86+

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

BEGIN /etc/grub.d/41_custom

if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi

END /etc/grub.d/41_custom

[quote]

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

END /etc/grub.d/30_os-prober ###[/quote]

la detection de win7 a pas eu lieu
dans un terminal root fait

puis

mm@mm-SATELLITE-PRO-L770-10T:~$ sudo os-prober [sudo] password for mm: /dev/sda1:Windows 7 (loader):Windows:chain /dev/sda2:Windows 7 (loader):Windows1:chain mm@mm-SATELLITE-PRO-L770-10T:~$ sudo grub-mkconfig -o /boot/grub/grub.cfg Generating grub.cfg ... Found background image: /usr/share/images/desktop-base/desktop-grub.png Found linux image: /boot/vmlinuz-3.2.0-4-686-pae Found initrd image: /boot/initrd.img-3.2.0-4-686-pae Found memtest86+ image: /boot/memtest86+.bin Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin Found Windows 7 (loader) on /dev/sda1 Found Windows 7 (loader) on /dev/sda2 done

redemarre et ça doit être bon

effectivement le choix de W7 est bien là comme avant . Je ne l’ai pas testé mais pas de raison que ça ne marche pas .

Merci pour le coup de main .

** je suis curieux de voir si je vais être seul à avoir ce défaut suite à la dernière màj ( enfin je l’accuse mais peut-être est-ce une coïncidence ? )

peut-être une maj de grub…
pense à la coche verte