Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
============================= Boot Info Summary: ===============================
=> Grub2 (v2.00) 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 (,msdos5)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sda2 and looks at sector 197476240 of the same hard
drive for core.img, but core.img can not be found at
this location. No errors found in the Boot Parameter
Block.
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda5
and looks at sector 223311776 of the same hard drive
for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub. It also embeds following
components:
modules
-------------------------------------------------------
fshelp ext2 part_msdos biosdisk
-------------------------------------------------------
Operating System: Ubuntu 16.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 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
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 99,972,494 99,970,447 7 NTFS / exFAT / HPFS
/dev/sda2 99,972,496 184,542,203 84,569,708 7 NTFS / exFAT / HPFS
/dev/sda3 184,543,231 234,440,703 49,897,473 f W95 Extended (LBA)
/dev/sda5 184,543,232 230,268,927 45,725,696 83 Linux
/dev/sda6 230,268,928 234,440,703 4,171,776 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/dm-0 652e573e-0e42-4e71-b52d-fb6a2547e957 swap
/dev/mapper/cryptswap1 652e573e-0e42-4e71-b52d-fb6a2547e957 swap
/dev/sda1 501ABD7E1ABD6220 ntfs windows -vista
/dev/sda2 8812DB2F12DB20CC ntfs DATA
/dev/sda5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ext4
/dev/sda6 ded3e367-41d9-42fc-b226-b8ab00c85ab2 swap linux-swap
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Apr 11 18:13 ata-MATSHITADVD-RAM_UJ-850S_HB47_459789 -> ../../sr0
lrwxrwxrwx 1 root root 9 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 11 18:37 ata-TOSHIBA_MK1234GSX_677VF1BUS-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr 11 18:36 dm-name-cryptswap1 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Apr 11 18:36 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0
========================= "ls -R /dev/mapper/" output: =========================
/dev/mapper:
control
cryptswap1
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda2 /media/dauphin/DATA fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
/dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
?? = ?? initrd.pam
=========================== sda5/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,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
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=30
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 60,59,55; then
clear
fi
color_normal=light-gray/black
if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
insmod png
theme=${prefix}/themes/ubuntu-mate/theme.txt
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-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
fi
linux /boot/vmlinuz-4.4.0-72-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-72-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
menuentry 'Ubuntu, avec Linux 4.4.0-72-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-72-generic-advanced-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
fi
echo 'Chargement de Linux 4.4.0-72-generic…'
linux /boot/vmlinuz-4.4.0-72-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-72-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-72-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-72-generic-recovery-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
fi
echo 'Chargement de Linux 4.4.0-72-generic…'
linux /boot/vmlinuz-4.4.0-72-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-72-generic
}
menuentry 'Ubuntu, avec Linux 4.4.0-71-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-71-generic-advanced-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
fi
echo 'Chargement de Linux 4.4.0-71-generic…'
linux /boot/vmlinuz-4.4.0-71-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-71-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-71-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-71-generic-recovery-06841e02-d8ec-46c4-baa2-ea03bc2ef4ae' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
else
search --no-floppy --fs-uuid --set=root 06841e02-d8ec-46c4-baa2-ea03bc2ef4ae
fi
echo 'Chargement de Linux 4.4.0-71-generic…'
linux /boot/vmlinuz-4.4.0-71-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-71-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/30_os-prober ###
menuentry 'Windows Vista (loader) (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-501ABD7E1ABD6220' {
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 501ABD7E1ABD6220
else
search --no-floppy --fs-uuid --set=root 501ABD7E1ABD6220
fi
parttool ${root} hidden-
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 ###
--------------------------------------------------------------------------------
=============================== sda5/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda6 during installation
UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
#UUID=ded3e367-41d9-42fc-b226-b8ab00c85ab2 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
90.347782135 = 97.010192384 boot/grub/grub.cfg 1
94.527431488 = 101.498056704 boot/grub/i386-pc/core.img 1
92.585697174 = 99.413135360 boot/vmlinuz-4.4.0-71-generic 1
93.866878510 = 100.788793344 boot/vmlinuz-4.4.0-72-generic 1
93.866878510 = 100.788793344 vmlinuz 1
92.585697174 = 99.413135360 vmlinuz.old 1
94.631450653 = 101.609746432 boot/initrd.img-4.4.0-71-generic 2
94.075622559 = 101.012930560 boot/initrd.img-4.4.0-72-generic 2
94.075622559 = 101.012930560 initrd.img 2
94.631450653 = 101.609746432 initrd.img.old 2
ADDITIONAL INFORMATION :
=================== log of boot-info 2017-04-11__18h36 ===================
boot-info version : 4ppa40
boot-sav version : 4ppa40
glade2script version : 3.2.3~ppa1
boot-sav-extra version : 4ppa40
You found a bug in GNU Parted! Here's what you have to do:
Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug by doing the following:
Check whether the bug has already been fixed by checking
the last version of GNU Parted that you can find at:
http://ftp.gnu.org/gnu/parted/
Please check this version prior to bug reporting.
If this has not been fixed yet or if you don't know how to check,
please visit the GNU Parted website:
http://www.gnu.org/software/parted
for further information.
Your report should contain the version of this release (3.2)
along with the error message below, the output of
parted DEVICE unit co print unit s print
and the following history of commands you entered.
Also include any additional information about your setup you
consider important.
Assertion (metadata_length > 0) at ../../../libparted/labels/dos.c:2313 in function add_logical_part_metadata() failed.
You found a bug in GNU Parted! Here's what you have to do:
Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug by doing the following:
Check whether the bug has already been fixed by checking
the last version of GNU Parted that you can find at:
http://ftp.gnu.org/gnu/parted/
Please check this version prior to bug reporting.
If this has not been fixed yet or if you don't know how to check,
please visit the GNU Parted website:
http://www.gnu.org/software/parted
for further information.
Your report should contain the version of this release (3.2)
along with the error message below, the output of
parted DEVICE unit co print unit s print
and the following history of commands you entered.
Also include any additional information about your setup you
consider important.
Assertion (metadata_length > 0) at ../../../libparted/labels/dos.c:2313 in function add_logical_part_metadata() failed.
boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, i686)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.4.0-71-generic root=UUID=06841e02-d8ec-46c4-baa2-ea03bc2ef4ae ro quiet splash vt.handoff=7
=================== os-prober:
/dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
/dev/sda1:Windows Vista (loader):Windows:chain
=================== blkid:
/dev/sda1: LABEL="windows -vista" UUID="501ABD7E1ABD6220" TYPE="ntfs" PARTUUID="c3aaa713-01"
/dev/sda2: LABEL="DATA" UUID="8812DB2F12DB20CC" TYPE="ntfs" PARTUUID="c3aaa713-02"
/dev/sda5: UUID="06841e02-d8ec-46c4-baa2-ea03bc2ef4ae" TYPE="ext4" PTTYPE="dos" PARTUUID="c3aaa713-05"
/dev/sda6: LABEL="linux-swap" UUID="ded3e367-41d9-42fc-b226-b8ab00c85ab2" TYPE="swap" PARTUUID="c3aaa713-06"
/dev/mapper/cryptswap1: UUID="652e573e-0e42-4e71-b52d-fb6a2547e957" TYPE="swap"
/dev/dm-0: UUID="652e573e-0e42-4e71-b52d-fb6a2547e957" TYPE="swap"
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
=================== /etc/grub.d/ :
drwxr-xr-x 2 root root 4096 avril 10 21:12 grub.d
drwxr-xr-x 2 root root 4096 avril 10 21:11 grub.d.bak
total 76
-rwxr-xr-x 1 root root 9791 mars 24 07:35 00_header
-rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
-rwxr-xr-x 1 root root 12512 mars 24 07:35 10_linux
-rwxr-xr-x 1 root root 11082 mars 24 07:35 20_linux_xen
-rwxr-xr-x 1 root root 11692 mars 24 07:35 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 24 07:35 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 24 07:35 40_custom
-rwxr-xr-x 1 root root 216 mars 24 07:35 41_custom
-rw-r--r-- 1 root root 483 mars 24 07:35 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:
sda5 : sda, not-sepboot, grubenv-ok grub2, signed 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, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda2 : 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, not-far, /media/dauphin/DATA.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Backtrace has 14 calls on stack:
14: /lib/i386-linux-gnu/libparted.so.2(ped_assert+0x51) [0xb76ca461]
13: /lib/i386-linux-gnu/libparted.so.2(+0x1e7da) [0xb76e17da]
12: /lib/i386-linux-gnu/libparted.so.2(+0xcab8) [0xb76cfab8]
11: /lib/i386-linux-gnu/libparted.so.2(ped_disk_add_partition+0x290) [0xb76d04b0]
10: /lib/i386-linux-gnu/libparted.so.2(+0x1e101) [0xb76e1101]
9: /lib/i386-linux-gnu/libparted.so.2(+0x1e1fe) [0xb76e11fe]
8: /lib/i386-linux-gnu/libparted.so.2(+0x1e13e) [0xb76e113e]
7: /lib/i386-linux-gnu/libparted.so.2(+0x1f430) [0xb76e2430]
6: /lib/i386-linux-gnu/libparted.so.2(ped_disk_new+0x5b) [0xb76d009b]
5: parted(+0x67a5) [0x801047a5]
4: parted(+0x5eae) [0x80103eae]
3: parted(main+0x11e9) [0x80102819]
2: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf7) [0xb74be637]
1: parted(+0x4859) [0x80102859]
=================== parted -lm:
Backtrace has 14 calls on stack:
14: /lib/i386-linux-gnu/libparted.so.2(ped_assert+0x51) [0xb7759461]
13: /lib/i386-linux-gnu/libparted.so.2(+0x1e7da) [0xb77707da]
12: /lib/i386-linux-gnu/libparted.so.2(+0xcab8) [0xb775eab8]
11: /lib/i386-linux-gnu/libparted.so.2(ped_disk_add_partition+0x290) [0xb775f4b0]
10: /lib/i386-linux-gnu/libparted.so.2(+0x1e101) [0xb7770101]
9: /lib/i386-linux-gnu/libparted.so.2(+0x1e1fe) [0xb77701fe]
8: /lib/i386-linux-gnu/libparted.so.2(+0x1e13e) [0xb777013e]
7: /lib/i386-linux-gnu/libparted.so.2(+0x1f430) [0xb7771430]
6: /lib/i386-linux-gnu/libparted.so.2(ped_disk_new+0x5b) [0xb775f09b]
5: parted(+0x67a5) [0x8000b7a5]
4: parted(+0x5eae) [0x8000aeae]
3: parted(main+0x11e9) [0x80009819]
2: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf7) [0xb754d637]
1: parted(+0x4859) [0x80009859]
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 111,8G
sda1 part ntfs 47,7G windows -vista
sda2 part ntfs 40,3G DATA
sda3 part 1K
sda5 part ext4 21,8G
sda6 part swap 2G linux-swap
dm-0 crypt swap 2G
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /mnt/boot-sav/sda1
sda2 1 0 0 /media/dauphin/DATA
sda3 1 0 0
sda5 1 0 0 /
sda6 1 0 0
dm-0 1 0 0 running [SWAP]
sr0 1 0 1 running
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1007632k,nr_inodes=210231,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=205296k,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=205296k,mode=700,uid=1000,gid=1000)
/home/.ecryptfs/dauphin/.Private on /home/dauphin type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=a727f7987fcdaca7,ecryptfs_sig=c77c45d20439789d,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda2 on /media/dauphin/DATA type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
/dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
=================== ls:
/sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight integrity 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 integrity power queue range removable ro sda1 sda2 sda3 sda5 sda6 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 integrity power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dm-0 dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
ls /dev/mapper: control cryptswap1
ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
=================== 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 00 08 00 00 |........?.......|
00000020 00 00 00 00 80 00 80 00 8e 6d f5 05 00 00 00 00 |.........m......|
00000030 00 00 0c 00 00 00 00 00 ff e0 37 00 00 00 00 00 |..........7.....|
00000040 f6 00 00 00 01 00 00 00 20 62 bd 1a 7e bd 1a 50 |........ b..~..P|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
00000180 0d 0a 45 72 72 65 75 72 20 6c 65 63 74 75 72 65 |..Erreur lecture|
00000190 20 64 69 73 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 | disque...BOOTMG|
000001a0 52 20 61 62 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d |R absent...BOOTM|
000001b0 47 52 20 63 6f 6d 70 72 65 73 73 82 00 0d 0a 43 |GR compress....C|
000001c0 74 72 6c 2b 41 6c 74 2b 53 75 70 70 72 20 70 6f |trl+Alt+Suppr po|
000001d0 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a 00 |ur red.marrer...|
000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
000001f0 00 00 00 00 00 00 00 00 80 98 a9 bd 00 00 55 aa |..............U.|
00000200
=================== hexdump -n512 -C /dev/sda2
00000000 eb 63 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.c.NTFS .....|
00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 90 75 f5 05 |........?....u..|
00000020 00 00 00 00 80 00 80 00 6b 6e 0a 05 00 00 00 00 |........kn......|
00000030 0b 53 4d 00 00 00 00 00 cd ee 98 00 00 00 00 00 |.SM.............|
00000040 f6 00 00 00 01 00 00 00 cc 20 db 12 2f db 12 88 |......... ../...|
00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 80 90 3f c5 0b |.....3.......?..|
00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
00000070 74 02 b2 80 ea 79 7c 00 00 31 c0 8e d8 8e d0 bc |t....y|..1......|
00000080 00 20 fb a0 64 7c 3c ff 74 02 88 c2 52 bb 17 04 |. ..d|<.t...R...|
00000090 f6 07 03 74 06 be 88 7d e8 17 01 be 05 7c b4 41 |...t...}.....|.A|
000000a0 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
000000c0 c7 04 10 00 66 8b 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..|f..f..|
000000d0 60 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |`|f...D..p.B..r|
000000e0 05 bb 00 70 eb 76 b4 08 cd 13 73 0d 5a 84 d2 0f |...p.v....s.Z...|
000000f0 83 d0 00 be 93 7d e9 82 00 66 0f b6 c6 88 64 ff |.....}...f....d.|
00000100 40 66 89 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
00000110 89 44 08 0f b6 c2 c0 e8 02 66 89 04 66 a1 60 7c |.D.......f..f.`||
00000120 66 09 c0 75 4e 66 a1 5c 7c 66 31 d2 66 f7 34 88 |f..uNf.|f1.f.4.|
00000130 d1 31 d2 66 f7 74 04 3b 44 08 7d 37 fe c1 88 c5 |.1.f.t.;D.}7....|
00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
00000150 c3 31 db b8 01 02 cd 13 72 1e 8c c3 60 1e b9 00 |.1......r...`...|
00000160 01 8e db 31 f6 bf 00 80 8e c6 fc f3 a5 1f 61 ff |...1..........a.|
00000170 26 5a 7c be 8e 7d eb 03 be 9d 7d e8 34 00 be a2 |&Z|..}....}.4...|
00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 65 |}.......GRUB .Ge|
00000190 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52 65 61 |om.Hard Disk.Rea|
000001a0 64 00 20 45 72 72 6f 72 0d 0a 00 bb 01 00 b4 0e |d. Error........|
000001b0 cd 10 ac 3c 00 75 f4 c3 65 73 73 82 00 0d 0a 43 |...<.u..ess....C|
000001c0 74 72 6c 2b 41 6c 74 2b 53 75 70 70 72 20 70 6f |trl+Alt+Suppr po|
000001d0 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a 00 |ur red.marrer...|
000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
000001f0 00 00 00 00 00 00 00 00 80 98 a9 bd 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 985M 0 985M 0% /dev
tmpfs tmpfs 201M 6.4M 195M 4% /run
/dev/sda5 ext4 22G 5.6G 15G 28% /
tmpfs tmpfs 1003M 840K 1002M 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 1003M 0 1003M 0% /sys/fs/cgroup
tmpfs tmpfs 201M 32K 201M 1% /run/user/1000
/home/dauphin/.Private ecryptfs 22G 5.6G 15G 28% /home/dauphin
/dev/sda2 fuseblk 41G 890M 40G 3% /media/dauphin/DATA
/dev/sda1 fuseblk 48G 37G 12G 77% /mnt/boot-sav/sda1
=================== fdisk -l:
Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 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
Disklabel type: dos
Disk identifier: 0xc3aaa713
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 99972494 99970447 47.7G 7 HPFS/NTFS/exFAT
/dev/sda2 99972496 184542203 84569708 40.3G 7 HPFS/NTFS/exFAT
/dev/sda3 184543231 234440703 49897473 23.8G f W95 Ext'd (LBA)
/dev/sda5 184543232 230268927 45725696 21.8G 83 Linux
/dev/sda6 230268928 234440703 4171776 2G 82 Linux swap / Solaris
Disk /dev/mapper/cryptswap1: 2 GiB, 2135425024 bytes, 4170752 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
=================== Suggested repair
The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda5 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s
=================== Final advice in case of suggested repair
Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 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 [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
=================== User settings
The settings chosen by the user will not act on the boot.
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (), using paste2