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 19/08/2014, à 15:01

esquirou

[RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Bonjour,

Après la mise à niveau de la version 12.04 vers la version 14.04 (qui s'est globalement bien passée), Grub me donne comme avant les entrées du dual-boot : Ubuntu et Windows XP mais lorsque je clique sur Ubuntu, le message d'erreur suivant s'affiche : "file not found . Appuyer sur une touche pour continuer". En appuyant sur une touche, j'obtiens Ubuntun 14.04.
Serait-il possible de supprimer ce message d'erreur et d'aboutir directement sur Ubuntu 14.04 comme cela se passait avec Ubuntu 12.04 ?  Merci pour votre aide.

Dernière modification par esquirou (Le 20/08/2014, à 15:24)

Hors ligne

#2 Le 19/08/2014, à 16:31

malbo

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Depuis ta session du Ubuntu installé sur disque dur, je te prie de faire un Boot-Info en suivant cette procédure simplifiée : http://forum.ubuntu-fr.org/viewtopic.ph … #p16690381
Tu posteras l'URL du Boot-Info dans ta réponse. Je vérifierai s'il n'y a pas une anomalie visible dans ce Boot-Info qui puisse expliquer le symptôme que tu as décrit.

Hors ligne

#3 Le 19/08/2014, à 17:11

esquirou

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Merci pour ta réponse rapide. Je n'ai pas trouvé Boot-repair dans la logithèque ubuntu mais un logiciel équivalent boot-info-script. Je te transmets le résultat :

                  Boot Info Script 0.61      [1 April 2012]


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

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    for (,msdos2)/boot/grub on this drive.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows XP: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /grub/grub.cfg /boot.ini /ntldr /NTDETECT.COM
                       /grub/core.img

sda2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System:  Ubuntu 14.04.1 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda3: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:       

sda6: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  -
    Boot sector info:  According to the info in the boot sector, sda6 starts
                       at sector 63. But according to the info from fdisk,
                       sda6 starts at sector 908331228. "63" and "2048" are
                       quite common values for the starting sector of a
                       logical partition and they only need to be fixed when
                       you want to boot Windows from a logical partition.
    Operating System: 
    Boot files:       

sda7: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 têtes, 63 secteurs/piste, 121601 cylindres, total 1953525168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                  63   454,385,663   454,385,601   7 NTFS / exFAT / HPFS
/dev/sda2    *    454,385,664   482,419,088    28,033,425  83 Linux
/dev/sda3         488,531,968 1,233,813,503   745,281,536   f W95 Extended (LBA)
/dev/sda5         488,536,713   908,328,959   419,792,247  83 Linux
/dev/sda6         908,331,228 1,224,201,194   315,869,967   b W95 FAT32
/dev/sda7       1,224,201,258 1,233,812,521     9,611,264  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        10108A1E108A0B44                       ntfs       
/dev/sda2        cd20a6c6-6cc1-44f8-a31e-06488c83f53d   ext4       
/dev/sda5        80f0efa1-9d20-41d8-90dd-4711bf648af8   ext4       
/dev/sda6        4072-F850                              vfat       
/dev/sda7        b9931fb6-2a5a-4a2a-b776-5503f622d153   swap       

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

Device           Mount_Point              Type       Options

/dev/sda2        /                        ext4       (rw,errors=remount-ro)
/dev/sda5        /home                    ext4       (rw)


============================= sda1/grub/grub.cfg: ==============================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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 recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 0fad4751-d30a-4208-b6c9-aa39e0870ead
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ntfs
set root='(hd1,1)'
search --no-floppy --fs-uuid --set 10108a1e108a0b44
set locale_dir=($root)/grub/locale
set lang=fr
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### 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 ###
--------------------------------------------------------------------------------

================================ sda1/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP dition familiale" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


=========================== sda2/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# 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
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
else
  search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
        set vt_handoff=vt.handoff=7
    else
        set vt_handoff=
    fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
    recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-3.13.0-34-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
    menuentry 'Ubuntu, avec Linux 3.13.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.13.0-34-generic
'
        linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.13.0-34-generic
    }
    menuentry 'Ubuntu, with Linux 3.13.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-recovery-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.13.0-34-generic
'
        linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro recovery nomodeset
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.13.0-34-generic
    }
    menuentry 'Ubuntu, avec Linux 3.2.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.2.0-67-generic
'
        linux    /boot/vmlinuz-3.2.0-67-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.2.0-67-generic
    }
    menuentry 'Ubuntu, with Linux 3.2.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-recovery-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.2.0-67-generic
'
        linux    /boot/vmlinuz-3.2.0-67-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro recovery nomodeset
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.2.0-67-generic
    }
}

### 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,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    knetbsd    /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows NT/2000/XP (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-10108A1E108A0B44' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  10108A1E108A0B44
    else
      search --no-floppy --fs-uuid --set=root 10108A1E108A0B44
    fi
    parttool ${root} hidden-
    drivemap -s (hd0) ${root}
    chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda2/etc/fstab: ================================

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

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sdb2 during installation
UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda1 during installation
UUID=80f0efa1-9d20-41d8-90dd-4711bf648af8 /home           ext4    defaults        0       2

# swap was on /dev/sda5 during installation
UUID=b9931fb6-2a5a-4a2a-b776-5503f622d153 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

xz : (stdin): Les données compressées sont corrompues
cat: /tmp/BootInfo-aKgzS7CY/Tmp_Log: Aucun fichier ou dossier de ce type
cat: /tmp/BootInfo-aKgzS7CY/Tmp_Log: Aucun fichier ou dossier de ce type

Hors ligne

#4 Le 19/08/2014, à 17:29

malbo

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Je t'ai demandé de suivre cette procédure : http://forum.ubuntu-fr.org/viewtopic.ph … #p16690381
Elle ne parle pas de logithèque. Suis cette procédure, fais le Boot-Info que je te demande et poste l'URL du Boot-Info

Hors ligne

#5 Le 19/08/2014, à 18:22

esquirou

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

J'ai bien suivi la procédure et installé boot-repair mais après l'exécution, je n'ai aucune adresse URL et seulement un fichier qui s'affiche dans gedit et dont je te transmets le contenu :

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


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

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    for (,msdos2)/boot/grub on this drive.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 2000/XP: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System:  Ubuntu 14.04.1 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda3: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:

sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:       

sda6: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  -
    Boot sector info:  According to the info in the boot sector, sda6 starts
                       at sector 63. But according to the info from fdisk,
                       sda6 starts at sector 908331228. "63" and "2048" are
                       quite common values for the starting sector of a
                       logical partition and they only need to be fixed when
                       you want to boot Windows from a logical partition.
    Operating System: 
    Boot files:       

sda7: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                  63   454,385,663   454,385,601   7 NTFS / exFAT / HPFS
/dev/sda2    *    454,385,664   482,419,088    28,033,425  83 Linux
/dev/sda3         488,531,968 1,233,813,503   745,281,536   f W95 Extended (LBA)
/dev/sda5         488,536,713   908,328,959   419,792,247  83 Linux
/dev/sda6         908,331,228 1,224,201,194   315,869,967   b W95 FAT32
/dev/sda7       1,224,201,258 1,233,812,521     9,611,264  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        10108A1E108A0B44                       ntfs       
/dev/sda2        cd20a6c6-6cc1-44f8-a31e-06488c83f53d   ext4       
/dev/sda5        80f0efa1-9d20-41d8-90dd-4711bf648af8   ext4       
/dev/sda6        4072-F850                              vfat       
/dev/sda7        b9931fb6-2a5a-4a2a-b776-5503f622d153   swap       

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

Device           Mount_Point              Type       Options

/dev/sda2        /                        ext4       (rw,errors=remount-ro)
/dev/sda5        /home                    ext4       (rw)


================================ sda1/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP dition familiale" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

=========================== sda2/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# 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
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
else
  search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
        set vt_handoff=vt.handoff=7
    else
        set vt_handoff=
    fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
    recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
    initrd    /boot/initrd.img-3.13.0-34-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
    menuentry 'Ubuntu, avec Linux 3.13.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.13.0-34-generic
'
        linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.13.0-34-generic
    }
    menuentry 'Ubuntu, with Linux 3.13.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-34-generic-recovery-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.13.0-34-generic
'
        linux    /boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro recovery nomodeset
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.13.0-34-generic
    }
    menuentry 'Ubuntu, avec Linux 3.2.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-advanced-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.2.0-67-generic
'
        linux    /boot/vmlinuz-3.2.0-67-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro  quiet splash $vt_handoff
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.2.0-67-generic
    }
    menuentry 'Ubuntu, with Linux 3.2.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-recovery-cd20a6c6-6cc1-44f8-a31e-06488c83f53d' {
        recordfail
        load_video
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        else
          search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
        fi
        echo    'Chargement de Linux 3.2.0-67-generic
'
        linux    /boot/vmlinuz-3.2.0-67-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro recovery nomodeset
        echo    'Chargement du disque mémoire initial
'
        initrd    /boot/initrd.img-3.2.0-67-generic
    }
}

### 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,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    knetbsd    /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    else
      search --no-floppy --fs-uuid --set=root cd20a6c6-6cc1-44f8-a31e-06488c83f53d
    fi
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows NT/2000/XP (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-10108A1E108A0B44' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  10108A1E108A0B44
    else
      search --no-floppy --fs-uuid --set=root 10108A1E108A0B44
    fi
    parttool ${root} hidden-
    drivemap -s (hd0) ${root}
    chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda2/etc/fstab: ================================

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

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sdb2 during installation
UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda1 during installation
UUID=80f0efa1-9d20-41d8-90dd-4711bf648af8 /home           ext4    defaults        0       2

# swap was on /dev/sda5 during installation
UUID=b9931fb6-2a5a-4a2a-b776-5503f622d153 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


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

cat: /tmp/BootInfo-z3C6brSH/Tmp_Log: No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-08-19__18h17 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in installed-session (Ubuntu 14.04.1 LTS, trusty, Ubuntu, i686)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic root=UUID=cd20a6c6-6cc1-44f8-a31e-06488c83f53d ro quiet splash

=================== os-prober:
/dev/sda2:L'OS actuellement utilisé - Ubuntu 14.04.1 LTS CurrentSession:linux
/dev/sda1:Windows NT/2000/XP:Windows:chain

=================== blkid:
/dev/sda1: UUID="10108A1E108A0B44" TYPE="ntfs"
/dev/sda2: UUID="cd20a6c6-6cc1-44f8-a31e-06488c83f53d" TYPE="ext4"
/dev/sda5: UUID="80f0efa1-9d20-41d8-90dd-4711bf648af8" TYPE="ext4"
/dev/sda6: UUID="4072-F850" TYPE="vfat"
/dev/sda7: UUID="b9931fb6-2a5a-4a2a-b776-5503f622d153" TYPE="swap"


1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.

Avertissement : la partition étendue ne commence pas sur une frontiÚre de
cylindres. DOS et Linux interpréteront les contenus différemment.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 août  17 10:06 grub.d
total 76
-rwxr-xr-x 1 root root  9424 mai   15 21:01 00_header
-rwxr-xr-x 1 root root  6058 mai    8 14:08 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15 21:01 10_linux
-rwxr-xr-x 1 root root 10412 mai   15 21:01 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 13:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 mai   15 21:01 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15 21:01 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 13  2010 40_custom
-rwxr-xr-x 1 root root   216 mai   15 21:01 41_custom
-rw-r--r-- 1 root root   483 avril 13  2010 README




=================== /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_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
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"



=================== UEFI/Legacy mode:
This installed-session is not EFI-compatible.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda2    : sda,    not-sepboot,    grubenv-ok    grub2,    grub-pc ,    update-grub,    32,    with-boot,    is-os,    not--efi--part,    fstab-without-boot,    fstab-without-efi,    no-nt,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    apt-get,    grub-install,    with--usr,    fstab-without-usr,    not-sep-usr,    standard,    farbios,    .
sda1    : sda,    not-sepboot,    no-grubenv    nogrub,    no-docgrub,    no-update-grub,    32,    no-boot,    is-os,    not--efi--part,    part-has-no-fstab,    part-has-no-fstab,    ntldr,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    nopakmgr,    nogrubinstall,    no---usr,    part-has-no-fstab,    not-sep-usr,    standard,    farbios,    /mnt/boot-sav/sda1.
sda5    : sda,    maybesepboot,    no-grubenv    nogrub,    no-docgrub,    no-update-grub,    32,    no-boot,    no-os,    not--efi--part,    part-has-no-fstab,    part-has-no-fstab,    no-nt,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    nopakmgr,    nogrubinstall,    no---usr,    part-has-no-fstab,    not-sep-usr,    standard,    farbios,    /home.
sda6    : sda,    not-sepboot,    no-grubenv    nogrub,    no-docgrub,    no-update-grub,    32,    no-boot,    no-os,    not--efi--part,    part-has-no-fstab,    part-has-no-fstab,    no-nt,    no-winload,    no-recov-nor-hid,    no-bmgr,    notwinboot,    nopakmgr,    nogrubinstall,    no---usr,    part-has-no-fstab,    not-sep-usr,    standard,    farbios,    /mnt/boot-sav/sda6.

sda    : not-GPT,    BIOSboot-not-needed,    has-no-EFIpart,     not-usb,    has-os,    63 sectors * 512 bytes


=================== parted -l:

Model: ATA ST1000DM003-1CH1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size    Type      File system     Flags
1      32.3kB  233GB  233GB   primary   ntfs
2      233GB   247GB  14.4GB  primary   ext4            boot
3      250GB   632GB  382GB   extended                  lba
5      250GB   465GB  215GB   logical   ext4
6      465GB   627GB  162GB   logical   fat32
7      627GB   632GB  4921MB  logical   linux-swap(v1)

=================== parted -lm:

BYT;
/dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000DM003-1CH1;
1:32.3kB:233GB:233GB:ntfs::;
2:233GB:247GB:14.4GB:ext4::boot;
3:250GB:632GB:382GB:::lba;
5:250GB:465GB:215GB:ext4::;
6:465GB:627GB:162GB:fat32::;
7:627GB:632GB:4921MB:linux-swap(v1)::;


=================== mount:
/dev/sda2 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/sda5 on /home type ext4 (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=guy)
gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type vfat (rw)


=================== ls:
/sys/block/fd0 (filtered):  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/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  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 (filtered):  autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk ecryptfs fd fd0 full fuse fw0 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null nvidia0 nvidiactl parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sda7 serial sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda1
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00  |........?...?...|
00000020  00 00 00 00 80 00 80 00  b8 5f 15 1b 00 00 00 00  |........._......|
00000030  00 00 0c 00 00 00 00 00  65 5c 99 00 00 00 00 00  |........e......|
00000040  f6 00 00 00 01 00 00 00  44 0b 8a 10 1e 8a 10 10  |........D.......|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb b8 c0 07  |.....3.....|....|
00000060  8e d8 e8 16 00 b8 00 0d  8e c0 33 db c6 06 0e 00  |..........3.....|
00000070  10 e8 53 00 68 00 0d 68  6a 02 cb 8a 16 24 00 b4  |..S.h..hj....$..|
00000080  08 cd 13 73 05 b9 ff ff  8a f1 66 0f b6 c6 40 66  |...s......f...@f|
00000090  0f b6 d1 80 e2 3f f7 e2  86 cd c0 ed 06 41 66 0f  |.....?.......Af.|
000000a0  b7 c9 66 f7 e1 66 a3 20  00 c3 b4 41 bb aa 55 8a  |..f..f. ...A..U.|
000000b0  16 24 00 cd 13 72 0f 81  fb 55 aa 75 09 f6 c1 01  |.$...r...U.u....|
000000c0  74 04 fe 06 14 00 c3 66  60 1e 06 66 a1 10 00 66  |t......f`..f...f|
000000d0  03 06 1c 00 66 3b 06 20  00 0f 82 3a 00 1e 66 6a  |....f;. ...:..fj|
000000e0  00 66 50 06 53 66 68 10  00 01 00 80 3e 14 00 00  |.fP.Sfh.....>...|
000000f0  0f 85 0c 00 e8 b3 ff 80  3e 14 00 00 0f 84 61 00  |........>.....a.|
00000100  b4 42 8a 16 24 00 16 1f  8b f4 cd 13 66 58 5b 07  |.B..$.......fX[.|
00000110  66 58 66 58 1f eb 2d 66  33 d2 66 0f b7 0e 18 00  |fXfX..-f3.f.....|
00000120  66 f7 f1 fe c2 8a ca 66  8b d0 66 c1 ea 10 f7 36  |f......f..f....6|
00000130  1a 00 86 d6 8a 16 24 00  8a e8 c0 e4 06 0a cc b8  |......$.........|
00000140  01 02 cd 13 0f 82 19 00  8c c0 05 20 00 8e c0 66  |........... ...f|
00000150  ff 06 10 00 ff 0e 0e 00  0f 85 6f ff 07 1f 66 61  |..........o...fa|
00000160  c3 a0 f8 01 e8 09 00 a0  fb 01 e8 03 00 fb eb fe  |................|
00000170  b4 01 8b f0 ac 3c 00 74  09 b4 0e bb 07 00 cd 10  |.....<.t........|
00000180  eb f2 c3 0d 0a 45 72 72  2e 20 6c 65 63 74 75 72  |.....Err. lectur|
00000190  65 20 64 69 73 71 75 65  00 0d 0a 4e 54 4c 44 52  |e disque...NTLDR|
000001a0  20 6d 61 6e 71 75 65 00  0d 0a 4e 54 4c 44 52 20  | manque...NTLDR |
000001b0  65 73 74 20 63 6f 6d 70  72 65 73 73 82 00 0d 0a  |est compress....|
000001c0  45 6e 74 72 65 7a 20 43  74 72 6c 2b 41 6c 74 2b  |Entrez Ctrl+Alt+|
000001d0  53 75 70 70 72 20 70 6f  75 72 20 72 65 64 82 6d  |Suppr pour red.m|
000001e0  61 72 72 65 72 0d 0a 00  0d 0a 00 00 00 00 00 00  |arrer...........|
000001f0  00 00 00 00 00 00 00 00  83 99 a8 be 00 00 55 aa  |..............U.|
00000200

=================== hexdump -n512 -C /dev/sda6
00000000  eb 58 90 4d 53 57 49 4e  34 2e 31 00 02 40 20 00  |.X.MSWIN4.1..@ .|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00  |........?...?...|
00000020  0f cb d3 12 a3 96 00 00  00 00 00 00 02 00 00 00  |................|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 50 f8 72 40 4e  4f 20 4e 41 4d 45 20 20  |..)P.r@NO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 0e 1f be 74 7e ac  |  FAT32   ...t~.|
00000060  22 c0 74 06 b4 0e cd 10  eb f5 b4 00 cd 16 b4 00  |".t.............|
00000070  cd 19 eb fe 54 68 69 73  20 70 61 72 74 69 74 69  |....This partiti|
00000080  6f 6e 20 64 6f 65 73 20  6e 6f 74 20 68 61 76 65  |on does not have|
00000090  20 61 6e 20 6f 70 65 72  61 74 69 6e 67 20 73 79  | an operating sy|
000000a0  73 74 65 6d 20 6c 6f 61  64 65 72 20 69 6e 73 74  |stem loader inst|
000000b0  61 6c 6c 65 64 20 6f 6e  20 69 74 2e 0a 0d 50 72  |alled on it...Pr|
000000c0  65 73 73 20 61 20 6b 65  79 20 74 6f 20 72 65 62  |ess a key to reb|
000000d0  6f 6f 74 2e 2e 2e 00 66  61 74 00 00 00 00 00 00  |oot....fat......|
000000e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda2      ext4       14G  8.3G  4.2G  67% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  994M   12K  994M   1% /dev
tmpfs          tmpfs     202M  1.5M  200M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs    1007M  544K 1007M   1% /run/shm
none           tmpfs     100M   40K  100M   1% /run/user
/dev/sda5      ext4      197G   18G  170G  10% /home
/dev/sda1      fuseblk   217G   51G  167G  24% /mnt/boot-sav/sda1
/dev/sda6      vfat      151G   27G  124G  18% /mnt/boot-sav/sda6

=================== fdisk -l:

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xe358415f

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63   454385663   227192800+   7  HPFS/NTFS/exFAT
Partition 1 does not start on physical sector boundary.
/dev/sda2   *   454385664   482419088    14016712+  83  Linux
/dev/sda3       488531968  1233813503   372640768    f  W95 Ext'd (LBA)
/dev/sda5       488536713   908328959   209896123+  83  Linux
Partition 5 does not start on physical sector boundary.
/dev/sda6       908331228  1224201194   157934983+   b  W95 FAT32
Partition 6 does not start on physical sector boundary.
/dev/sda7      1224201258  1233812521     4805632   82  Linux swap / Solaris
Partition 7 does not start on physical sector boundary.


=================== Final advice in case of recommended repair


Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 14.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer aprÚs avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)

=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda2 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



Aucun changement n'a été effectué sur cet ordinateur.

Hors ligne

#6 Le 20/08/2014, à 08:46

malbo

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Je ne vois pas d'anomalie dans ce Boot-Info.
Je te propose de passer la commande de mise à jour de Grub dans un terminal :

sudo update-grub

Puis de réinstaller le chargeur d'amorçage de Grub dans le MBR du disque dur en passant cette commande :

sudo grub-install /dev/sda

Pour vérification que l'emplacement du chargeur est correctement enregistrée dans Grub, je te prie de passer cette commande :

sudo debconf-show grub-pc

Tu colleras dans ta réponse le résultat de cette dernière commande

Hors ligne

#7 Le 20/08/2014, à 09:13

esquirou

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Merci. Voici le résultat :

grub2/linux_cmdline:
  grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline:
  grub2/kfreebsd_cmdline_default: quiet splash
* grub-pc/install_devices_disks_changed:
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/kopt_extracted: false
  grub-pc/chainload_from_menu.lst: true
  grub-pc/hidden_timeout: false
* grub2/linux_cmdline_default: quiet splash
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/timeout: 10
  grub-pc/partition_description:
  grub-pc/disk_description:
* grub-pc/install_devices_empty: true
  grub-pc/install_devices_failed: false
* grub-pc/install_devices:
  grub-pc/install_devices_failed_upgrade: true

Hors ligne

#8 Le 20/08/2014, à 09:36

malbo

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Dans le résultat que tu as collé dans le post #7, on voit la ligne suivante :

* grub-pc/install_devices:

Cela signifie que l'emplacement du chargeur de Grub n'est pas enregistré. Du coup, lors d'une mise à niveau, Grub n'est pas capable de savoir où installer le nouveau chargeur. Pour rectifier cela, il convient d'appliquer la procédure présentée dans ce Tuto : http://forum.ubuntu-fr.org/viewtopic.ph … 0#p3970260
Toi, à la 5ème étape du tuto, il faudra que tu sélectionnes /dev/sda comme emplacement du chargeur de démarrage, ce qui veut dire que le chargeur d'amorçage de Grub se trouveras dans le MBR du disque dur.
Après cela, tu n'auras plus d'ennuis lors des mises à niveau futures.
Quand tu auras fait cette régularisation et vérifié que le dual-boot fonctionne bien, je te prie de poster passer la commande "sudo debconf-show grub-pc" pour que je puisse comparer avec le post #7 et voir ce que contient la ligne "* grub-pc/install_devices:"

Dernière modification par malbo (Le 20/08/2014, à 09:36)

Hors ligne

#9 Le 20/08/2014, à 10:30

esquirou

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Un grand merci, malbo, pour ton aide. Tout est rentré dans l'ordre. Voici le résultat de "sudo debconf-show grub-pc" :

grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline_default: quiet splash
  grub-pc/timeout: 10
* grub2/linux_cmdline_default: quiet splash
  grub-pc/hidden_timeout: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/mixed_legacy_and_grub2: true
* grub2/linux_cmdline:
  grub2/kfreebsd_cmdline:
  grub-pc/partition_description:
  grub-pc/disk_description:
  grub-pc/kopt_extracted: false
  grub-pc/install_devices_failed: false
* grub-pc/install_devices_disks_changed:
  grub-pc/chainload_from_menu.lst: true
* grub-pc/install_devices: /dev/disk/by-id/ata-ST1000DM003-1CH162_S1D9YPM9
  grub-pc/postrm_purge_boot_grub: false
* grub-pc/install_devices_empty: true

Hors ligne

#10 Le 20/08/2014, à 12:41

malbo

Re : [RESOLU] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Oui, c'est parfait pour ta correction puisqu'on voit :

* grub-pc/install_devices: /dev/disk/by-id/ata-ST1000DM003-1CH162_S1D9YPM9

cependant, je vois une ligne qui n'est pas normale :

* grub-pc/install_devices_empty: true

Chez moi, c'est "false" à la fin au lieu de "true". J'espère que ça ne va pas foutre le bazar plus tard. Moi je ne suis pas assez connaisseur pour savoir ça. Je préfère qu'on en reste là. Je te propose de modifier le titre de ton premier post afin qu'il devienne :

[Résolu] message d'erreur après mise à niveau d'Ubuntu12.04 vers 14.04

Dernière modification par malbo (Le 20/08/2014, à 12:41)

Hors ligne