Re-bonjour,
J’ai mis de l’ordre dans les disques :
[code]~/ fdisk -l
Disk /dev/sda: 750.2 GB, 750155292160 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x744bc8e4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5042 40499833+ 83 Linux
/dev/sda2 5043 10083 40491832+ 83 Linux
/dev/sda3 10084 91201 651580335 5 Extended
/dev/sda5 10084 11104 8201119+ 82 Linux swap / Solaris
/dev/sda6 11105 20665 76798701 83 Linux
/dev/sda7 20666 49993 235577128+ 83 Linux
/dev/sda8 49994 59330 74999421 83 Linux
/dev/sda9 59331 68891 76798701 83 Linux
/dev/sda10 68892 78452 76798701 83 Linux[/code]
J’ai tenté la réinstallation de grub dans dans /dev/sda6 - ça ne marche pas… 
[code]~/ grub-install --force /dev/sda6
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
Installation finished. No error reported.
~/ dd if=/dev/sda6 bs=512 count=1 | strings
1+0 enregistrements lus
1+0 enregistrements écrits
512 octets (512 B) copiés, 1,6623e-05 s, 30,8 MB/s[/code]
Et… je m’suis dit… Et si j’essayais d’installer Gub2 dans le PBR d’une partition principale…
Et ça fonctionne
:
[code]~/ grub-install --recheck /dev/sda2 --force
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
Installation finished. No error reported.
~/ dd if=/dev/sda2 bs=512 count=1 | strings
1+0 enregistrements lus
1+0 enregistrements écrits
512 octets (512 B) copiés, 0,000556565 s, 920 kB/s
ZRr=
`|f
|f1
GRUB
Geom
Hard Disk
Read
Error
[/code]
Conclusion ?
Impossible d’installer Grub2 dans le PBR d’une partition “extended”, mais possible dans le PBR d’une partition principale !
Quelqu’un peut-il m’aider à confirmer ? Parce que ça change tout à la façon dont il va falloir organiser les partitions et les OS !
Déplacer de grosses partitions c’est long…
Merci d’avance.