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 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: Unknown
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda6: __________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files:
  31. sda7: __________________________________________________________________________
  32. File system: ext4
  33. Boot sector type: -
  34. Boot sector info:
  35. Operating System:
  36. Boot files:
  37. ============================ Drive/Partition Info: =============================
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 4096 bytes
  42. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  43. Disklabel type: dos
  44. Partition Boot Start Sector End Sector # of Sectors Id System
  45. /dev/sda1 * 2,048 23,437,594 23,435,547 83 Linux
  46. /dev/sda2 23,439,358 976,771,071 953,331,714 5 Extended
  47. /dev/sda5 23,439,360 32,227,327 8,787,968 82 Linux swap / Solaris
  48. /dev/sda6 32,229,376 36,132,863 3,903,488 83 Linux
  49. /dev/sda7 36,134,912 976,771,071 940,636,160 83 Linux
  50. "blkid" output: ________________________________________________________________
  51. Device UUID TYPE LABEL
  52. /dev/sda1 2cce294a-b5a8-4255-a43a-3f0bb06c4700 ext4
  53. /dev/sda5 cc044587-ad5c-4ba2-876b-7641a0bb0f32 swap
  54. /dev/sda6 c0b53cd9-dfd6-42eb-8ffc-d3f8c0e24df9 ext4
  55. /dev/sda7 79cf8b92-7ba8-4b45-8ff0-e8edd98c7d2d ext4
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT-part5 -> ../../sda5
  62. lrwxrwxrwx 1 root root 10 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT-part6 -> ../../sda6
  63. lrwxrwxrwx 1 root root 10 Oct 9 18:40 ata-TOSHIBA_MQ02ABF050H_46HRC87NT-part7 -> ../../sda7
  64. lrwxrwxrwx 1 root root 9 Oct 9 18:40 wwn-0x50000396f40045e9 -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Oct 9 18:40 wwn-0x50000396f40045e9-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Oct 9 18:40 wwn-0x50000396f40045e9-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 10 Oct 9 18:40 wwn-0x50000396f40045e9-part5 -> ../../sda5
  68. lrwxrwxrwx 1 root root 10 Oct 9 18:40 wwn-0x50000396f40045e9-part6 -> ../../sda6
  69. lrwxrwxrwx 1 root root 10 Oct 9 18:40 wwn-0x50000396f40045e9-part7 -> ../../sda7
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  73. /dev/sda6 /tmp ext4 (rw,relatime,data=ordered)
  74. /dev/sda7 /home ext4 (rw,relatime,data=ordered)
  75. =========================== sda1/boot/grub/grub.cfg: ===========================
  76. --------------------------------------------------------------------------------
  77. #
  78. # DO NOT EDIT THIS FILE
  79. #
  80. # It is automatically generated by grub-mkconfig using templates
  81. # from /etc/grub.d and settings from /etc/default/grub
  82. #
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. if [ "${next_entry}" ] ; then
  89. set default="${next_entry}"
  90. set next_entry=
  91. save_env next_entry
  92. set boot_once=true
  93. else
  94. set default="0"
  95. fi
  96. if [ x"${feature_menuentry_id}" = xy ]; then
  97. menuentry_id_option="--id"
  98. else
  99. menuentry_id_option=""
  100. fi
  101. export menuentry_id_option
  102. if [ "${prev_saved_entry}" ]; then
  103. set saved_entry="${prev_saved_entry}"
  104. save_env saved_entry
  105. set prev_saved_entry=
  106. save_env prev_saved_entry
  107. set boot_once=true
  108. fi
  109. function savedefault {
  110. if [ -z "${boot_once}" ]; then
  111. saved_entry="${chosen}"
  112. save_env saved_entry
  113. fi
  114. }
  115. function recordfail {
  116. set recordfail=1
  117. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  118. }
  119. function load_video {
  120. if [ x$feature_all_video_module = xy ]; then
  121. insmod all_video
  122. else
  123. insmod efi_gop
  124. insmod efi_uga
  125. insmod ieee1275_fb
  126. insmod vbe
  127. insmod vga
  128. insmod video_bochs
  129. insmod video_cirrus
  130. fi
  131. }
  132. if [ x$feature_default_font_path = xy ] ; then
  133. font=unicode
  134. else
  135. insmod part_msdos
  136. insmod ext2
  137. set root='hd0,msdos1'
  138. if [ x$feature_platform_search_hint = xy ]; then
  139. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  140. else
  141. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  142. fi
  143. font="/usr/share/grub/unicode.pf2"
  144. fi
  145. if loadfont $font ; then
  146. set gfxmode=auto
  147. load_video
  148. insmod gfxterm
  149. set locale_dir=$prefix/locale
  150. set lang=fr_FR
  151. insmod gettext
  152. fi
  153. terminal_output gfxterm
  154. if [ "${recordfail}" = 1 ] ; then
  155. set timeout=30
  156. else
  157. if [ x$feature_timeout_style = xy ] ; then
  158. set timeout_style=hidden
  159. set timeout=0
  160. # Fallback hidden-timeout code in case the timeout_style feature is
  161. # unavailable.
  162. elif sleep --interruptible 0 ; then
  163. set timeout=0
  164. fi
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167. ### BEGIN /etc/grub.d/05_debian_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=black/light-gray
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  209. else
  210. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  211. fi
  212. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash $vt_handoff
  213. initrd /boot/initrd.img-4.4.0-38-generic
  214. }
  215. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  216. menuentry 'Ubuntu, avec Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_msdos
  223. insmod ext2
  224. set root='hd0,msdos1'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  227. else
  228. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  229. fi
  230. echo 'Chargement de Linux 4.4.0-38-generic…'
  231. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash $vt_handoff
  232. echo 'Chargement du disque mémoire initial…'
  233. initrd /boot/initrd.img-4.4.0-38-generic
  234. }
  235. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  236. recordfail
  237. load_video
  238. gfxmode $linux_gfx_mode
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  246. else
  247. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  248. fi
  249. echo 'Chargement de Linux 4.4.0-38-generic…'
  250. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash $vt_handoff init=/sbin/upstart
  251. echo 'Chargement du disque mémoire initial…'
  252. initrd /boot/initrd.img-4.4.0-38-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  255. recordfail
  256. load_video
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  259. insmod part_msdos
  260. insmod ext2
  261. set root='hd0,msdos1'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  264. else
  265. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  266. fi
  267. echo 'Chargement de Linux 4.4.0-38-generic…'
  268. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro recovery nomodeset
  269. echo 'Chargement du disque mémoire initial…'
  270. initrd /boot/initrd.img-4.4.0-38-generic
  271. }
  272. menuentry 'Ubuntu, avec Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  273. recordfail
  274. load_video
  275. gfxmode $linux_gfx_mode
  276. insmod gzio
  277. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  278. insmod part_msdos
  279. insmod ext2
  280. set root='hd0,msdos1'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  283. else
  284. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  285. fi
  286. echo 'Chargement de Linux 4.4.0-21-generic…'
  287. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash $vt_handoff
  288. echo 'Chargement du disque mémoire initial…'
  289. initrd /boot/initrd.img-4.4.0-21-generic
  290. }
  291. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  292. recordfail
  293. load_video
  294. gfxmode $linux_gfx_mode
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  302. else
  303. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  304. fi
  305. echo 'Chargement de Linux 4.4.0-21-generic…'
  306. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash $vt_handoff init=/sbin/upstart
  307. echo 'Chargement du disque mémoire initial…'
  308. initrd /boot/initrd.img-4.4.0-21-generic
  309. }
  310. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-2cce294a-b5a8-4255-a43a-3f0bb06c4700' {
  311. recordfail
  312. load_video
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos1'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  320. else
  321. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  322. fi
  323. echo 'Chargement de Linux 4.4.0-21-generic…'
  324. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro recovery nomodeset
  325. echo 'Chargement du disque mémoire initial…'
  326. initrd /boot/initrd.img-4.4.0-21-generic
  327. }
  328. }
  329. ### END /etc/grub.d/10_linux ###
  330. ### BEGIN /etc/grub.d/20_linux_xen ###
  331. ### END /etc/grub.d/20_linux_xen ###
  332. ### BEGIN /etc/grub.d/20_memtest86+ ###
  333. menuentry 'Memory test (memtest86+)' {
  334. insmod part_msdos
  335. insmod ext2
  336. set root='hd0,msdos1'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  339. else
  340. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  341. fi
  342. knetbsd /boot/memtest86+.elf
  343. }
  344. menuentry 'Memory test (memtest86+, serial console 115200)' {
  345. insmod part_msdos
  346. insmod ext2
  347. set root='hd0,msdos1'
  348. if [ x$feature_platform_search_hint = xy ]; then
  349. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  350. else
  351. search --no-floppy --fs-uuid --set=root 2cce294a-b5a8-4255-a43a-3f0bb06c4700
  352. fi
  353. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  354. }
  355. ### END /etc/grub.d/20_memtest86+ ###
  356. ### BEGIN /etc/grub.d/30_os-prober ###
  357. ### END /etc/grub.d/30_os-prober ###
  358. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  359. ### END /etc/grub.d/30_uefi-firmware ###
  360. ### BEGIN /etc/grub.d/40_custom ###
  361. # This file provides an easy way to add custom menu entries. Simply type the
  362. # menu entries you want to add after this comment. Be careful not to change
  363. # the 'exec tail' line above.
  364. ### END /etc/grub.d/40_custom ###
  365. ### BEGIN /etc/grub.d/41_custom ###
  366. if [ -f ${config_directory}/custom.cfg ]; then
  367. source ${config_directory}/custom.cfg
  368. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  369. source $prefix/custom.cfg;
  370. fi
  371. ### END /etc/grub.d/41_custom ###
  372. --------------------------------------------------------------------------------
  373. =============================== sda1/etc/fstab: ================================
  374. --------------------------------------------------------------------------------
  375. # /etc/fstab: static file system information.
  376. #
  377. # Use 'blkid' to print the universally unique identifier for a
  378. # device; this may be used with UUID= as a more robust way to name devices
  379. # that works even if disks are added and removed. See fstab(5).
  380. #
  381. # <file system> <mount point> <type> <options> <dump> <pass>
  382. # / was on /dev/sda1 during installation
  383. UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 / ext4 errors=remount-ro 0 1
  384. # /home was on /dev/sda7 during installation
  385. UUID=79cf8b92-7ba8-4b45-8ff0-e8edd98c7d2d /home ext4 defaults 0 2
  386. # /tmp was on /dev/sda6 during installation
  387. UUID=c0b53cd9-dfd6-42eb-8ffc-d3f8c0e24df9 /tmp ext4 defaults 0 2
  388. # swap was on /dev/sda5 during installation
  389. UUID=cc044587-ad5c-4ba2-876b-7641a0bb0f32 none swap sw 0 0
  390. --------------------------------------------------------------------------------
  391. =================== sda1: Location of files loaded by Grub: ====================
  392. GiB - GB File Fragment(s)
  393. 4.342323303 = 4.662534144 boot/grub/grub.cfg 1
  394. 2.365707397 = 2.540158976 boot/grub/i386-pc/core.img 1
  395. 1.546569824 = 1.660616704 boot/vmlinuz-4.4.0-21-generic 1
  396. 4.948951721 = 5.313896448 boot/vmlinuz-4.4.0-38-generic 1
  397. 4.948951721 = 5.313896448 vmlinuz 1
  398. 1.546569824 = 1.660616704 vmlinuz.old 1
  399. 2.610347748 = 2.802839552 boot/initrd.img-4.4.0-21-generic 4
  400. 5.329097748 = 5.722075136 boot/initrd.img-4.4.0-38-generic 2
  401. 5.329097748 = 5.722075136 initrd.img 2
  402. 2.610347748 = 2.802839552 initrd.img.old 4
  403. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  404. Unknown BootLoader on sda2
  405. 00000000 c6 36 c1 85 b4 9b 65 89 f1 6a ad 9e 23 8a 82 ce |.6....e..j..#...|
  406. 00000010 b0 32 1f 98 64 44 31 80 08 b2 2d fc d5 30 ac 31 |.2..dD1...-..0.1|
  407. 00000020 a2 10 25 b0 74 9b d9 33 08 d2 57 3b c5 38 91 fa |..%.t..3..W;.8..|
  408. 00000030 88 fc 70 26 9a a0 cd af 3e 82 3d 28 85 b8 5c 4e |..p&....>.=(..\N|
  409. 00000040 56 da a2 71 a6 19 69 92 81 bf 79 9f bc ae df 7b |V..q..i...y....{|
  410. 00000050 1a 6f dd 13 3d 7a ad 35 0d 62 d5 28 3c 6d 4c 43 |.o..=z.5.b.(<mLC|
  411. 00000060 05 f6 d1 9e 2c ec fd 60 52 a1 86 d7 93 29 85 e2 |....,..`R....)..|
  412. 00000070 48 ec 95 ba 23 9c 73 72 08 5d da ec ce ac e3 dd |H...#.sr.]......|
  413. 00000080 82 be c1 bd 7d 2f 13 2d 43 b8 8e 66 a2 a4 e6 d9 |....}/.-C..f....|
  414. 00000090 8b 73 1a 03 d1 a7 07 63 df 45 d1 05 87 85 e4 34 |.s.....c.E.....4|
  415. 000000a0 69 29 80 87 8f a3 0a 61 12 ec a9 3b 3c d7 23 76 |i).....a...;<.#v|
  416. 000000b0 b2 56 fa 20 e1 06 5a 43 24 e1 45 38 27 a2 ce f7 |.V. ..ZC$.E8'...|
  417. 000000c0 5b ac 7c 5b 4b dc 92 05 c6 62 ae 10 3c af c5 81 |[.|[K....b..<...|
  418. 000000d0 6b bb 5e 7d 86 97 45 4f 7a 7b 1d bc f3 e8 1c 69 |k.^}..EOz{.....i|
  419. 000000e0 97 29 72 bd 3a 12 cc 93 ae 71 59 25 49 25 ed 8a |.)r.:....qY%I%..|
  420. 000000f0 c2 07 b2 fd 20 27 45 25 15 85 85 ba aa 54 cb 14 |.... 'E%.....T..|
  421. 00000100 55 de de 39 e9 10 d1 ea 34 22 7e ec b2 1e 0b 3b |U..9....4"~....;|
  422. 00000110 73 26 2e ea 21 0a f7 3b 43 d2 53 de 8b 9a 3b 97 |s&..!..;C.S...;.|
  423. 00000120 f9 ac 32 41 f1 3b 50 7b ae 90 31 ac 1a 85 37 2e |..2A.;P{..1...7.|
  424. 00000130 82 c9 76 fd 52 80 6c 34 d1 4a 04 79 57 97 35 9d |..v.R.l4.J.yW.5.|
  425. 00000140 d3 2d 5d fa 36 be 40 03 d0 cf 97 25 32 b9 ff d3 |.-].6.@....%2...|
  426. 00000150 d0 da ce 55 73 3f bf 1e fa 64 41 1f 1a f2 42 8c |...Us?...dA...B.|
  427. 00000160 0b 8c 0e 4f 9a 52 54 13 58 32 32 06 4d be b3 0b |...O.RT.X22.M...|
  428. 00000170 f8 0b 93 93 c2 97 9d c1 39 68 67 24 66 50 0f 24 |........9hg$fP.$|
  429. 00000180 74 55 2d 69 d3 65 b7 fa f1 92 49 b0 21 6e ab 27 |tU-i.e....I.!n.'|
  430. 00000190 b2 75 2f 4f 71 63 b4 ee 5d 5e cd 53 11 f6 ed d2 |.u/Oqc..]^.S....|
  431. 000001a0 21 f3 ab a2 93 f1 3e dd 11 de 66 b0 53 0a fc 5a |!.....>...f.S..Z|
  432. 000001b0 35 77 2c f6 d1 56 9d 11 6e 44 4f b7 12 70 00 fe |5w,..V..nDO..p..|
  433. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 18 86 00 00 fe |................|
  434. 000001d0 ff ff 05 fe ff ff 02 18 86 00 00 98 3b 00 00 00 |............;...|
  435. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  436. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  437. 00000200
  438. ADDITIONAL INFORMATION :
  439. =================== log of boot-info 2016-10-09__18h40 ===================
  440. boot-info version : 4ppa38
  441. boot-sav version : 4ppa38
  442. glade2script version : 3.2.3~ppa1
  443. boot-sav-extra version :
  444. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  445. CPU op-mode(s): 32-bit, 64-bit
  446. BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic root=UUID=2cce294a-b5a8-4255-a43a-3f0bb06c4700 ro quiet splash vt.handoff=7
  447. Partition 2 does not start on physical sector boundary.
  448. =================== os-prober:
  449. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  450. =================== blkid:
  451. /dev/sda1: UUID="2cce294a-b5a8-4255-a43a-3f0bb06c4700" TYPE="ext4" PARTUUID="30f0b7ff-01"
  452. /dev/sda5: UUID="cc044587-ad5c-4ba2-876b-7641a0bb0f32" TYPE="swap" PARTUUID="30f0b7ff-05"
  453. /dev/sda6: UUID="c0b53cd9-dfd6-42eb-8ffc-d3f8c0e24df9" TYPE="ext4" PARTUUID="30f0b7ff-06"
  454. /dev/sda7: UUID="79cf8b92-7ba8-4b45-8ff0-e8edd98c7d2d" TYPE="ext4" PARTUUID="30f0b7ff-07"
  455. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  456. Partition 2 does not start on physical sector boundary.
  457. Partition 2 does not start on physical sector boundary.
  458. =================== /etc/grub.d/ :
  459. drwxr-xr-x 2 root root 4096 oct. 9 14:48 grub.d
  460. total 76
  461. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  462. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  463. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  464. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  465. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  466. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  467. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  468. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  469. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  470. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  471. =================== /etc/default/grub :
  472. # If you change this file, run 'update-grub' afterwards to update
  473. # /boot/grub/grub.cfg.
  474. # For full documentation of the options in this file, see:
  475. # info -f grub -n 'Simple configuration'
  476. GRUB_DEFAULT=0
  477. GRUB_HIDDEN_TIMEOUT=0
  478. GRUB_HIDDEN_TIMEOUT_QUIET=true
  479. GRUB_TIMEOUT=10
  480. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  481. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  482. GRUB_CMDLINE_LINUX=""
  483. # Uncomment to enable BadRAM filtering, modify to suit your needs
  484. # This works with Linux (no patch required) and with any kernel that obtains
  485. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  486. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  487. # Uncomment to disable graphical terminal (grub-pc only)
  488. #GRUB_TERMINAL=console
  489. # The resolution used on graphical terminal
  490. # note that you can use only modes which your graphic card supports via VBE
  491. # you can see them in real GRUB with the command `vbeinfo'
  492. #GRUB_GFXMODE=640x480
  493. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  494. #GRUB_DISABLE_LINUX_UUID=true
  495. # Uncomment to disable generation of recovery mode menu entries
  496. #GRUB_DISABLE_RECOVERY="true"
  497. # Uncomment to get a beep at grub start
  498. #GRUB_INIT_TUNE="480 440 1"
  499. =================== UEFI/Legacy mode:
  500. This installed-session is not in EFI-mode.
  501. EFI in dmesg.
  502. [ 0.000000] ACPI: UEFI 0x000000009CFFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  503. [ 0.000000] ACPI: UEFI 0x000000009CFFC000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
  504. SecureBoot disabled.
  505. =================== PARTITIONS & DISKS:
  506. sda1 : 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, not-far, .
  507. 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, not-far, /tmp.
  508. sda7 : 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.
  509. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  510. =================== parted -l:
  511. Model: ATA TOSHIBA MQ02ABF0 (scsi)
  512. Disk /dev/sda: 500GB
  513. Sector size (logical/physical): 512B/4096B
  514. Partition Table: msdos
  515. Disk Flags:
  516. Number Start End Size Type File system Flags
  517. 1 1049kB 12.0GB 12.0GB primary ext4 boot
  518. 2 12.0GB 500GB 488GB extended
  519. 5 12.0GB 16.5GB 4499MB logical linux-swap(v1)
  520. 6 16.5GB 18.5GB 1999MB logical ext4
  521. 7 18.5GB 500GB 482GB logical ext4
  522. =================== parted -lm:
  523. BYT;
  524. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA MQ02ABF0:;
  525. 1:1049kB:12.0GB:12.0GB:ext4::boot;
  526. 2:12.0GB:500GB:488GB:::;
  527. 5:12.0GB:16.5GB:4499MB:linux-swap(v1)::;
  528. 6:16.5GB:18.5GB:1999MB:ext4::;
  529. 7:18.5GB:500GB:482GB:ext4::;
  530. =================== lsblk:
  531. KNAME TYPE FSTYPE SIZE LABEL
  532. sda disk 465,8G
  533. sda1 part ext4 11,2G
  534. sda2 part 1K
  535. sda5 part swap 4,2G
  536. sda6 part ext4 1,9G
  537. sda7 part ext4 448,5G
  538. KNAME ROTA RO RM STATE MOUNTPOINT
  539. sda 1 0 0 running
  540. sda1 1 0 0 /
  541. sda2 1 0 0
  542. sda5 1 0 0 [SWAP]
  543. sda6 1 0 0 /tmp
  544. sda7 1 0 0 /home
  545. =================== mount:
  546. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  547. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  548. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1962404k,nr_inodes=490601,mode=755)
  549. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  550. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=396484k,mode=755)
  551. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  552. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  553. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  554. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  555. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  556. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  557. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  558. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  559. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  560. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  561. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  562. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  563. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  564. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  565. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  566. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  567. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  568. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  569. mqueue on /dev/mqueue type mqueue (rw,relatime)
  570. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  571. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  572. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  573. /dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
  574. /dev/sda6 on /tmp type ext4 (rw,relatime,data=ordered)
  575. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=396484k,mode=700,uid=1000,gid=1000)
  576. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  577. =================== ls:
  578. /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 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  579. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm 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 sda5 sda6 sda7 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vboxdrv vboxdrvu vboxnetctl vboxusb 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. Partition 2 does not start on physical sector boundary.
  583. =================== df -Th:
  584. Filesystem Type Size Used Avail Use% Mounted on
  585. udev devtmpfs 1.9G 0 1.9G 0% /dev
  586. tmpfs tmpfs 388M 6.4M 381M 2% /run
  587. /dev/sda1 ext4 11G 5.0G 5.4G 48% /
  588. tmpfs tmpfs 1.9G 220K 1.9G 1% /dev/shm
  589. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  590. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  591. /dev/sda7 ext4 442G 203G 217G 49% /home
  592. /dev/sda6 ext4 1.9G 2.9M 1.7G 1% /tmp
  593. tmpfs tmpfs 388M 40K 388M 1% /run/user/1000
  594. =================== fdisk -l:
  595. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 4096 bytes
  626. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  627. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 4096 bytes
  630. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  631. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  632. Units: sectors of 1 * 512 = 512 bytes
  633. Sector size (logical/physical): 512 bytes / 4096 bytes
  634. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  635. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disklabel type: dos
  664. Disk identifier: 0x30f0b7ff
  665. Device Boot Start End Sectors Size Id Type
  666. /dev/sda1 * 2048 23437594 23435547 11.2G 83 Linux
  667. /dev/sda2 23439358 976771071 953331714 454.6G 5 Extended
  668. /dev/sda5 23439360 32227327 8787968 4.2G 82 Linux swap / Solaris
  669. /dev/sda6 32229376 36132863 3903488 1.9G 83 Linux
  670. /dev/sda7 36134912 976771071 940636160 448.5G 83 Linux
  671. =================== Suggested repair
  672. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  673. Additional repair would be performed: unhide-bootmenu-10s
  674. =================== User settings
  675. The settings chosen by the user will not act on the boot.
  676. paste.ubuntu.com ko (), using paste.debian
  677. paste.debian.net ko (), using paste2