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.10
  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. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. I/O size (minimum/optimal): 512 bytes / 512 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 46,941,501 46,939,454 83 Linux
  40. /dev/sda2 46,944,254 250,068,991 203,124,738 5 Extended
  41. /dev/sda5 46,944,256 54,755,327 7,811,072 82 Linux swap / Solaris
  42. /dev/sda6 54,757,376 250,068,991 195,311,616 83 Linux
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ext4
  46. /dev/sda5 0af39cca-3a71-4e1b-8276-77c717e81e6d swap
  47. /dev/sda6 b00d7470-11e6-4d80-9c5a-5b851b2b6096 ext4
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 Jan 11 20:59 ata-HFS128G3BMND-3210A_FS67N083010307G26 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Jan 11 20:59 ata-HFS128G3BMND-3210A_FS67N083010307G26-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Jan 11 20:59 ata-HFS128G3BMND-3210A_FS67N083010307G26-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Jan 11 20:59 ata-HFS128G3BMND-3210A_FS67N083010307G26-part5 -> ../../sda5
  54. lrwxrwxrwx 1 root root 10 Jan 11 20:59 ata-HFS128G3BMND-3210A_FS67N083010307G26-part6 -> ../../sda6
  55. lrwxrwxrwx 1 root root 9 Jan 11 20:59 wwn-0x5000000000000000 -> ../../sda
  56. lrwxrwxrwx 1 root root 10 Jan 11 20:59 wwn-0x5000000000000000-part1 -> ../../sda1
  57. lrwxrwxrwx 1 root root 10 Jan 11 20:59 wwn-0x5000000000000000-part2 -> ../../sda2
  58. lrwxrwxrwx 1 root root 10 Jan 11 20:59 wwn-0x5000000000000000-part5 -> ../../sda5
  59. lrwxrwxrwx 1 root root 10 Jan 11 20:59 wwn-0x5000000000000000-part6 -> ../../sda6
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  63. /dev/sda6 /home ext4 (rw,relatime,data=ordered)
  64. =========================== sda1/boot/grub/grub.cfg: ===========================
  65. --------------------------------------------------------------------------------
  66. #
  67. # DO NOT EDIT THIS FILE
  68. #
  69. # It is automatically generated by grub-mkconfig using templates
  70. # from /etc/grub.d and settings from /etc/default/grub
  71. #
  72. ### BEGIN /etc/grub.d/00_header ###
  73. if [ -s $prefix/grubenv ]; then
  74. set have_grubenv=true
  75. load_env
  76. fi
  77. if [ "${next_entry}" ] ; then
  78. set default="${next_entry}"
  79. set next_entry=
  80. save_env next_entry
  81. set boot_once=true
  82. else
  83. set default="0"
  84. fi
  85. if [ x"${feature_menuentry_id}" = xy ]; then
  86. menuentry_id_option="--id"
  87. else
  88. menuentry_id_option=""
  89. fi
  90. export menuentry_id_option
  91. if [ "${prev_saved_entry}" ]; then
  92. set saved_entry="${prev_saved_entry}"
  93. save_env saved_entry
  94. set prev_saved_entry=
  95. save_env prev_saved_entry
  96. set boot_once=true
  97. fi
  98. function savedefault {
  99. if [ -z "${boot_once}" ]; then
  100. saved_entry="${chosen}"
  101. save_env saved_entry
  102. fi
  103. }
  104. function recordfail {
  105. set recordfail=1
  106. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  107. }
  108. function load_video {
  109. if [ x$feature_all_video_module = xy ]; then
  110. insmod all_video
  111. else
  112. insmod efi_gop
  113. insmod efi_uga
  114. insmod ieee1275_fb
  115. insmod vbe
  116. insmod vga
  117. insmod video_bochs
  118. insmod video_cirrus
  119. fi
  120. }
  121. if [ x$feature_default_font_path = xy ] ; then
  122. font=unicode
  123. else
  124. insmod part_msdos
  125. insmod ext2
  126. set root='hd0,msdos1'
  127. if [ x$feature_platform_search_hint = xy ]; then
  128. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  129. else
  130. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  131. fi
  132. font="/usr/share/grub/unicode.pf2"
  133. fi
  134. if loadfont $font ; then
  135. set gfxmode=auto
  136. load_video
  137. insmod gfxterm
  138. set locale_dir=$prefix/locale
  139. set lang=fr_FR
  140. insmod gettext
  141. fi
  142. terminal_output gfxterm
  143. if [ "${recordfail}" = 1 ] ; then
  144. set timeout=30
  145. else
  146. if [ x$feature_timeout_style = xy ] ; then
  147. set timeout_style=hidden
  148. set timeout=0
  149. # Fallback hidden-timeout code in case the timeout_style feature is
  150. # unavailable.
  151. elif sleep --interruptible 0 ; then
  152. set timeout=0
  153. fi
  154. fi
  155. ### END /etc/grub.d/00_header ###
  156. ### BEGIN /etc/grub.d/05_debian_theme ###
  157. set menu_color_normal=white/black
  158. set menu_color_highlight=black/light-gray
  159. if background_color 44,0,30,0; then
  160. clear
  161. fi
  162. ### END /etc/grub.d/05_debian_theme ###
  163. ### BEGIN /etc/grub.d/10_linux ###
  164. function gfxmode {
  165. set gfxpayload="${1}"
  166. if [ "${1}" = "keep" ]; then
  167. set vt_handoff=vt.handoff=7
  168. else
  169. set vt_handoff=
  170. fi
  171. }
  172. if [ "${recordfail}" != 1 ]; then
  173. if [ -e ${prefix}/gfxblacklist.txt ]; then
  174. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175. if [ ${match} = 0 ]; then
  176. set linux_gfx_mode=keep
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=keep
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  191. recordfail
  192. load_video
  193. gfxmode $linux_gfx_mode
  194. insmod gzio
  195. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  196. insmod part_msdos
  197. insmod ext2
  198. set root='hd0,msdos1'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  201. else
  202. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  203. fi
  204. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash $vt_handoff
  205. initrd /boot/initrd.img-4.8.0-32-generic
  206. }
  207. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  208. menuentry 'Ubuntu, avec Linux 4.8.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-advanced-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  214. insmod part_msdos
  215. insmod ext2
  216. set root='hd0,msdos1'
  217. if [ x$feature_platform_search_hint = xy ]; then
  218. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  219. else
  220. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  221. fi
  222. echo 'Chargement de Linux 4.8.0-32-generic…'
  223. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash $vt_handoff
  224. echo 'Chargement du disque mémoire initial…'
  225. initrd /boot/initrd.img-4.8.0-32-generic
  226. }
  227. menuentry 'Ubuntu, with Linux 4.8.0-32-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-init-upstart-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  228. recordfail
  229. load_video
  230. gfxmode $linux_gfx_mode
  231. insmod gzio
  232. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  233. insmod part_msdos
  234. insmod ext2
  235. set root='hd0,msdos1'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  238. else
  239. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  240. fi
  241. echo 'Chargement de Linux 4.8.0-32-generic…'
  242. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash $vt_handoff init=/sbin/upstart
  243. echo 'Chargement du disque mémoire initial…'
  244. initrd /boot/initrd.img-4.8.0-32-generic
  245. }
  246. menuentry 'Ubuntu, with Linux 4.8.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-recovery-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  247. recordfail
  248. load_video
  249. insmod gzio
  250. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  256. else
  257. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  258. fi
  259. echo 'Chargement de Linux 4.8.0-32-generic…'
  260. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro recovery nomodeset
  261. echo 'Chargement du disque mémoire initial…'
  262. initrd /boot/initrd.img-4.8.0-32-generic
  263. }
  264. menuentry 'Ubuntu, avec Linux 4.8.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-advanced-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  265. recordfail
  266. load_video
  267. gfxmode $linux_gfx_mode
  268. insmod gzio
  269. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  270. insmod part_msdos
  271. insmod ext2
  272. set root='hd0,msdos1'
  273. if [ x$feature_platform_search_hint = xy ]; then
  274. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  275. else
  276. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  277. fi
  278. echo 'Chargement de Linux 4.8.0-22-generic…'
  279. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash $vt_handoff
  280. echo 'Chargement du disque mémoire initial…'
  281. initrd /boot/initrd.img-4.8.0-22-generic
  282. }
  283. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-init-upstart-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  284. recordfail
  285. load_video
  286. gfxmode $linux_gfx_mode
  287. insmod gzio
  288. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  289. insmod part_msdos
  290. insmod ext2
  291. set root='hd0,msdos1'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  294. else
  295. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  296. fi
  297. echo 'Chargement de Linux 4.8.0-22-generic…'
  298. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash $vt_handoff init=/sbin/upstart
  299. echo 'Chargement du disque mémoire initial…'
  300. initrd /boot/initrd.img-4.8.0-22-generic
  301. }
  302. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-recovery-42a55df0-61a5-4d46-8cbd-1e6d4b3a2069' {
  303. recordfail
  304. load_video
  305. insmod gzio
  306. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  307. insmod part_msdos
  308. insmod ext2
  309. set root='hd0,msdos1'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  312. else
  313. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  314. fi
  315. echo 'Chargement de Linux 4.8.0-22-generic…'
  316. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro recovery nomodeset
  317. echo 'Chargement du disque mémoire initial…'
  318. initrd /boot/initrd.img-4.8.0-22-generic
  319. }
  320. }
  321. ### END /etc/grub.d/10_linux ###
  322. ### BEGIN /etc/grub.d/20_linux_xen ###
  323. ### END /etc/grub.d/20_linux_xen ###
  324. ### BEGIN /etc/grub.d/20_memtest86+ ###
  325. menuentry 'Memory test (memtest86+)' {
  326. insmod part_msdos
  327. insmod ext2
  328. set root='hd0,msdos1'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  331. else
  332. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  333. fi
  334. knetbsd /boot/memtest86+.elf
  335. }
  336. menuentry 'Memory test (memtest86+, serial console 115200)' {
  337. insmod part_msdos
  338. insmod ext2
  339. set root='hd0,msdos1'
  340. if [ x$feature_platform_search_hint = xy ]; then
  341. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  342. else
  343. search --no-floppy --fs-uuid --set=root 42a55df0-61a5-4d46-8cbd-1e6d4b3a2069
  344. fi
  345. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  346. }
  347. ### END /etc/grub.d/20_memtest86+ ###
  348. ### BEGIN /etc/grub.d/30_os-prober ###
  349. ### END /etc/grub.d/30_os-prober ###
  350. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  351. ### END /etc/grub.d/30_uefi-firmware ###
  352. ### BEGIN /etc/grub.d/40_custom ###
  353. # This file provides an easy way to add custom menu entries. Simply type the
  354. # menu entries you want to add after this comment. Be careful not to change
  355. # the 'exec tail' line above.
  356. ### END /etc/grub.d/40_custom ###
  357. ### BEGIN /etc/grub.d/41_custom ###
  358. if [ -f ${config_directory}/custom.cfg ]; then
  359. source ${config_directory}/custom.cfg
  360. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  361. source $prefix/custom.cfg;
  362. fi
  363. ### END /etc/grub.d/41_custom ###
  364. --------------------------------------------------------------------------------
  365. =============================== sda1/etc/fstab: ================================
  366. --------------------------------------------------------------------------------
  367. # /etc/fstab: static file system information.
  368. #
  369. # Use 'blkid' to print the universally unique identifier for a
  370. # device; this may be used with UUID= as a more robust way to name devices
  371. # that works even if disks are added and removed. See fstab(5).
  372. #
  373. # <file system> <mount point> <type> <options> <dump> <pass>
  374. # / was on /dev/sda1 during installation
  375. UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 / ext4 errors=remount-ro 0 1
  376. # /home was on /dev/sda6 during installation
  377. UUID=b00d7470-11e6-4d80-9c5a-5b851b2b6096 /home ext4 defaults 0 2
  378. # swap was on /dev/sda5 during installation
  379. UUID=0af39cca-3a71-4e1b-8276-77c717e81e6d none swap sw 0 0
  380. --------------------------------------------------------------------------------
  381. =================== sda1: Location of files loaded by Grub: ====================
  382. GiB - GB File Fragment(s)
  383. 4.174987793 = 4.482859008 boot/grub/grub.cfg 1
  384. 16.138980865 = 17.329098752 boot/grub/i386-pc/core.img 1
  385. 1.339969635 = 1.438781440 boot/vmlinuz-4.8.0-22-generic 1
  386. 14.865539551 = 15.961751552 boot/vmlinuz-4.8.0-32-generic 1
  387. 14.865539551 = 15.961751552 vmlinuz 1
  388. 1.339969635 = 1.438781440 vmlinuz.old 1
  389. 4.820659637 = 5.176143872 boot/initrd.img-4.8.0-22-generic 3
  390. 15.234542847 = 16.357965824 boot/initrd.img-4.8.0-32-generic 1
  391. 15.234542847 = 16.357965824 initrd.img 1
  392. 4.820659637 = 5.176143872 initrd.img.old 3
  393. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  394. Unknown BootLoader on sda2
  395. 00000000 d2 d2 d2 ff d2 d2 d2 ff d2 d2 d2 ff d2 d2 d2 ff |................|
  396. *
  397. 000000c0 d2 d2 d2 ff d2 d2 d2 ff d2 d2 d2 ff d2 d2 d2 df |................|
  398. 000000d0 d2 d2 d2 40 00 00 00 00 00 00 00 00 00 00 00 00 |...@............|
  399. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  400. *
  401. 000001b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fe |................|
  402. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 30 77 00 00 fe |...........0w...|
  403. 000001d0 ff ff 05 fe ff ff 02 30 77 00 00 40 a4 0b 00 00 |.......0w..@....|
  404. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  405. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  406. 00000200
  407. ADDITIONAL INFORMATION :
  408. =================== log of boot-info 2017-01-11__20h59 ===================
  409. boot-info version : 4ppa40
  410. boot-sav version : 4ppa40
  411. glade2script version : 3.2.3~ppa1
  412. boot-sav-extra version : 4ppa40
  413. boot-info is executed in installed-session (Ubuntu 16.10, yakkety, Ubuntu, x86_64)
  414. CPU op-mode(s): 32-bit, 64-bit
  415. BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic root=UUID=42a55df0-61a5-4d46-8cbd-1e6d4b3a2069 ro quiet splash vt.handoff=7
  416. =================== os-prober:
  417. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.10 CurrentSession:linux
  418. =================== blkid:
  419. /dev/sda1: UUID="42a55df0-61a5-4d46-8cbd-1e6d4b3a2069" TYPE="ext4" PARTUUID="2925b5dd-01"
  420. /dev/sda5: UUID="0af39cca-3a71-4e1b-8276-77c717e81e6d" TYPE="swap" PARTUUID="2925b5dd-05"
  421. /dev/sda6: UUID="b00d7470-11e6-4d80-9c5a-5b851b2b6096" TYPE="ext4" PARTUUID="2925b5dd-06"
  422. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  423. =================== /etc/grub.d/ :
  424. drwxr-xr-x 2 root root 4096 oct. 12 22:48 grub.d
  425. total 76
  426. -rwxr-xr-x 1 root root 9791 sept. 6 16:10 00_header
  427. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  428. -rwxr-xr-x 1 root root 12261 sept. 6 16:10 10_linux
  429. -rwxr-xr-x 1 root root 11082 sept. 6 16:10 20_linux_xen
  430. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  431. -rwxr-xr-x 1 root root 11692 sept. 6 16:10 30_os-prober
  432. -rwxr-xr-x 1 root root 1418 sept. 6 16:10 30_uefi-firmware
  433. -rwxr-xr-x 1 root root 214 sept. 6 16:10 40_custom
  434. -rwxr-xr-x 1 root root 216 sept. 6 16:10 41_custom
  435. -rw-r--r-- 1 root root 483 sept. 6 16:10 README
  436. =================== /etc/default/grub :
  437. # If you change this file, run 'update-grub' afterwards to update
  438. # /boot/grub/grub.cfg.
  439. # For full documentation of the options in this file, see:
  440. # info -f grub -n 'Simple configuration'
  441. GRUB_DEFAULT=0
  442. GRUB_HIDDEN_TIMEOUT=0
  443. GRUB_HIDDEN_TIMEOUT_QUIET=true
  444. GRUB_TIMEOUT=10
  445. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  446. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  447. GRUB_CMDLINE_LINUX=""
  448. # Uncomment to enable BadRAM filtering, modify to suit your needs
  449. # This works with Linux (no patch required) and with any kernel that obtains
  450. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  451. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  452. # Uncomment to disable graphical terminal (grub-pc only)
  453. #GRUB_TERMINAL=console
  454. # The resolution used on graphical terminal
  455. # note that you can use only modes which your graphic card supports via VBE
  456. # you can see them in real GRUB with the command `vbeinfo'
  457. #GRUB_GFXMODE=640x480
  458. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  459. #GRUB_DISABLE_LINUX_UUID=true
  460. # Uncomment to disable generation of recovery mode menu entries
  461. #GRUB_DISABLE_RECOVERY="true"
  462. # Uncomment to get a beep at grub start
  463. #GRUB_INIT_TUNE="480 440 1"
  464. =================== UEFI/Legacy mode:
  465. This installed-session is not in EFI-mode.
  466. EFI in dmesg.
  467. [ 0.000000] ACPI: UEFI 0x000000008B2FB000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  468. [ 0.000000] ACPI: UEFI 0x000000008B2FA000 000042 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  469. SecureBoot disabled.
  470. =================== PARTITIONS & DISKS:
  471. 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, .
  472. 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.
  473. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  474. =================== parted -l:
  475. Model: ATA HFS128G3BMND-321 (scsi)
  476. Disk /dev/sda: 128GB
  477. Sector size (logical/physical): 512B/512B
  478. Partition Table: msdos
  479. Disk Flags:
  480. Number Start End Size Type File system Flags
  481. 1 1049kB 24.0GB 24.0GB primary ext4 boot
  482. 2 24.0GB 128GB 104GB extended
  483. 5 24.0GB 28.0GB 3999MB logical linux-swap(v1)
  484. 6 28.0GB 128GB 100GB logical ext4
  485. =================== parted -lm:
  486. BYT;
  487. /dev/sda:128GB:scsi:512:512:msdos:ATA HFS128G3BMND-321:;
  488. 1:1049kB:24.0GB:24.0GB:ext4::boot;
  489. 2:24.0GB:128GB:104GB:::;
  490. 5:24.0GB:28.0GB:3999MB:linux-swap(v1)::;
  491. 6:28.0GB:128GB:100GB:ext4::;
  492. =================== lsblk:
  493. KNAME TYPE FSTYPE SIZE LABEL
  494. sda disk 119,2G
  495. sda2 part 1K
  496. sda5 part swap 3,7G
  497. sda1 part ext4 22,4G
  498. sda6 part ext4 93,1G
  499. KNAME ROTA RO RM STATE MOUNTPOINT
  500. sda 0 0 0 running
  501. sda2 0 0 0
  502. sda5 0 0 0 [SWAP]
  503. sda1 0 0 0 /
  504. sda6 0 0 0 /home
  505. =================== mount:
  506. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  507. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  508. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1926264k,nr_inodes=481566,mode=755)
  509. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  510. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=389616k,mode=755)
  511. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  512. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  513. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  514. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  515. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  516. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  517. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  518. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  519. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  520. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  521. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  522. 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)
  523. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  524. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  525. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  526. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  527. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  528. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12515)
  529. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  530. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  531. mqueue on /dev/mqueue type mqueue (rw,relatime)
  532. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  533. /dev/sda6 on /home type ext4 (rw,relatime,data=ordered)
  534. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=389612k,mode=700,uid=1000,gid=1000)
  535. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  536. =================== ls:
  537. /sys/block/sda (filtered): alignment_offset badblocks 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 size slaves stat subsystem trace uevent
  538. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 hidraw0 HID-SENSOR-2000e1.2.auto hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 iio:device0 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 sda5 sda6 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  539. ls /dev/mapper: control
  540. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  541. =================== df -Th:
  542. Filesystem Type Size Used Avail Use% Mounted on
  543. udev devtmpfs 1.9G 0 1.9G 0% /dev
  544. tmpfs tmpfs 381M 6.5M 375M 2% /run
  545. /dev/sda1 ext4 22G 8.8G 12G 43% /
  546. tmpfs tmpfs 1.9G 5.3M 1.9G 1% /dev/shm
  547. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  548. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  549. /dev/sda6 ext4 92G 6.0G 81G 7% /home
  550. tmpfs tmpfs 381M 100K 381M 1% /run/user/1000
  551. =================== fdisk -l:
  552. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  589. Units: sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 4096 bytes
  591. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  592. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  605. Units: sectors of 1 * 512 = 512 bytes
  606. Sector size (logical/physical): 512 bytes / 4096 bytes
  607. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  608. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  609. Units: sectors of 1 * 512 = 512 bytes
  610. Sector size (logical/physical): 512 bytes / 4096 bytes
  611. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  612. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  613. Units: sectors of 1 * 512 = 512 bytes
  614. Sector size (logical/physical): 512 bytes / 4096 bytes
  615. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  616. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  617. Units: sectors of 1 * 512 = 512 bytes
  618. Sector size (logical/physical): 512 bytes / 512 bytes
  619. I/O size (minimum/optimal): 512 bytes / 512 bytes
  620. Disklabel type: dos
  621. Disk identifier: 0x2925b5dd
  622. Device Boot Start End Sectors Size Id Type
  623. /dev/sda1 * 2048 46941501 46939454 22.4G 83 Linux
  624. /dev/sda2 46944254 250068991 203124738 96.9G 5 Extended
  625. /dev/sda5 46944256 54755327 7811072 3.7G 82 Linux swap / Solaris
  626. /dev/sda6 54757376 250068991 195311616 93.1G 83 Linux
  627. =================== Suggested repair
  628. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  629. Additional repair would be performed: unhide-bootmenu-10s
  630. =================== User settings
  631. The settings chosen by the user will not act on the boot.
  632. paste.ubuntu.com ko (), using paste.debian
  633. paste.debian.net ko (), using paste2