obibann,
Ton Boot-Info est là :
Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
============================= 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 (,msdos1)/boot/grub.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 15.10
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/grub/i386-pc/core.img
sda3: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 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
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 62,515,199 62,513,152 83 Linux
/dev/sda3 91,813,886 1,953,523,711 1,861,709,826 5 Extended
/dev/sda5 91,813,888 99,811,327 7,997,440 82 Linux swap / Solaris
/dev/sda6 99,813,376 1,953,523,711 1,853,710,336 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 cda94c53-00dd-408e-a241-7992e8286c5c ext4
/dev/sda5 564f6032-2cca-4360-9b05-495229d315f5 swap
/dev/sda6 6ccc732b-346b-4c04-afe8-1c1ef228c445 ext4
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Jan 16 18:25 ata-HL-DT-ST_DVDRAM_GUD0N_KZFFBAF2204 -> ../../sr0
lrwxrwxrwx 1 root root 9 Jan 16 20:53 ata-ST1000LM014-1EJ164_W3814JNS -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 16 20:53 ata-ST1000LM014-1EJ164_W3814JNS-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 16 20:53 ata-ST1000LM014-1EJ164_W3814JNS-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 16 20:53 ata-ST1000LM014-1EJ164_W3814JNS-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jan 16 20:53 ata-ST1000LM014-1EJ164_W3814JNS-part6 -> ../../sda6
lrwxrwxrwx 1 root root 9 Jan 16 20:53 wwn-0x5000c50072ac5365 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 16 20:53 wwn-0x5000c50072ac5365-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 16 20:53 wwn-0x5000c50072ac5365-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 16 20:53 wwn-0x5000c50072ac5365-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jan 16 20:53 wwn-0x5000c50072ac5365-part6 -> ../../sda6
lrwxrwxrwx 1 root root 9 Jan 16 18:25 wwn-0x5001480000000000 -> ../../sr0
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda6 /home ext4 (rw,relatime,data=ordered)
=========================== sda1/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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1366x768x24
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=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
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
### 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
}
set linux_gfx_mode=keep
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cda94c53-00dd-408e-a241-7992e8286c5c' {
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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
linux /boot/vmlinuz-4.2.0-23-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.2.0-23-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-cda94c53-00dd-408e-a241-7992e8286c5c' {
menuentry 'Ubuntu, avec Linux 4.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-23-generic-advanced-cda94c53-00dd-408e-a241-7992e8286c5c' {
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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-23-generic…'
linux /boot/vmlinuz-4.2.0-23-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-23-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-23-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-23-generic-init-upstart-cda94c53-00dd-408e-a241-7992e8286c5c' {
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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-23-generic…'
linux /boot/vmlinuz-4.2.0-23-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-23-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-23-generic-recovery-cda94c53-00dd-408e-a241-7992e8286c5c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-23-generic…'
linux /boot/vmlinuz-4.2.0-23-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-23-generic
}
menuentry 'Ubuntu, avec Linux 4.2.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-advanced-cda94c53-00dd-408e-a241-7992e8286c5c' {
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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-16-generic…'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-16-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-16-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-init-upstart-cda94c53-00dd-408e-a241-7992e8286c5c' {
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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-16-generic…'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-16-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-recovery-cda94c53-00dd-408e-a241-7992e8286c5c' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
echo 'Chargement de Linux 4.2.0-16-generic…'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.2.0-16-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,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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
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 cda94c53-00dd-408e-a241-7992e8286c5c
else
search --no-floppy --fs-uuid --set=root cda94c53-00dd-408e-a241-7992e8286c5c
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
--------------------------------------------------------------------------------
=============================== sda1/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/sda1 during installation
UUID=cda94c53-00dd-408e-a241-7992e8286c5c / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=6ccc732b-346b-4c04-afe8-1c1ef228c445 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=564f6032-2cca-4360-9b05-495229d315f5 none swap sw 0 0
--------------------------------------------------------------------------------
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda3
00000000 52 50 c5 68 3f b4 f0 f5 68 7e b1 62 ca 3d 57 a8 |RP.h?...h~.b.=W.|
00000010 17 f5 f9 76 a1 1a 5d 71 08 c9 18 95 f7 5e 1d 11 |...v..]q.....^..|
00000020 96 e5 ba 94 87 4e 40 95 1d 02 b8 ad c6 33 e1 cd |.....N@......3..|
00000030 38 5f 71 4e ca 72 8a f8 80 18 71 cf ea e2 30 b8 |8_qN.r....q...0.|
00000040 67 d1 fc 99 9f 0d e4 b0 c1 6e e2 50 a0 8a ee 63 |g........n.P...c|
00000050 dd 10 d7 53 2b 1b 2c e7 ee 06 d5 cf 8e 97 fe 8f |...S+.,.........|
00000060 bb 25 bb 4d b2 ad 9c 32 eb 0e 01 fa 51 a8 64 67 |.%.M...2....Q.dg|
00000070 b3 37 b9 7f 50 c8 03 c0 cc 76 c7 84 15 81 09 6d |.7..P....v.....m|
00000080 65 81 6f 68 f0 89 b8 40 3a cd fe 94 f2 73 4d dd |e.oh...@:....sM.|
00000090 58 1d 27 95 8a aa fd bc f8 8c 7e f3 0a a0 0e da |X.'.......~.....|
000000a0 1f 66 b0 51 fe b4 04 05 cd 20 66 e5 7b e9 e4 53 |.f.Q..... f.{..S|
000000b0 b1 d1 a5 4a 1b 08 d4 9c 74 52 a5 27 da 23 f2 66 |...J....tR.'.#.f|
000000c0 2f 5c dc bb d4 d9 33 df 3c 2e 3b 3c bd d5 38 0b |/\....3.<.;<..8.|
000000d0 14 95 f2 b8 74 ef ee 71 c2 bf c4 f9 8f 1f b2 52 |....t..q.......R|
000000e0 95 d3 0f 61 f6 47 52 b6 74 51 aa c1 7e f1 cf 45 |...a.GR.tQ..~..E|
000000f0 6c 5d 19 ab 29 ec 9b 77 19 4a e4 95 6d 87 a0 74 |l]..)..w.J..m..t|
00000100 c3 a5 d5 84 10 b6 28 58 d5 1a 5b 02 71 45 ff b8 |......(X..[.qE..|
00000110 1f 18 51 7d 4b 32 aa 4d a8 0f c3 ad e3 0e ed ac |..Q}K2.M........|
00000120 f3 da ca d8 14 63 a6 e7 71 2d 33 c9 4e 51 0e f0 |.....c..q-3.NQ..|
00000130 92 56 e0 22 a3 2a 94 1d 42 ff 7d f4 af 55 89 f5 |.V.".*..B.}..U..|
00000140 e3 30 56 74 ab bf de 5e e0 c2 c1 f7 ed 6b 45 1a |.0Vt...^.....kE.|
00000150 21 ec 18 7a 71 3c c8 8c 09 6b cd 91 88 51 33 cd |!..zq<...k...Q3.|
00000160 38 df b9 a3 e6 84 ff 2f ba 22 1b ca 29 0c fc 7d |8....../."..)..}|
00000170 d6 ae 7d b0 6e d3 68 d4 69 14 a6 26 95 16 da 1d |..}.n.h.i..&....|
00000180 19 ff ae 61 4e 35 f1 7f c4 71 7f 03 05 86 24 f8 |...aN5...q....$.|
00000190 05 71 15 79 49 35 b8 fe 24 f9 d4 e4 63 28 6a 8a |.q.yI5..$...c(j.|
000001a0 21 ba 69 e7 22 6d 19 f4 62 f2 f2 ff e1 48 bb 65 |!.i."m..b....H.e|
000001b0 36 a1 3a 41 71 9a f4 9a 18 9b 5d 7f 7d ef 00 fe |6.:Aq.....].}...|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 08 7a 00 00 fe |............z...|
000001d0 ff ff 05 fe ff ff 07 0a 7a 00 fb 65 7d 6e 00 00 |........z..e}n..|
000001e0 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
=============================== StdErr Messages: ===============================
cat: write error: Broken pipe
ADDITIONAL INFORMATION :
=================== log of boot-repair 2016-01-16__20h53 ===================
boot-repair version : 4ppa35
boot-sav version : 4ppa35
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa35
boot-repair is executed in installed-session (Ubuntu 15.10, wily, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-4.2.0-23-generic root=UUID=cda94c53-00dd-408e-a241-7992e8286c5c ro quiet splash vt.handoff=7
Partition 3 does not start on physical sector boundary.
=================== os-prober:
/dev/sda1:L'OS actuellement utilisé - Ubuntu 15.10 CurrentSession:linux
=================== blkid:
/dev/sda1: UUID="cda94c53-00dd-408e-a241-7992e8286c5c" TYPE="ext4" PARTUUID="67756775-01"
/dev/sda5: UUID="564f6032-2cca-4360-9b05-495229d315f5" TYPE="swap" PARTUUID="67756775-05"
/dev/sda6: UUID="6ccc732b-346b-4c04-afe8-1c1ef228c445" TYPE="ext4" PARTUUID="67756775-06"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Partition 3 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.
=================== /etc/grub.d/ :
drwxr-xr-x 3 root root 4096 janv. 16 11:33 grub.d
total 80
-rwxr-xr-x 1 root root 9791 oct. 14 18:36 00_header
-rwxr-xr-x 1 root root 6058 sept. 4 13:13 05_debian_theme
-rwxr-xr-x 1 root root 12261 oct. 14 18:36 10_linux
-rwxr-xr-x 1 root root 11082 oct. 14 18:36 20_linux_xen
-rwxr-xr-x 1 root root 1992 août 27 15:04 20_memtest86+
-rwxr-xr-x 1 root root 11692 oct. 14 18:36 30_os-prober
-rwxr-xr-x 1 root root 1418 oct. 14 18:36 30_uefi-firmware
-rwxr-xr-x 1 root root 214 oct. 14 18:36 40_custom
-rwxr-xr-x 1 root root 216 oct. 14 18:36 41_custom
drwxr-xr-x 4 root root 4096 janv. 16 11:02 backup
-rw-r--r-- 1 root root 483 oct. 14 18:36 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="1366x768x24"
# 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"
GRUB_DISABLE_OS_PROBER="true"
GRUB_GFXPAYLOAD_LINUX="keep"
=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
EFI in dmesg.
[ 0.000000] ACPI: UEFI 0x000000007760CED8 000042 (v01 00000000 00000000)
SecureBoot disabled.
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, 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, not-far, .
sda6 : 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.
sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA ST1000LM014-1EJ1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 32.0GB 32.0GB primary ext4 boot
3 47.0GB 1000GB 953GB extended
5 47.0GB 51.1GB 4095MB logical linux-swap(v1)
6 51.1GB 1000GB 949GB logical ext4
=================== parted -lm:
BYT;
/dev/sda:1000GB:scsi:512:4096:msdos:ATA ST1000LM014-1EJ1:;
1:1049kB:32.0GB:32.0GB:ext4::boot;
3:47.0GB:1000GB:953GB:::;
5:47.0GB:51.1GB:4095MB:linux-swap(v1)::;
6:51.1GB:1000GB:949GB:ext4::;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL
sda disk 931,5G
sda1 part ext4 29,8G
sda3 part 1K
sda5 part swap 3,8G
sda6 part ext4 883,9G
sr0 rom 1024M
KNAME ROTA RO RM STATE MOUNTPOINT
sda 1 0 0 running
sda1 1 0 0 /
sda3 1 0 0
sda5 1 0 0 [SWAP]
sda6 1 0 0 /home
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=4019100k,nr_inodes=1004775,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=808260k,mode=755)
/dev/sda1 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 (rw,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/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
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)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda6 on /home type ext4 (rw,relatime,data=ordered)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=808260k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
=================== ls:
/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 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 power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm log mapper mcelog mei0 mem memory_bandwidth mqueue ndctl0 net network_latency network_throughput null nvidia0 nvidiactl nvidia-modeset port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 xconsole zero
ls /dev/mapper: control
ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
Partition 3 does not start on physical sector boundary.
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 790M 9.9M 780M 2% /run
/dev/sda1 ext4 30G 7.3G 21G 27% /
tmpfs tmpfs 3.9G 964K 3.9G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda6 ext4 870G 721G 106G 88% /home
cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
tmpfs tmpfs 790M 56K 790M 1% /run/user/1000
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 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 /dev/ram1: 64 MiB, 67108864 bytes, 131072 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 /dev/ram2: 64 MiB, 67108864 bytes, 131072 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 /dev/ram3: 64 MiB, 67108864 bytes, 131072 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 /dev/ram4: 64 MiB, 67108864 bytes, 131072 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 /dev/ram5: 64 MiB, 67108864 bytes, 131072 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 /dev/ram6: 64 MiB, 67108864 bytes, 131072 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 /dev/ram7: 64 MiB, 67108864 bytes, 131072 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 /dev/ram8: 64 MiB, 67108864 bytes, 131072 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 /dev/ram9: 64 MiB, 67108864 bytes, 131072 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 /dev/ram10: 64 MiB, 67108864 bytes, 131072 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 /dev/ram11: 64 MiB, 67108864 bytes, 131072 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 /dev/ram12: 64 MiB, 67108864 bytes, 131072 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 /dev/ram13: 64 MiB, 67108864 bytes, 131072 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 /dev/ram14: 64 MiB, 67108864 bytes, 131072 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 /dev/ram15: 64 MiB, 67108864 bytes, 131072 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 /dev/sda: 931.5 GiB, 1000204886016 bytes, 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
Disklabel type: dos
Disk identifier: 0x67756775
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 62515199 62513152 29.8G 83 Linux
/dev/sda3 91813886 1953523711 1861709826 887.8G 5 Extended
/dev/sda5 91813888 99811327 7997440 3.8G 82 Linux swap / Solaris
/dev/sda6 99813376 1953523711 1853710336 883.9G 83 Linux
=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s
=================== User settings
The settings chosen by the user will not act on the boot.
Dans la ligne suivante, la mention "x86_64" à la fin indique que c'est la version 64 bits de Ubuntu 15.10 qui est installée :
boot-repair is executed in installed-session (Ubuntu 15.10, wily, Ubuntu, x86_64)
C'est bien une installation classique de Ubuntu, c'est à dire que la table de partition du disque est du type MSDOS (c'était peut-être comme ça d'origine quand tu as reçu l'ordi ou alors c'est toi qui a créé la table de partition avec Gparted) et tu as fait l'installation en choisissant "Autre chose" à l'étape "Type d'installation" dans le but de créer une partition /home. Je note qu'il y a un espace non alloué de 15 Go entre la partition sda1 (la partition racine) et la partition étendue sda3. On peut voir ça dans cet extrait :
=================== parted -l:
Model: ATA ST1000LM014-1EJ1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 32.0GB 32.0GB primary ext4 boot
3 47.0GB 1000GB 953GB extended
5 47.0GB 51.1GB 4095MB logical linux-swap(v1)
6 51.1GB 1000GB 949GB logical ext4
Comme il n'y a pas de partition sda2 dans ton partitionnement, je suppose que tu as dû créer une partition sda2 de 15 Go à cet emplacement et tu as supprimé cette partition en final.
Je n'ai pas d'autre commentaire. Et ça fait plaisir de voir un ordi équipé d'un processeur Intel Core de 6ème génération (
Skylake) dans lequel Ubuntu tourne bien.