Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/09/2011, à 23:26

nicodup

Classique grub no such device

Bonsoir,
Alors je viens de finir mon install d'ubuntu 11.04 en dual boot avec seven sur mon tout nouveau vaio Z (64bits) et au démarrage, grub > no such device
J'ai partitionné le dd dans 7, puis booter sur la clé, créé mes partitions manuellement dans l'espace libre, tou comme d'hab
J'ai donc récupérer Boot-repair qui a bugger sur l'activation du raid et qui ne peut réparer mon boot car
"Error : /tmp/clean/2011-09-27__21h09boot-repair57//current_mbr.img does not exist. MBR could not be restored."
J'ai ça

Ubuntu Pastebin
Paste from boot-repair at Tue, 27 Sep 2011 14:08:30 -0400
Download as text
                  Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdc.
 => Grub2 (v1.99) is installed in the MBR of /dev/mapper/isw_hhjjbchgb_Volume0 
    and looks at sector 1 of the same hard drive for core.img. core.img is at 
    this location and uses an embedded config file:
    
    ---------------------------------------------------------------------------
    search.fs_uuid e87cf645-49db-4e01-bcae-e9d348e3f6f8 root 
    set 
    prefix=($root)/boot/grub---------------------------------------------------
    -----------------------------.

sdc1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.02 debian-20101016 ...........>...r>..............0...~.k...~...f...M.f.f....f..8~....>2}
    Boot sector info:   Syslinux looks at sector 1376776 of /dev/sdc1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       According to the info in the boot sector, sdc1 starts 
                       at sector 0. But according to the info from fdisk, 
                       sdc1 starts at sector 62.
    Operating System:  
    Boot files:        /boot/grub/grub.cfg /syslinux/syslinux.cfg /ldlinux.sys

isw_hhjjbchgb_Volume01: ________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:  
    Mounting failed:   mount: unknown filesystem type ''

isw_hhjjbchgb_Volume02: ________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:  
    Mounting failed:   mount: unknown filesystem type ''
mount: unknown filesystem type ''

isw_hhjjbchgb_Volume03: ________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:  
    Mounting failed:   mount: unknown filesystem type ''
mount: unknown filesystem type ''
mount: unknown filesystem type ''

============================ Drive/Partition Info: =============================

Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 1007 MB, 1007157248 bytes
31 heads, 62 sectors/track, 1023 cylinders, total 1967104 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *             62     1,966,205     1,966,144   c W95 FAT32 (LBA)


Drive: isw_hhjjbchgb_Volume0 _____________________________________________________________________

Disk /dev/mapper/isw_hhjjbchgb_Volume0: 256.1 GB, 256066715648 bytes
255 heads, 63 sectors/track, 31131 cylinders, total 500130304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/mapper/isw_hhjjbchgb_Volume01              2,048    33,853,439    33,851,392  27 Hidden NTFS (Recovery Environment)
/dev/mapper/isw_hhjjbchgb_Volume02   *     33,853,440    34,058,239       204,800   7 NTFS / exFAT / HPFS
/dev/mapper/isw_hhjjbchgb_Volume03         34,058,240   273,946,623   239,888,384   7 NTFS / exFAT / HPFS


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/mapper/isw_hhjjbchgb_Volume0p1 E27C17627C173131                       ntfs       Recovery
/dev/mapper/isw_hhjjbchgb_Volume0p2 EA62718B62715D6F                       ntfs       System Reserved
/dev/mapper/isw_hhjjbchgb_Volume0p3 CE8271F88271E4FD                       ntfs       
/dev/sda                                                isw_raid_member 
/dev/sdb                                                isw_raid_member 
/dev/sdc1        6B96-392C                              vfat       

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
isw_hhjjbchgb_Volume0
isw_hhjjbchgb_Volume0p1
isw_hhjjbchgb_Volume0p2
isw_hhjjbchgb_Volume0p3

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdc1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sdc1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------

if loadfont /boot/grub/font.pf2 ; then
    set gfxmode=auto
    insmod efi_gop
    insmod efi_uga
    insmod gfxterm
    terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Try Ubuntu without installing" {
    set gfxpayload=keep
    linux    /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
    initrd    /casper/initrd.lz
}
menuentry "Install Ubuntu" {
    set gfxpayload=keep
    linux    /casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
    initrd    /casper/initrd.lz
}
menuentry "Check disc for defects" {
    set gfxpayload=keep
    linux    /casper/vmlinuz  boot=casper integrity-check quiet splash --
    initrd    /casper/initrd.lz
}
--------------------------------------------------------------------------------

========================= sdc1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

=================== sdc1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/grub.cfg                             1

================= sdc1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             ldlinux.sys                                    1
            ?? = ??             syslinux/gfxboot.c32                           1
            ?? = ??             syslinux/syslinux.cfg                          1
            ?? = ??             syslinux/vesamenu.c32                          1

============== sdc1: Version of COM32(R) files used by Syslinux: ===============

 syslinux/gfxboot.c32               :  COM32R module (v4.xx)
 syslinux/vesamenu.c32              :  COM32R module (v4.xx)

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on isw_hhjjbchgb_Volume01


Unknown BootLoader on isw_hhjjbchgb_Volume02


Unknown BootLoader on isw_hhjjbchgb_Volume03



========= Devices which don't seem to have a corresponding hard drive: =========

sdd sde 

=============================== StdErr Messages: ===============================

unlzma: Decoder error
hexdump: /dev/mapper/isw_hhjjbchgb_Volume01: No such file or directory
hexdump: /dev/mapper/isw_hhjjbchgb_Volume01: No such file or directory
hexdump: /dev/mapper/isw_hhjjbchgb_Volume02: No such file or directory
hexdump: /dev/mapper/isw_hhjjbchgb_Volume02: No such file or directory
hexdump: /dev/mapper/isw_hhjjbchgb_Volume03: No such file or directory
hexdump: /dev/mapper/isw_hhjjbchgb_Volume03: No such file or directory

ADDITIONAL INFORMATION :
**************** log of boot-repair 2011-09-27__20h50 ****************
boot-repair version : 3-0ppa7~natty
clean-ubiquity-common version : 3-0ppa6~natty
internet: connected
boot-repair-common version : 3.0-0ppa7~natty
/usr/share/clean/cleancommon-gui.sh: ligne 235 : type: mdadm : non trouvé
LVM2 package needed
Lecture des listes de paquets...
Construction de l'arbre des dépendances...
Lecture des informations d'état...
dmraid est déjà la plus récente version disponible.
Paquets suggérés :
procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin
dovecot-common resolvconf postfix-cdb
Paquets recommandés :
default-mta mail-transport-agent
Les NOUVEAUX paquets suivants seront installés :
mdadm postfix
0 mis à jour, 2 nouvellement installés, 0 à enlever et 240 non mis à jour.
Il est nécessaire de prendre 1 581 ko dans les archives.
Après cette opération, 4 653 ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ natty-updates/main mdadm amd64 3.1.4-1+8efb9d1ubuntu4.1 [304 kB]
Réception de : 2 http://security.ubuntu.com/ubuntu/ natty-security/main postfix amd64 2.8.2-1ubuntu2.1 [1 277 kB]
dpkg-preconfigure: impossible de réouvrir stdin :
1 581 ko réceptionnés en 2s (750 ko/s)
Sélection du paquet mdadm précédemment désélectionné.
(Lecture de la base de données... 131021 fichiers et répertoires déjà installés.)
Dépaquetage de mdadm (à partir de .../mdadm_3.1.4-1+8efb9d1ubuntu4.1_amd64.deb) ...
Sélection du paquet postfix précédemment désélectionné.
Dépaquetage de postfix (à partir de .../postfix_2.8.2-1ubuntu2.1_amd64.deb) ...
[?1049h[1;24r[4l(B[m[37m[40m[1;24r[H[2J[1;1H[35m[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K[1;1H[33m[42mOutil de configuration des paquets[2;2H[34m[40m┌─────────────────────────┤[37m [31mPostfix[37m [31mConfiguration[37m [34m├─────────────────────────┐[3;2H│[75C│[4;2H│[37m [36m[42mVeuillez choisir la configuration type de votre serveur de messagerie la   [5;2H[34m[40m│[37m [36m[42mplus adaptée à vos besoins.                                                [6;2H[34m[40m│[37m [36m[42m                                                                           [7;2H[34m[40m│[37m [36m[42m Pas de configuration :                                                    [8;2H[34m[40m│[37m [36m[42m  Devrait être choisi pour laisser la configuration actuelle inchangée.    [9;2H[34m[40m│[37m [36m[42m Site Internet :                                                           [10;2H[34m[40m│[37m [36m[42m  L'envoi et la réception s'effectuent directement en SMTP.                [11;2H[34m[40m│[37m [36m[42m Site Internet avec un smarthost :                                         [12;2H[34m[40m│[37m [36m[42m  Les messages sont reçus directement en SMTP ou grâce à un utilitaire     [13;2H[34m[40m│[37m [36m[42mcomme fechtmail. Les messages sortants sont envoyés en utilisant un        [14;2H[34m[40m│[37m [36m[42msmarthost.                                                                 [15;2H[34m[40m│[37m [36m[42m Système satellite :                                                       [16;2H[34m[40m│[37m [36m[42m  Tous les messages sont envoyés vers une autre machine, nommée un         [17;2H[34m[40m│[37m [36m[42msmarthost.                                                                 [18;2H[34m[40m│[37m [36m[42mLocal uniquement :                                                         [19;2H[34m[40m│[20;2H│[34C[36m[43m<Ok>[21;2H[34m[40m│[75C│[22;2H└───────────────────────────────────────────────────────────────────────────┘[23;3H[4;4HFailed to open terminal.debconf: whiptail output the above errors, giving up!
Use of uninitialized value $ret in scalar chomp at /usr/share/perl5/Debconf/Client/ConfModule.pm line 132, <STDIN> line 5.
Use of uninitialized value $ret in split at /usr/share/perl5/Debconf/Client/ConfModule.pm line 133, <STDIN> line 5.
Use of uninitialized value $ret[0] in string eq at /usr/share/perl5/Debconf/Client/ConfModule.pm line 134, <STDIN> line 5.
dpkg : erreur de traitement de /var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_amd64.deb (--unpack) :
le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 9
Traitement des actions différées (« triggers ») pour « ureadahead »...
Traitement des actions différées (« triggers ») pour « doc-base »...
Processing 34 changed 6 added doc-base file(s)...
Registering documents with scrollkeeper...
Traitement des actions différées (« triggers ») pour « man-db »...
Des erreurs ont été rencontrées pendant l'exécution :
/var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
RAIDBKID /dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/mapper/isw_hhjjbchgb_Volume0p1: LABEL="Recovery" UUID="E27C17627C173131" TYPE="ntfs"
/dev/mapper/isw_hhjjbchgb_Volume0p2: LABEL="System Reserved" UUID="EA62718B62715D6F" TYPE="ntfs"
/dev/mapper/isw_hhjjbchgb_Volume0p3: UUID="CE8271F88271E4FD" TYPE="ntfs"
/dev/sdc1: UUID="6B96-392C" TYPE="vfat"
RAID set "isw_hhjjbchgb_Volume0" already active
RAID set "isw_hhjjbchgb_Volume0p1" already active
RAID set "isw_hhjjbchgb_Volume0p2" already active
RAID set "isw_hhjjbchgb_Volume0p3" already active
DMRAID isw_hhjjbchgb_Volume0
Scanning MDRaid Partitions
mdadm: No arrays found in config file or automatically
MD_ARRAY
LIVESESSION is : yes
ls: impossible d'accéder à /sys/block/mapper/isw_hhjjbchgb_Volume0/: Aucun fichier ou dossier de ce type
BYTES_BEFORE_PART[1] (mapper/isw_hhjjbchgb_Volume0) = 2048 sectors * 512 bytes = 1048576 bytes.
OSPROBER: /dev/mapper/isw_hhjjbchgb_Volume0p1:Windows Recovery Environment (loader):Windows:chain
/dev/mapper/isw_hhjjbchgb_Volume0p2:Windows 7 (loader):Windows1:chain
BLKID: /dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/mapper/isw_hhjjbchgb_Volume0p1: LABEL="Recovery" UUID="E27C17627C173131" TYPE="ntfs"
/dev/mapper/isw_hhjjbchgb_Volume0p2: LABEL="System Reserved" UUID="EA62718B62715D6F" TYPE="ntfs"
/dev/mapper/isw_hhjjbchgb_Volume0p3: UUID="CE8271F88271E4FD" TYPE="ntfs"
/dev/sdc1: UUID="6B96-392C" TYPE="vfat"
mapper/isw_hhjjbchgb_Volume0p1 contains Windows Recovery Environment (windows)
mapper/isw_hhjjbchgb_Volume0p2 contains Windows 7 (windows)
1 disks with OS, 2 OS : 0 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
Total of 2 OS detected on mapper/isw_hhjjbchgb_Volume0 disk.
mapper/isw_hhjjbchgb_Volume0 contains minimum one OS
Disk /dev/sdb doesn't contain a valid partition table
FDISK
Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1d814dd9

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    33853439    16925696   27  Unknown
/dev/sda2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/sda3        34058240   273946623   119944192    7  HPFS/NTFS

Disk /dev/sdb: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/dm-0: 256.1 GB, 256066715648 bytes
255 heads, 63 sectors/track, 31131 cylinders, total 500130304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x1d814dd9

Device Boot      Start         End      Blocks   Id  System
/dev/dm-0p1            2048    33853439    16925696   27  Unknown
/dev/dm-0p2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/dm-0p3        34058240   273946623   119944192    7  HPFS/NTFS

Disk /dev/dm-1: 17.3 GB, 17331912704 bytes
255 heads, 63 sectors/track, 2107 cylinders, total 33851392 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-1p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-1p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-1p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-1p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/dm-2: 104 MB, 104857600 bytes
255 heads, 63 sectors/track, 12 cylinders, total 204800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-2p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(335, 10, 2) logical=(120527, 49, 53)
Partition 1 has different physical/logical endings:
phys=(327, 84, 13) logical=(234813, 237, 34)
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-2p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(119380, 132, 62)
Partition 2 has different physical/logical endings:
phys=(256, 101, 36) logical=(153270, 41, 37)
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-2p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(364, 116, 50) logical=(113201, 29, 24)
Partition 3 has different physical/logical endings:
phys=(372, 65, 44) logical=(147074, 114, 59)
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-2p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 101, 51) logical=(177063, 118, 26)
Partition 4 has different physical/logical endings:
phys=(269, 114, 52) logical=(177066, 225, 63)
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/dm-3: 122.8 GB, 122822852608 bytes
255 heads, 63 sectors/track, 14932 cylinders, total 239888384 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-3p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-3p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-3p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-3p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/sdc: 1007 MB, 1007157248 bytes
31 heads, 62 sectors/track, 1023 cylinders, total 1967104 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008c6fc

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *          62     1966205      983072    c  W95 FAT32 (LBA)
Partition 1 has different physical/logical endings:
phys=(1023, 30, 62) logical=(1022, 30, 62)

Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1d814dd9

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    33853439    16925696   27  Unknown
/dev/sda2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/sda3        34058240   273946623   119944192    7  HPFS/NTFS

Disk /dev/sdb: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/dm-0: 256.1 GB, 256066715648 bytes
255 heads, 63 sectors/track, 31131 cylinders, total 500130304 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x1d814dd9

Device Boot      Start         End      Blocks   Id  System
/dev/dm-0p1            2048    33853439    16925696   27  Unknown
/dev/dm-0p2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/dm-0p3        34058240   273946623   119944192    7  HPFS/NTFS

Disk /dev/dm-1: 17.3 GB, 17331912704 bytes
255 heads, 63 sectors/track, 2107 cylinders, total 33851392 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-1p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-1p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-1p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-1p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/dm-2: 104 MB, 104857600 bytes
255 heads, 63 sectors/track, 12 cylinders, total 204800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-2p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(335, 10, 2) logical=(120527, 49, 53)
Partition 1 has different physical/logical endings:
phys=(327, 84, 13) logical=(234813, 237, 34)
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-2p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(119380, 132, 62)
Partition 2 has different physical/logical endings:
phys=(256, 101, 36) logical=(153270, 41, 37)
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-2p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(364, 116, 50) logical=(113201, 29, 24)
Partition 3 has different physical/logical endings:
phys=(372, 65, 44) logical=(147074, 114, 59)
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-2p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 101, 51) logical=(177063, 118, 26)
Partition 4 has different physical/logical endings:
phys=(269, 114, 52) logical=(177066, 225, 63)
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/dm-3: 122.8 GB, 122822852608 bytes
255 heads, 63 sectors/track, 14932 cylinders, total 239888384 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6e697373

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot      Start         End      Blocks   Id  System
/dev/dm-3p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
Partition 1 does not end on cylinder boundary.
Partition 1 does not start on physical sector boundary.
/dev/dm-3p2   ?  1917848077  2462285169   272218546+  73  Unknown
Partition 2 does not end on cylinder boundary.
Partition 2 does not start on physical sector boundary.
/dev/dm-3p3   ?  1818575915  2362751050   272087568   2b  Unknown
Partition 3 does not end on cylinder boundary.
Partition 3 does not start on physical sector boundary.
/dev/dm-3p4   ?  2844524554  2844579527       27487   61  SpeedStor
Partition 4 does not end on cylinder boundary.
Partition 4 does not start on physical sector boundary.

Partition table entries are not in disk order

Disk /dev/sdc: 1007 MB, 1007157248 bytes
31 heads, 62 sectors/track, 1023 cylinders, total 1967104 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008c6fc

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *          62     1966205      983072    c  W95 FAT32 (LBA)
Partition 1 has different physical/logical endings:
phys=(1023, 30, 62) logical=(1022, 30, 62)
mapper/isw_hhjjbchgb_Volume0p1 : mapper/isw_hhjjbchgb_Volume0, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/mapper/isw_hhjjbchgb_Volume0p1, with-os, no-gpt, no-fstab.
mapper/isw_hhjjbchgb_Volume0p2 : mapper/isw_hhjjbchgb_Volume0, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/mapper/isw_hhjjbchgb_Volume0p2, with-os, no-gpt, no-fstab.
mapper/isw_hhjjbchgb_Volume0p3 : mapper/isw_hhjjbchgb_Volume0, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/mapper/isw_hhjjbchgb_Volume0p3, no-os, no-gpt, no-fstab.
PARTED: 
                                                                          
Error: Can't have a partition outside the disk!


                                                                          
Error: /dev/sdb: unrecognised disk label

Model: Kingston DataTraveler 2.0 (scsi)
Disk /dev/sdc: 1007MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      31.7kB  1007MB  1007MB  primary  fat32        boot, lba


Model: Linux device-mapper (striped) (dm)
Disk /dev/mapper/isw_hhjjbchgb_Volume0: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      1049kB  17.3GB  17.3GB  primary  ntfs         diag
2      17.3GB  17.4GB  105MB   primary  ntfs         boot
3      17.4GB  140GB   123GB   primary  ntfs
MOUNT aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
/dev/sdc1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
/dev/dm-1 on /mnt/clean/mapper/isw_hhjjbchgb_Volume0p1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/dm-2 on /mnt/clean/mapper/isw_hhjjbchgb_Volume0p2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/dm-3 on /mnt/clean/mapper/isw_hhjjbchgb_Volume0p3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/sys/block/dm-0:  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-1:  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-2:  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/dm-3:  alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda:  alignment_offset bdi capability dev device discard_alignment ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sdb:  alignment_offset bdi capability dev device discard_alignment ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sdc:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent
/sys/block/sdd:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sde:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr0:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev:  agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dm-0 dm-1 dm-2 dm-3 dri dvd dvdrw ecryptfs fd full fuse hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem pktcdvd port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sdb sdc sdc1 sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout tpm0 uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 v4l vga_arbiter video0 zero
/dev/mapper:  control isw_hhjjbchgb_Volume0 isw_hhjjbchgb_Volume0p1 isw_hhjjbchgb_Volume0p2 isw_hhjjbchgb_Volume0p3
Le disque /dev/sdb ne contient pas une table de partition valide
DF Sys. fich.    Type    Taille  Uti. Disp. Uti% Monté sur
aufs          aufs    3,9G   96M  3,8G   3% /
none      devtmpfs    3,9G  756K  3,9G   1% /dev
/dev/sdc1     vfat    959M  671M  288M  70% /cdrom
/dev/loop0
squashfs    638M  638M     0 100% /rofs
none         tmpfs    3,9G  112K  3,9G   1% /dev/shm
tmpfs        tmpfs    3,9G  1,1M  3,9G   1% /tmp
none         tmpfs    3,9G   96K  3,9G   1% /var/run
none         tmpfs    3,9G     0  3,9G   0% /var/lock
/dev/dm-1  fuseblk     17G   16G  1,2G  94% /mnt/clean/mapper/isw_hhjjbchgb_Volume0p1
/dev/dm-2  fuseblk    100M   25M   76M  25% /mnt/clean/mapper/isw_hhjjbchgb_Volume0p2
/dev/dm-3  fuseblk    115G   52G   64G  45% /mnt/clean/mapper/isw_hhjjbchgb_Volume0p3
FDISK
Disque /dev/sda: 128.0 Go, 128035676160 octets
255 têtes, 63 secteurs/piste, 15566 cylindres, total 250069680 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x1d814dd9

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1            2048    33853439    16925696   27  Inconnu
/dev/sda2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/sda3        34058240   273946623   119944192    7  HPFS/NTFS

Disque /dev/sdb: 128.0 Go, 128035676160 octets
255 têtes, 63 secteurs/piste, 15566 cylindres, total 250069680 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x00000000


Disque /dev/dm-0: 256.1 Go, 256066715648 octets
255 têtes, 63 secteurs/piste, 31131 cylindres, total 500130304 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Identifiant de disque : 0x1d814dd9

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/dm-0p1            2048    33853439    16925696   27  Inconnu
/dev/dm-0p2   *    33853440    34058239      102400    7  HPFS/NTFS
/dev/dm-0p3        34058240   273946623   119944192    7  HPFS/NTFS

Disque /dev/dm-1: 17.3 Go, 17331912704 octets
255 têtes, 63 secteurs/piste, 2107 cylindres, total 33851392 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Identifiant de disque : 0x6e697373

Cela ne ressemble pas à une table de partition.
Vous avez probablement sélectionné le mauvais périphérique.

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/dm-1p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
La partition 1 ne se termine pas sur une frontière de cylindre.
Partition 1 does not start on physical sector boundary.
/dev/dm-1p2   ?  1917848077  2462285169   272218546+  73  Inconnu
La partition 2 ne se termine pas sur une frontière de cylindre.
Partition 2 does not start on physical sector boundary.
/dev/dm-1p3   ?  1818575915  2362751050   272087568   2b  Inconnu
La partition 3 ne se termine pas sur une frontière de cylindre.
Partition 3 does not start on physical sector boundary.
/dev/dm-1p4   ?  2844524554  2844579527       27487   61  SpeedStor
La partition 4 ne se termine pas sur une frontière de cylindre.
Partition 4 does not start on physical sector boundary.

Les entrées de la table de partitions ne sont pas dans l'ordre du disque

Disque /dev/dm-2: 104 Mo, 104857600 octets
255 têtes, 63 secteurs/piste, 12 cylindres, total 204800 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Identifiant de disque : 0x6e697373

Cela ne ressemble pas à une table de partition.
Vous avez probablement sélectionné le mauvais périphérique.

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/dm-2p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
La partition 1 a des débuts physique/logique différents (non Linux?):
phys=(335, 10, 2) logique=(120527, 49, 53)
La partition 1 a des fins physique/logique différentes:
phys=(327, 84, 13) logique=(234813, 237, 34)
La partition 1 ne se termine pas sur une frontière de cylindre.
Partition 1 does not start on physical sector boundary.
/dev/dm-2p2   ?  1917848077  2462285169   272218546+  73  Inconnu
La partition 2 a des débuts physique/logique différents (non Linux?):
phys=(371, 114, 37) logique=(119380, 132, 62)
La partition 2 a des fins physique/logique différentes:
phys=(256, 101, 36) logique=(153270, 41, 37)
La partition 2 ne se termine pas sur une frontière de cylindre.
Partition 2 does not start on physical sector boundary.
/dev/dm-2p3   ?  1818575915  2362751050   272087568   2b  Inconnu
La partition 3 a des débuts physique/logique différents (non Linux?):
phys=(364, 116, 50) logique=(113201, 29, 24)
La partition 3 a des fins physique/logique différentes:
phys=(372, 65, 44) logique=(147074, 114, 59)
La partition 3 ne se termine pas sur une frontière de cylindre.
Partition 3 does not start on physical sector boundary.
/dev/dm-2p4   ?  2844524554  2844579527       27487   61  SpeedStor
La partition 4 a des débuts physique/logique différents (non Linux?):
phys=(372, 101, 51) logique=(177063, 118, 26)
La partition 4 a des fins physique/logique différentes:
phys=(269, 114, 52) logique=(177066, 225, 63)
La partition 4 ne se termine pas sur une frontière de cylindre.
Partition 4 does not start on physical sector boundary.

Les entrées de la table de partitions ne sont pas dans l'ordre du disque

Disque /dev/dm-3: 122.8 Go, 122822852608 octets
255 têtes, 63 secteurs/piste, 14932 cylindres, total 239888384 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Identifiant de disque : 0x6e697373

Cela ne ressemble pas à une table de partition.
Vous avez probablement sélectionné le mauvais périphérique.

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/dm-3p1   ?  1936269394  3772285809   918008208   4f  QNX4.x 3rd part
La partition 1 ne se termine pas sur une frontière de cylindre.
Partition 1 does not start on physical sector boundary.
/dev/dm-3p2   ?  1917848077  2462285169   272218546+  73  Inconnu
La partition 2 ne se termine pas sur une frontière de cylindre.
Partition 2 does not start on physical sector boundary.
/dev/dm-3p3   ?  1818575915  2362751050   272087568   2b  Inconnu
La partition 3 ne se termine pas sur une frontière de cylindre.
Partition 3 does not start on physical sector boundary.
/dev/dm-3p4   ?  2844524554  2844579527       27487   61  SpeedStor
La partition 4 ne se termine pas sur une frontière de cylindre.
Partition 4 does not start on physical sector boundary.

Les entrées de la table de partitions ne sont pas dans l'ordre du disque

Disque /dev/sdc: 1007 Mo, 1007157248 octets
31 têtes, 62 secteurs/piste, 1023 cylindres, total 1967104 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x0008c6fc

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sdc1   *          62     1966205      983072    c  W95 FAT32 (LBA)
La partition 1 a des fins physique/logique différentes:
phys=(1023, 30, 62) logique=(1022, 30, 62)
Logs saved into /mnt/clean/mapper/isw_hhjjbchgb_Volume0p1/clean/log/2011-09-27__20h50boot-repair37
Logs saved into /mnt/clean/mapper/isw_hhjjbchgb_Volume0p2/clean/log/2011-09-27__20h50boot-repair37
combobox_ostoboot_bydefault_fillin
combobox_separateboot_fillin
************************Before mainwindow appear
PURGE_POSSIBLE  PART_TO_REINSTALL_GRUB_PURGE  ()
FSCK_ACTION yes PASTEBIN_ACTION no
REINSTALL_POSSIBLE no MBR_ACTION restore UNHIDEBOOT_ACTION yes (10.s)
PART_TO_REINSTALL_GRUB  () FORCE_GRUB  NOFORCE_DISK  REMOVABLEDISK  UNCOMMENT_GFXMODE  ATA  ADD_KERNEL_OPTION  (acpi=off) MBR_TO_RESTORE  () USE_SEPARATEBOOTPART  (mapper/isw_hhjjbchgb_Volume0p3)  ()
/usr/share/clean/bootrepair.sh : ligne 56 :  4377 Complété              while true; do
done
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : mapper/isw_hhjjbchgb_Volume0p3
internet: connected
************************Before Repairing
PURGE_POSSIBLE  PART_TO_REINSTALL_GRUB_PURGE  ()
FSCK_ACTION no PASTEBIN_ACTION yes
REINSTALL_POSSIBLE no MBR_ACTION nombraction UNHIDEBOOT_ACTION no (10.s)
PART_TO_REINSTALL_GRUB  () FORCE_GRUB  NOFORCE_DISK  REMOVABLEDISK  UNCOMMENT_GFXMODE  ATA  ADD_KERNEL_OPTION  (acpi=off) MBR_TO_RESTORE  () USE_SEPARATEBOOTPART  (mapper/isw_hhjjbchgb_Volume0p3)  ()
Freed space function

Je trouve que ça sens assez mauvais, il y aurait pas un magicien disponible ?

Hors ligne