1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 15624192 of the same hard drive for core.img. core.img is at this location
  5. and looks for (,gpt3)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_gpt biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: swap
  12. Boot sector type: -
  13. Boot sector info:
  14. sda2: __________________________________________________________________________
  15. File system: BIOS Boot partition
  16. Boot sector type: Grub2's core.img
  17. Boot sector info:
  18. sda3: __________________________________________________________________________
  19. File system: ext4
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System: Ubuntu 16.04.1 LTS
  23. Boot files: /boot/grub/grub.cfg /etc/fstab
  24. /boot/grub/i386-pc/core.img
  25. sda6: __________________________________________________________________________
  26. File system: ntfs
  27. Boot sector type: Windows 8/2012: NTFS
  28. Boot sector info: No errors found in the Boot Parameter Block.
  29. Operating System:
  30. Boot files: /bootmgr /boot/BCD
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 4096 bytes
  36. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  37. Disklabel type: gpt
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 1 625,142,447 625,142,447 ee GPT
  40. GUID Partition Table detected.
  41. Partition Attrs Start Sector End Sector # of Sectors System
  42. /dev/sda1 2,048 15,624,191 15,622,144 Swap partition (Linux)
  43. /dev/sda2 15,624,192 15,626,239 2,048 BIOS Boot partition
  44. /dev/sda3 15,626,240 578,971,647 563,345,408 Data partition (Linux)
  45. /dev/sda6 R 578,971,648 625,141,759 46,170,112 Data partition (Windows/Linux)
  46. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  47. "blkid" output: ________________________________________________________________
  48. Device UUID TYPE LABEL
  49. /dev/sda1 61e43ad6-5e3a-47dc-ab8c-f39ce85e95c2 swap
  50. /dev/sda2
  51. /dev/sda3 69a1db3c-c8a8-44bd-8c42-db006a441fcd ext4
  52. /dev/sda6 FA122BA8122B6939 ntfs RECOVERY
  53. ========================= "ls -l /dev/disk/by-id" output: ======================
  54. total 0
  55. lrwxrwxrwx 1 root root 9 Jan 23 14:40 ata-Hitachi_HTS545032A7E380_TE84113NG92XVR -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Jan 23 14:40 ata-Hitachi_HTS545032A7E380_TE84113NG92XVR-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Jan 23 14:40 ata-Hitachi_HTS545032A7E380_TE84113NG92XVR-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Jan 23 14:40 ata-Hitachi_HTS545032A7E380_TE84113NG92XVR-part3 -> ../../sda3
  59. lrwxrwxrwx 1 root root 10 Jan 23 14:40 ata-Hitachi_HTS545032A7E380_TE84113NG92XVR-part6 -> ../../sda6
  60. lrwxrwxrwx 1 root root 9 Jan 23 11:58 ata-hp_DVD_A_DS8A9SH_663303046262 -> ../../sr0
  61. lrwxrwxrwx 1 root root 9 Jan 23 14:40 wwn-0x5000cca770c42257 -> ../../sda
  62. lrwxrwxrwx 1 root root 10 Jan 23 14:40 wwn-0x5000cca770c42257-part1 -> ../../sda1
  63. lrwxrwxrwx 1 root root 10 Jan 23 14:40 wwn-0x5000cca770c42257-part2 -> ../../sda2
  64. lrwxrwxrwx 1 root root 10 Jan 23 14:40 wwn-0x5000cca770c42257-part3 -> ../../sda3
  65. lrwxrwxrwx 1 root root 10 Jan 23 14:40 wwn-0x5000cca770c42257-part6 -> ../../sda6
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  69. =========================== sda3/boot/grub/grub.cfg: ===========================
  70. --------------------------------------------------------------------------------
  71. #
  72. # DO NOT EDIT THIS FILE
  73. #
  74. # It is automatically generated by grub-mkconfig using templates
  75. # from /etc/grub.d and settings from /etc/default/grub
  76. #
  77. ### BEGIN /etc/grub.d/00_header ###
  78. if [ -s $prefix/grubenv ]; then
  79. set have_grubenv=true
  80. load_env
  81. fi
  82. if [ "${next_entry}" ] ; then
  83. set default="${next_entry}"
  84. set next_entry=
  85. save_env next_entry
  86. set boot_once=true
  87. else
  88. set default="0"
  89. fi
  90. if [ x"${feature_menuentry_id}" = xy ]; then
  91. menuentry_id_option="--id"
  92. else
  93. menuentry_id_option=""
  94. fi
  95. export menuentry_id_option
  96. if [ "${prev_saved_entry}" ]; then
  97. set saved_entry="${prev_saved_entry}"
  98. save_env saved_entry
  99. set prev_saved_entry=
  100. save_env prev_saved_entry
  101. set boot_once=true
  102. fi
  103. function savedefault {
  104. if [ -z "${boot_once}" ]; then
  105. saved_entry="${chosen}"
  106. save_env saved_entry
  107. fi
  108. }
  109. function recordfail {
  110. set recordfail=1
  111. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  112. }
  113. function load_video {
  114. if [ x$feature_all_video_module = xy ]; then
  115. insmod all_video
  116. else
  117. insmod efi_gop
  118. insmod efi_uga
  119. insmod ieee1275_fb
  120. insmod vbe
  121. insmod vga
  122. insmod video_bochs
  123. insmod video_cirrus
  124. fi
  125. }
  126. if [ x$feature_default_font_path = xy ] ; then
  127. font=unicode
  128. else
  129. insmod part_gpt
  130. insmod ext2
  131. set root='hd0,gpt3'
  132. if [ x$feature_platform_search_hint = xy ]; then
  133. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  134. else
  135. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  136. fi
  137. font="/usr/share/grub/unicode.pf2"
  138. fi
  139. if loadfont $font ; then
  140. set gfxmode=auto
  141. load_video
  142. insmod gfxterm
  143. set locale_dir=$prefix/locale
  144. set lang=fr_FR
  145. insmod gettext
  146. fi
  147. terminal_output gfxterm
  148. if [ "${recordfail}" = 1 ] ; then
  149. set timeout=30
  150. else
  151. if [ x$feature_timeout_style = xy ] ; then
  152. set timeout_style=hidden
  153. set timeout=0
  154. # Fallback hidden-timeout code in case the timeout_style feature is
  155. # unavailable.
  156. elif sleep --interruptible 0 ; then
  157. set timeout=0
  158. fi
  159. fi
  160. ### END /etc/grub.d/00_header ###
  161. ### BEGIN /etc/grub.d/05_debian_theme ###
  162. set menu_color_normal=white/black
  163. set menu_color_highlight=black/light-gray
  164. if background_color 44,0,30,0; then
  165. clear
  166. fi
  167. ### END /etc/grub.d/05_debian_theme ###
  168. ### BEGIN /etc/grub.d/10_linux ###
  169. function gfxmode {
  170. set gfxpayload="${1}"
  171. if [ "${1}" = "keep" ]; then
  172. set vt_handoff=vt.handoff=7
  173. else
  174. set vt_handoff=
  175. fi
  176. }
  177. if [ "${recordfail}" != 1 ]; then
  178. if [ -e ${prefix}/gfxblacklist.txt ]; then
  179. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  180. if [ ${match} = 0 ]; then
  181. set linux_gfx_mode=keep
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=keep
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. export linux_gfx_mode
  195. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  201. insmod part_gpt
  202. insmod ext2
  203. set root='hd0,gpt3'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  206. else
  207. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  208. fi
  209. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-4.4.0-59-generic
  211. }
  212. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  213. menuentry 'Ubuntu, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_gpt
  220. insmod ext2
  221. set root='hd0,gpt3'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  224. else
  225. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  226. fi
  227. echo 'Chargement de Linux 4.4.0-59-generic…'
  228. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash $vt_handoff
  229. echo 'Chargement du disque mémoire initial…'
  230. initrd /boot/initrd.img-4.4.0-59-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  238. insmod part_gpt
  239. insmod ext2
  240. set root='hd0,gpt3'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  243. else
  244. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  245. fi
  246. echo 'Chargement de Linux 4.4.0-59-generic…'
  247. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash $vt_handoff init=/sbin/upstart
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-4.4.0-59-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_gpt
  257. insmod ext2
  258. set root='hd0,gpt3'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  261. else
  262. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  263. fi
  264. echo 'Chargement de Linux 4.4.0-59-generic…'
  265. linux /boot/vmlinuz-4.4.0-59-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro recovery nomodeset
  266. echo 'Chargement du disque mémoire initial…'
  267. initrd /boot/initrd.img-4.4.0-59-generic
  268. }
  269. menuentry 'Ubuntu, avec Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  270. recordfail
  271. load_video
  272. gfxmode $linux_gfx_mode
  273. insmod gzio
  274. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  275. insmod part_gpt
  276. insmod ext2
  277. set root='hd0,gpt3'
  278. if [ x$feature_platform_search_hint = xy ]; then
  279. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  280. else
  281. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  282. fi
  283. echo 'Chargement de Linux 4.4.0-57-generic…'
  284. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash $vt_handoff
  285. echo 'Chargement du disque mémoire initial…'
  286. initrd /boot/initrd.img-4.4.0-57-generic
  287. }
  288. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  289. recordfail
  290. load_video
  291. gfxmode $linux_gfx_mode
  292. insmod gzio
  293. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  294. insmod part_gpt
  295. insmod ext2
  296. set root='hd0,gpt3'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  299. else
  300. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  301. fi
  302. echo 'Chargement de Linux 4.4.0-57-generic…'
  303. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash $vt_handoff init=/sbin/upstart
  304. echo 'Chargement du disque mémoire initial…'
  305. initrd /boot/initrd.img-4.4.0-57-generic
  306. }
  307. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-69a1db3c-c8a8-44bd-8c42-db006a441fcd' {
  308. recordfail
  309. load_video
  310. insmod gzio
  311. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  312. insmod part_gpt
  313. insmod ext2
  314. set root='hd0,gpt3'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  317. else
  318. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  319. fi
  320. echo 'Chargement de Linux 4.4.0-57-generic…'
  321. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro recovery nomodeset
  322. echo 'Chargement du disque mémoire initial…'
  323. initrd /boot/initrd.img-4.4.0-57-generic
  324. }
  325. }
  326. ### END /etc/grub.d/10_linux ###
  327. ### BEGIN /etc/grub.d/20_linux_xen ###
  328. ### END /etc/grub.d/20_linux_xen ###
  329. ### BEGIN /etc/grub.d/20_memtest86+ ###
  330. menuentry 'Memory test (memtest86+)' {
  331. insmod part_gpt
  332. insmod ext2
  333. set root='hd0,gpt3'
  334. if [ x$feature_platform_search_hint = xy ]; then
  335. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  336. else
  337. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  338. fi
  339. knetbsd /boot/memtest86+.elf
  340. }
  341. menuentry 'Memory test (memtest86+, serial console 115200)' {
  342. insmod part_gpt
  343. insmod ext2
  344. set root='hd0,gpt3'
  345. if [ x$feature_platform_search_hint = xy ]; then
  346. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  347. else
  348. search --no-floppy --fs-uuid --set=root 69a1db3c-c8a8-44bd-8c42-db006a441fcd
  349. fi
  350. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  351. }
  352. ### END /etc/grub.d/20_memtest86+ ###
  353. ### BEGIN /etc/grub.d/30_os-prober ###
  354. ### END /etc/grub.d/30_os-prober ###
  355. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  356. ### END /etc/grub.d/30_uefi-firmware ###
  357. ### BEGIN /etc/grub.d/40_custom ###
  358. # This file provides an easy way to add custom menu entries. Simply type the
  359. # menu entries you want to add after this comment. Be careful not to change
  360. # the 'exec tail' line above.
  361. ### END /etc/grub.d/40_custom ###
  362. ### BEGIN /etc/grub.d/41_custom ###
  363. if [ -f ${config_directory}/custom.cfg ]; then
  364. source ${config_directory}/custom.cfg
  365. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  366. source $prefix/custom.cfg;
  367. fi
  368. ### END /etc/grub.d/41_custom ###
  369. --------------------------------------------------------------------------------
  370. =============================== sda3/etc/fstab: ================================
  371. --------------------------------------------------------------------------------
  372. # /etc/fstab: static file system information.
  373. #
  374. # Use 'blkid' to print the universally unique identifier for a
  375. # device; this may be used with UUID= as a more robust way to name devices
  376. # that works even if disks are added and removed. See fstab(5).
  377. #
  378. # <file system> <mount point> <type> <options> <dump> <pass>
  379. # / was on /dev/sdb3 during installation
  380. UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd / ext4 errors=remount-ro 0 1
  381. # swap was on /dev/sdb1 during installation
  382. UUID=61e43ad6-5e3a-47dc-ab8c-f39ce85e95c2 none swap sw 0 0
  383. --------------------------------------------------------------------------------
  384. =================== sda3: Location of files loaded by Grub: ====================
  385. GiB - GB File Fragment(s)
  386. 67.751358032 = 72.747466752 boot/grub/grub.cfg 1
  387. 67.372817993 = 72.341012480 boot/grub/i386-pc/core.img 1
  388. 46.426460266 = 49.850032128 boot/vmlinuz-4.4.0-57-generic 1
  389. 43.162036896 = 46.344884224 boot/vmlinuz-4.4.0-59-generic 1
  390. 43.162036896 = 46.344884224 vmlinuz 1
  391. 46.426460266 = 49.850032128 vmlinuz.old 1
  392. 251.162094116 = 269.683245056 boot/initrd.img-4.4.0-57-generic 3
  393. 251.060543060 = 269.574205440 boot/initrd.img-4.4.0-59-generic 4
  394. 251.060543060 = 269.574205440 initrd.img 4
  395. 251.162094116 = 269.683245056 initrd.img.old 3
  396. ADDITIONAL INFORMATION :
  397. =================== log of boot-info 2017-01-23__14h40 ===================
  398. boot-info version : 4ppa40
  399. boot-sav version : 4ppa40
  400. glade2script version : 3.2.3~ppa1
  401. boot-sav-extra version : 4ppa40
  402. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  403. CPU op-mode(s): 32-bit, 64-bit
  404. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic root=UUID=69a1db3c-c8a8-44bd-8c42-db006a441fcd ro quiet splash vt.handoff=7
  405. The disk contains an unclean file system (0, 0).
  406. Metadata kept in Windows cache, refused to mount.
  407. Failed to mount '/dev/sda6': Opération non permise
  408. The NTFS partition is in an unsafe state. Please resume and shutdown
  409. Windows fully (no hibernation or fast restarting), or mount the volume
  410. read-only with the 'ro' mount option.
  411. mount -t ntfs-3g -o remove_hiberfile /dev/sda6 /mnt/boot-sav/sda6
  412. The disk contains an unclean file system (0, 0).
  413. Metadata kept in Windows cache, refused to mount.
  414. Failed to mount '/dev/sda6': Opération non permise
  415. The NTFS partition is in an unsafe state. Please resume and shutdown
  416. Windows fully (no hibernation or fast restarting), or mount the volume
  417. read-only with the 'ro' mount option.
  418. mount /dev/sda6 : Error code 14
  419. mount -r /dev/sda6 /mnt/boot-sav/sda6
  420. NTFS signature is missing.
  421. Failed to mount '/dev/sda2': Argument invalide
  422. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  423. Maybe the wrong device is used? Or the whole disk instead of a
  424. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  425. mount /dev/sda2 : Error code 12
  426. mount -r /dev/sda2 /mnt/boot-sav/sda2
  427. NTFS signature is missing.
  428. Failed to mount '/dev/sda2': Argument invalide
  429. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  430. Maybe the wrong device is used? Or the whole disk instead of a
  431. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  432. mount -r /dev/sda2 : Error code 12
  433. =================== os-prober:
  434. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  435. /dev/sda6:Windows Recovery Environment (loader):Windows:chain
  436. =================== blkid:
  437. /dev/sda1: UUID="61e43ad6-5e3a-47dc-ab8c-f39ce85e95c2" TYPE="swap" PARTUUID="9e8814b1-ef54-43b8-abd2-6e676721654a"
  438. /dev/sda3: UUID="69a1db3c-c8a8-44bd-8c42-db006a441fcd" TYPE="ext4" PARTUUID="57412e41-1cd1-4409-a788-af21a04c01b5"
  439. /dev/sda6: LABEL="RECOVERY" UUID="FA122BA8122B6939" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="11ae703e-0d2e-4bc0-8b0e-897d7ea73888"
  440. /dev/sda2: PARTUUID="6ad85902-bf13-4333-8aac-3c45bdeacf4e"
  441. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  442. NTFS signature is missing.
  443. Failed to mount '/dev/sda2': Argument invalide
  444. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  445. Maybe the wrong device is used? Or the whole disk instead of a
  446. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  447. mount /dev/sda2 : Error code 12
  448. mount -r /dev/sda2 /mnt/boot-sav/sda2
  449. NTFS signature is missing.
  450. Failed to mount '/dev/sda2': Argument invalide
  451. The device '/dev/sda2' doesn't seem to have a valid NTFS.
  452. Maybe the wrong device is used? Or the whole disk instead of a
  453. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  454. mount -r /dev/sda2 : Error code 12
  455. =================== /etc/grub.d/ :
  456. drwxr-xr-x 3 root root 4096 janv. 8 18:17 grub.d
  457. total 80
  458. -rwxr-xr-x 1 root root 9791 déc. 17 2015 00_header
  459. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  460. -rwxr-xr-x 1 root root 12261 juil. 23 2016 10_linux
  461. -rwxr-xr-x 1 root root 11082 juil. 23 2016 20_linux_xen
  462. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  463. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  464. -rwxr-xr-x 1 root root 1418 juil. 23 2016 30_uefi-firmware
  465. -rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
  466. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  467. drwxr-xr-x 4 root root 4096 mars 8 2015 backup
  468. -rw-r--r-- 1 root root 483 mai 15 2014 README
  469. =================== /etc/default/grub :
  470. # If you change this file, run 'update-grub' afterwards to update
  471. # /boot/grub/grub.cfg.
  472. # For full documentation of the options in this file, see:
  473. # info -f grub -n 'Simple configuration'
  474. GRUB_DEFAULT="0"
  475. GRUB_HIDDEN_TIMEOUT="0"
  476. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  477. GRUB_TIMEOUT="-1"
  478. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  479. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  480. GRUB_CMDLINE_LINUX=""
  481. # Uncomment to enable BadRAM filtering, modify to suit your needs
  482. # This works with Linux (no patch required) and with any kernel that obtains
  483. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  484. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  485. # Uncomment to disable graphical terminal (grub-pc only)
  486. #GRUB_TERMINAL="console"
  487. # The resolution used on graphical terminal
  488. # note that you can use only modes which your graphic card supports via VBE
  489. # you can see them in real GRUB with the command `vbeinfo'
  490. #GRUB_GFXMODE="640x480"
  491. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  492. #GRUB_DISABLE_LINUX_UUID="true"
  493. # Uncomment to disable generation of recovery mode menu entries
  494. #GRUB_DISABLE_RECOVERY="true"
  495. # Uncomment to get a beep at grub start
  496. #GRUB_INIT_TUNE="480 440 1"
  497. GRUB_DISABLE_OS_PROBER="true"
  498. Presence of EFI/Boot file detected: /mnt/boot-sav/sda6/EFI/Boot/bootx64.efi
  499. =================== UEFI/Legacy mode:
  500. BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
  501. EFI in dmesg.
  502. [ 0.000000] ACPI: UEFI 0x000000003AFFD000 000236 (v01 HPQOEM 1845 00000001 HP 00040000)
  503. SecureBoot disabled.
  504. =================== PARTITIONS & DISKS:
  505. sda3 : sda, not-sepboot, grubenv-ok grub2, signed 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, farbios, .
  506. sda6 : 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, no-winload, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  507. sda2 : 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, not-far, /mnt/boot-sav/sda2.
  508. sda : GPT, BIOS_boot, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  509. =================== parted -l:
  510. Model: ATA Hitachi HTS54503 (scsi)
  511. Disk /dev/sda: 320GB
  512. Sector size (logical/physical): 512B/4096B
  513. Partition Table: gpt
  514. Disk Flags:
  515. Number Start End Size File system Name Flags
  516. 1 1049kB 8000MB 7999MB linux-swap(v1)
  517. 2 8000MB 8001MB 1049kB bios_grub
  518. 3 8001MB 296GB 288GB ext4
  519. 6 296GB 320GB 23.6GB ntfs Basic data partition hidden, msftdata
  520. =================== parted -lm:
  521. BYT;
  522. /dev/sda:320GB:scsi:512:4096:gpt:ATA Hitachi HTS54503:;
  523. 1:1049kB:8000MB:7999MB:linux-swap(v1)::;
  524. 2:8000MB:8001MB:1049kB:::bios_grub;
  525. 3:8001MB:296GB:288GB:ext4::;
  526. 6:296GB:320GB:23.6GB:ntfs:Basic data partition:hidden, msftdata;
  527. =================== lsblk:
  528. KNAME TYPE FSTYPE SIZE LABEL
  529. sda disk 298,1G
  530. sda1 part swap 7,5G
  531. sda2 part 1M
  532. sda3 part ext4 268,6G
  533. sda6 part ntfs 22G RECOVERY
  534. sr0 rom 1024M
  535. KNAME ROTA RO RM STATE MOUNTPOINT
  536. sda 1 0 0 running
  537. sda1 1 0 0 [SWAP]
  538. sda2 1 0 0
  539. sda3 1 0 0 /
  540. sda6 1 0 0 /mnt/boot-sav/sda6
  541. sr0 1 0 1 running
  542. =================== mount:
  543. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  544. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  545. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1950572k,nr_inodes=487643,mode=755)
  546. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  547. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=394164k,mode=755)
  548. none on /dev/.bootchart/proc type proc (rw,relatime)
  549. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  550. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  551. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  552. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  553. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  554. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  555. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  556. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  557. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  558. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  559. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  560. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  561. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  562. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  563. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  564. 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)
  565. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  566. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  567. mqueue on /dev/mqueue type mqueue (rw,relatime)
  568. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  569. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  570. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  571. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  572. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  573. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=394164k,mode=700,uid=1000,gid=1000)
  574. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  575. /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  576. =================== ls:
  577. /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 sda6 size slaves stat subsystem trace uevent
  578. /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
  579. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd freefall full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  580. ls /dev/mapper: control
  581. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  582. ls sda6/efi:
  583. ls sda6: boot
  584. bootmgr
  585. bootmgr.efi
  586. D-tail bilan financier 6 12 ans 2014.xls
  587. EFI
  588. FactoryUpdate
  589. hp
  590. preload
  591. recovery
  592. $RECYCLE.BIN
  593. RM_Reserve
  594. System Volume Information . Veuillez indiquer ce message à [email protected]
  595. ls: impossible d'accéder à '/boot/efi/efi': Aucun fichier ou dossier de ce type
  596. ls /boot/efi/efi :
  597. Error efitmp. Veuillez indiquer ce message à [email protected]
  598. =================== hexdump -n512 -C /dev/sda6
  599. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  600. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 82 22 |........?....h."|
  601. 00000020 00 00 00 00 80 00 80 00 ff 7f c0 02 00 00 00 00 |................|
  602. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  603. 00000040 f6 00 00 00 01 00 00 00 39 69 2b 12 a8 2b 12 fa |........9i+..+..|
  604. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  605. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  606. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  607. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  608. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  609. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  610. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  611. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  612. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  613. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  614. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  615. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  616. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  617. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  618. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  619. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  620. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  621. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  622. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  623. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  624. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  625. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  626. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  627. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  628. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  629. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  630. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  631. 00000200
  632. =================== df -Th:
  633. Filesystem Type Size Used Avail Use% Mounted on
  634. udev devtmpfs 1.9G 1.9G 0 100% /dev
  635. tmpfs tmpfs 385M 6.2M 379M 2% /run
  636. /dev/sda3 ext4 265G 50G 202G 20% /
  637. tmpfs tmpfs 1.9G 4.1M 1.9G 1% /dev/shm
  638. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  639. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  640. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  641. tmpfs tmpfs 385M 52K 385M 1% /run/user/1000
  642. /dev/sda6 fuseblk 23G 20G 2.7G 88% /mnt/boot-sav/sda6
  643. =================== fdisk -l:
  644. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  645. Units: sectors of 1 * 512 = 512 bytes
  646. Sector size (logical/physical): 512 bytes / 4096 bytes
  647. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  648. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  649. Units: sectors of 1 * 512 = 512 bytes
  650. Sector size (logical/physical): 512 bytes / 4096 bytes
  651. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  652. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  653. Units: sectors of 1 * 512 = 512 bytes
  654. Sector size (logical/physical): 512 bytes / 4096 bytes
  655. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  656. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 4096 bytes
  659. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  660. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 4096 bytes
  663. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  664. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  665. Units: sectors of 1 * 512 = 512 bytes
  666. Sector size (logical/physical): 512 bytes / 4096 bytes
  667. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  668. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  669. Units: sectors of 1 * 512 = 512 bytes
  670. Sector size (logical/physical): 512 bytes / 4096 bytes
  671. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  672. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  673. Units: sectors of 1 * 512 = 512 bytes
  674. Sector size (logical/physical): 512 bytes / 4096 bytes
  675. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  676. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  677. Units: sectors of 1 * 512 = 512 bytes
  678. Sector size (logical/physical): 512 bytes / 4096 bytes
  679. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  680. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 4096 bytes
  683. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  684. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  685. Units: sectors of 1 * 512 = 512 bytes
  686. Sector size (logical/physical): 512 bytes / 4096 bytes
  687. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  688. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  689. Units: sectors of 1 * 512 = 512 bytes
  690. Sector size (logical/physical): 512 bytes / 4096 bytes
  691. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  692. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 4096 bytes
  695. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  696. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 4096 bytes
  699. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  700. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  701. Units: sectors of 1 * 512 = 512 bytes
  702. Sector size (logical/physical): 512 bytes / 4096 bytes
  703. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  704. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  705. Units: sectors of 1 * 512 = 512 bytes
  706. Sector size (logical/physical): 512 bytes / 4096 bytes
  707. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  708. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  709. Units: sectors of 1 * 512 = 512 bytes
  710. Sector size (logical/physical): 512 bytes / 4096 bytes
  711. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  712. Disklabel type: gpt
  713. Disk identifier: CF65E3F1-DA52-440F-B196-74EB90BF808D
  714. Device Start End Sectors Size Type
  715. /dev/sda1 2048 15624191 15622144 7.5G Linux swap
  716. /dev/sda2 15624192 15626239 2048 1M BIOS boot
  717. /dev/sda3 15626240 578971647 563345408 268.6G Linux filesystem
  718. /dev/sda6 578971648 625141759 46170112 22G Microsoft basic data
  719. =================== Suggested repair
  720. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda3 into the MBR of sda.
  721. Additional repair would be performed: unhide-bootmenu-10s
  722. =================== Final advice in case of suggested repair
  723. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.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 [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  724. =================== User settings
  725. The settings chosen by the user will not act on the boot.
  726. paste.ubuntu.com ko (), using paste.debian
  727. paste.debian.net ko (), using paste2