Ce que je viens d'essayer :
réduire la partition /dev/sda1 de qq Mo pour essayer de ne plus avoir l'erreur avec fdisk :
Device Boot Start End Blocks Id System
/dev/sda1 1 980 7864321+ 1b Hidden W95 FAT32
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 981 14033 104848222+ 7 HPFS/NTFS
==> ok, plus d'erreur, mais windows ne démarre tjs pas. J'ai essayé mode sans échec, dernière config valide, démarrage normal de woindows ==> à chaque fois il reboote.
NOUVEAU FDISK
# fdisk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 974 7823623+ 1b Hidden W95 FAT32
/dev/sda2 * 981 14033 104848222+ 7 HPFS/NTFS
/dev/sda3 14034 17949 31455270 c W95 FAT32 (LBA)
/dev/sda4 19854 24321 35889210 f W95 Ext'd (LBA)
/dev/sda5 19854 19866 104391 83 Linux
/dev/sda6 19867 24321 35784756 8e Linux LVM
Disk /dev/dm-0: 14.5 GB, 14562623488 bytes
255 heads, 63 sectors/track, 1770 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 14.4 GB, 14495514624 bytes
255 heads, 63 sectors/track, 1762 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 1073 MB, 1073741824 bytes
255 heads, 63 sectors/track, 130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-2 doesn't contain a valid partition table
Disk /dev/dm-3: 6509 MB, 6509559808 bytes
255 heads, 63 sectors/track, 791 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-3 doesn't contain a valid partition table
REM : j'avais auparavant essayé de réduire /dev/sda2 (la partition ntfs) de qq Mo pour laisser + de place entre sda1 et sda2 ==> gparted ne veut plus toucher à la partition windows parce que
ERROR(95): Opening '/dev/sda2' as NTFS failed: Operation not supported
The NTFS journal file is unclean. Please shutdown Windows properly before
using this software! Note, if you have run chkdsk previously then boot
Windows again which will automatically initialize the journal correctly.
Pour info : le pb initial est apparu en voulant réduire la partition ntfs avec gparted. Comme il y avait 7Mo de libre entre dev/sda1 et sda2
(voir ici mon ancienne config de partitions), j'en ai profité pour déplacer sda2 contre sda1. (je sais pas d'ou venait cet espace libre). gparted ne m'a pas indiqué d'erreur, mais
n'a pas comblé l'espace libre de 7Mo ! ==> il doit y avoir un problème à la frontière entre ces 2 partitions peut-être ????
Autre question : dans mon fdisk -l : c'est quoi
/dev/dm-0 ???
Je suis perdu...