1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: -
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.1 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda3: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  24. Units: sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 4096 bytes
  26. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  27. Disklabel type: gpt
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  30. GUID Partition Table detected.
  31. Partition Attrs Start Sector End Sector # of Sectors System
  32. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  33. /dev/sda2 1,050,624 968,622,079 967,571,456 Data partition (Linux)
  34. /dev/sda3 968,622,080 976,771,071 8,148,992 Swap partition (Linux)
  35. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 F017-180B vfat
  39. /dev/sda2 c1f095d3-2be5-44ac-8772-5641b608ba7e ext4
  40. /dev/sda3 ffd1aa62-61b0-4381-94e6-c066810bdcd5 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Aug 5 15:23 ata-HL-DT-ST_DVDRAM_GUA0N_KYTE6O12427 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Aug 5 15:34 ata-WDC_WD5000LPVX-22V0TT0_WD-WX71A2478639 -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Aug 5 15:34 ata-WDC_WD5000LPVX-22V0TT0_WD-WX71A2478639-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Aug 5 15:34 ata-WDC_WD5000LPVX-22V0TT0_WD-WX71A2478639-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Aug 5 15:34 ata-WDC_WD5000LPVX-22V0TT0_WD-WX71A2478639-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 Aug 5 15:23 wwn-0x5001480000000000 -> ../../sr0
  49. lrwxrwxrwx 1 root root 9 Aug 5 15:34 wwn-0x50014ee25f8446da -> ../../sda
  50. lrwxrwxrwx 1 root root 10 Aug 5 15:34 wwn-0x50014ee25f8446da-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 Aug 5 15:34 wwn-0x50014ee25f8446da-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 Aug 5 15:34 wwn-0x50014ee25f8446da-part3 -> ../../sda3
  53. ================================ Mount points: =================================
  54. Device Mount_Point Type Options
  55. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  56. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  57. =========================== sda2/boot/grub/grub.cfg: ===========================
  58. --------------------------------------------------------------------------------
  59. #
  60. # DO NOT EDIT THIS FILE
  61. #
  62. # It is automatically generated by grub-mkconfig using templates
  63. # from /etc/grub.d and settings from /etc/default/grub
  64. #
  65. ### BEGIN /etc/grub.d/00_header ###
  66. if [ -s $prefix/grubenv ]; then
  67. set have_grubenv=true
  68. load_env
  69. fi
  70. if [ "${next_entry}" ] ; then
  71. set default="${next_entry}"
  72. set next_entry=
  73. save_env next_entry
  74. set boot_once=true
  75. else
  76. set default="0"
  77. fi
  78. if [ x"${feature_menuentry_id}" = xy ]; then
  79. menuentry_id_option="--id"
  80. else
  81. menuentry_id_option=""
  82. fi
  83. export menuentry_id_option
  84. if [ "${prev_saved_entry}" ]; then
  85. set saved_entry="${prev_saved_entry}"
  86. save_env saved_entry
  87. set prev_saved_entry=
  88. save_env prev_saved_entry
  89. set boot_once=true
  90. fi
  91. function savedefault {
  92. if [ -z "${boot_once}" ]; then
  93. saved_entry="${chosen}"
  94. save_env saved_entry
  95. fi
  96. }
  97. function recordfail {
  98. set recordfail=1
  99. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  100. }
  101. function load_video {
  102. if [ x$feature_all_video_module = xy ]; then
  103. insmod all_video
  104. else
  105. insmod efi_gop
  106. insmod efi_uga
  107. insmod ieee1275_fb
  108. insmod vbe
  109. insmod vga
  110. insmod video_bochs
  111. insmod video_cirrus
  112. fi
  113. }
  114. if [ x$feature_default_font_path = xy ] ; then
  115. font=unicode
  116. else
  117. insmod part_gpt
  118. insmod ext2
  119. set root='hd0,gpt2'
  120. if [ x$feature_platform_search_hint = xy ]; then
  121. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  122. else
  123. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  124. fi
  125. font="/usr/share/grub/unicode.pf2"
  126. fi
  127. if loadfont $font ; then
  128. set gfxmode=auto
  129. load_video
  130. insmod gfxterm
  131. set locale_dir=$prefix/locale
  132. set lang=fr_FR
  133. insmod gettext
  134. fi
  135. terminal_output gfxterm
  136. if [ "${recordfail}" = 1 ] ; then
  137. set timeout=30
  138. else
  139. if [ x$feature_timeout_style = xy ] ; then
  140. set timeout_style=hidden
  141. set timeout=0
  142. # Fallback hidden-timeout code in case the timeout_style feature is
  143. # unavailable.
  144. elif sleep --interruptible 0 ; then
  145. set timeout=0
  146. fi
  147. fi
  148. ### END /etc/grub.d/00_header ###
  149. ### BEGIN /etc/grub.d/05_debian_theme ###
  150. set menu_color_normal=white/black
  151. set menu_color_highlight=black/light-gray
  152. if background_color 44,0,30,0; then
  153. clear
  154. fi
  155. ### END /etc/grub.d/05_debian_theme ###
  156. ### BEGIN /etc/grub.d/10_linux ###
  157. function gfxmode {
  158. set gfxpayload="${1}"
  159. if [ "${1}" = "keep" ]; then
  160. set vt_handoff=vt.handoff=7
  161. else
  162. set vt_handoff=
  163. fi
  164. }
  165. if [ "${recordfail}" != 1 ]; then
  166. if [ -e ${prefix}/gfxblacklist.txt ]; then
  167. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  168. if [ ${match} = 0 ]; then
  169. set linux_gfx_mode=keep
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=keep
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. export linux_gfx_mode
  183. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  184. recordfail
  185. load_video
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  189. insmod part_gpt
  190. insmod ext2
  191. set root='hd0,gpt2'
  192. if [ x$feature_platform_search_hint = xy ]; then
  193. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  194. else
  195. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  196. fi
  197. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff
  198. initrd /boot/initrd.img-4.4.0-31-generic
  199. }
  200. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  201. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  202. recordfail
  203. load_video
  204. gfxmode $linux_gfx_mode
  205. insmod gzio
  206. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  207. insmod part_gpt
  208. insmod ext2
  209. set root='hd0,gpt2'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  212. else
  213. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  214. fi
  215. echo 'Chargement de Linux 4.4.0-31-generic…'
  216. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff
  217. echo 'Chargement du disque mémoire initial…'
  218. initrd /boot/initrd.img-4.4.0-31-generic
  219. }
  220. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  231. else
  232. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  233. fi
  234. echo 'Chargement de Linux 4.4.0-31-generic…'
  235. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff init=/sbin/upstart
  236. echo 'Chargement du disque mémoire initial…'
  237. initrd /boot/initrd.img-4.4.0-31-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  240. recordfail
  241. load_video
  242. insmod gzio
  243. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  244. insmod part_gpt
  245. insmod ext2
  246. set root='hd0,gpt2'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  249. else
  250. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  251. fi
  252. echo 'Chargement de Linux 4.4.0-31-generic…'
  253. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro recovery nomodeset
  254. echo 'Chargement du disque mémoire initial…'
  255. initrd /boot/initrd.img-4.4.0-31-generic
  256. }
  257. menuentry 'Ubuntu, avec Linux 3.13.0-92-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-advanced-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  258. recordfail
  259. load_video
  260. gfxmode $linux_gfx_mode
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_gpt
  264. insmod ext2
  265. set root='hd0,gpt2'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  268. else
  269. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  270. fi
  271. echo 'Chargement de Linux 3.13.0-92-generic…'
  272. linux /boot/vmlinuz-3.13.0-92-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff
  273. echo 'Chargement du disque mémoire initial…'
  274. initrd /boot/initrd.img-3.13.0-92-generic
  275. }
  276. menuentry 'Ubuntu, with Linux 3.13.0-92-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-init-upstart-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_gpt
  283. insmod ext2
  284. set root='hd0,gpt2'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  287. else
  288. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  289. fi
  290. echo 'Chargement de Linux 3.13.0-92-generic…'
  291. linux /boot/vmlinuz-3.13.0-92-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff init=/sbin/upstart
  292. echo 'Chargement du disque mémoire initial…'
  293. initrd /boot/initrd.img-3.13.0-92-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 3.13.0-92-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-recovery-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  296. recordfail
  297. load_video
  298. insmod gzio
  299. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  300. insmod part_gpt
  301. insmod ext2
  302. set root='hd0,gpt2'
  303. if [ x$feature_platform_search_hint = xy ]; then
  304. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  305. else
  306. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  307. fi
  308. echo 'Chargement de Linux 3.13.0-92-generic…'
  309. linux /boot/vmlinuz-3.13.0-92-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro recovery nomodeset
  310. echo 'Chargement du disque mémoire initial…'
  311. initrd /boot/initrd.img-3.13.0-92-generic
  312. }
  313. menuentry 'Ubuntu, avec Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  314. recordfail
  315. load_video
  316. gfxmode $linux_gfx_mode
  317. insmod gzio
  318. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  319. insmod part_gpt
  320. insmod ext2
  321. set root='hd0,gpt2'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  324. else
  325. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  326. fi
  327. echo 'Chargement de Linux 3.13.0-24-generic…'
  328. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff
  329. echo 'Chargement du disque mémoire initial…'
  330. initrd /boot/initrd.img-3.13.0-24-generic
  331. }
  332. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-init-upstart-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  333. recordfail
  334. load_video
  335. gfxmode $linux_gfx_mode
  336. insmod gzio
  337. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  338. insmod part_gpt
  339. insmod ext2
  340. set root='hd0,gpt2'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  343. else
  344. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  345. fi
  346. echo 'Chargement de Linux 3.13.0-24-generic…'
  347. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash $vt_handoff init=/sbin/upstart
  348. echo 'Chargement du disque mémoire initial…'
  349. initrd /boot/initrd.img-3.13.0-24-generic
  350. }
  351. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-c1f095d3-2be5-44ac-8772-5641b608ba7e' {
  352. recordfail
  353. load_video
  354. insmod gzio
  355. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  356. insmod part_gpt
  357. insmod ext2
  358. set root='hd0,gpt2'
  359. if [ x$feature_platform_search_hint = xy ]; then
  360. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c1f095d3-2be5-44ac-8772-5641b608ba7e
  361. else
  362. search --no-floppy --fs-uuid --set=root c1f095d3-2be5-44ac-8772-5641b608ba7e
  363. fi
  364. echo 'Chargement de Linux 3.13.0-24-generic…'
  365. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro recovery nomodeset
  366. echo 'Chargement du disque mémoire initial…'
  367. initrd /boot/initrd.img-3.13.0-24-generic
  368. }
  369. }
  370. ### END /etc/grub.d/10_linux ###
  371. ### BEGIN /etc/grub.d/20_linux_xen ###
  372. ### END /etc/grub.d/20_linux_xen ###
  373. ### BEGIN /etc/grub.d/20_memtest86+ ###
  374. ### END /etc/grub.d/20_memtest86+ ###
  375. ### BEGIN /etc/grub.d/30_os-prober ###
  376. ### END /etc/grub.d/30_os-prober ###
  377. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  378. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  379. fwsetup
  380. }
  381. ### END /etc/grub.d/30_uefi-firmware ###
  382. ### BEGIN /etc/grub.d/40_custom ###
  383. # This file provides an easy way to add custom menu entries. Simply type the
  384. # menu entries you want to add after this comment. Be careful not to change
  385. # the 'exec tail' line above.
  386. ### END /etc/grub.d/40_custom ###
  387. ### BEGIN /etc/grub.d/41_custom ###
  388. if [ -f ${config_directory}/custom.cfg ]; then
  389. source ${config_directory}/custom.cfg
  390. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  391. source $prefix/custom.cfg;
  392. fi
  393. ### END /etc/grub.d/41_custom ###
  394. --------------------------------------------------------------------------------
  395. =============================== sda2/etc/fstab: ================================
  396. --------------------------------------------------------------------------------
  397. # /etc/fstab: static file system information.
  398. #
  399. # Use 'blkid' to print the universally unique identifier for a
  400. # device; this may be used with UUID= as a more robust way to name devices
  401. # that works even if disks are added and removed. See fstab(5).
  402. #
  403. # <file system> <mount point> <type> <options> <dump> <pass>
  404. # / was on /dev/sda2 during installation
  405. UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e / ext4 errors=remount-ro 0 1
  406. # /boot/efi was on /dev/sda1 during installation
  407. UUID=F017-180B /boot/efi vfat defaults 0 1
  408. # swap was on /dev/sda3 during installation
  409. UUID=ffd1aa62-61b0-4381-94e6-c066810bdcd5 none swap sw 0 0
  410. --------------------------------------------------------------------------------
  411. =================== sda2: Location of files loaded by Grub: ====================
  412. GiB - GB File Fragment(s)
  413. 406.659309387 = 436.647108608 boot/grub/grub.cfg 1
  414. 4.807136536 = 5.161623552 boot/vmlinuz-3.13.0-24-generic 1
  415. 3.174377441 = 3.408461824 boot/vmlinuz-3.13.0-92-generic 1
  416. 3.307193756 = 3.551072256 boot/vmlinuz-3.13.0-92-generic.efi.signed 1
  417. 13.512294769 = 14.508716032 boot/vmlinuz-4.4.0-31-generic 1
  418. 9.312229156 = 9.998929920 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  419. 13.512294769 = 14.508716032 vmlinuz 1
  420. 4.807136536 = 5.161623552 vmlinuz.old 1
  421. 2.016597748 = 2.165305344 boot/initrd.img-3.13.0-24-generic 3
  422. 12.786907196 = 13.729837056 boot/initrd.img-3.13.0-92-generic 1
  423. 9.380756378 = 10.072510464 boot/initrd.img-4.4.0-31-generic 2
  424. 9.380756378 = 10.072510464 initrd.img 2
  425. 2.016597748 = 2.165305344 initrd.img.old 3
  426. ADDITIONAL INFORMATION :
  427. =================== log of boot-info 2016-08-05__15h34 ===================
  428. boot-info version : 4ppa38
  429. boot-sav version : 4ppa38
  430. glade2script version : 3.2.3~ppa1
  431. boot-sav-extra version : 4ppa38
  432. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  433. CPU op-mode(s): 32-bit, 64-bit
  434. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=c1f095d3-2be5-44ac-8772-5641b608ba7e ro quiet splash vt.handoff=7
  435. =================== os-prober:
  436. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  437. =================== blkid:
  438. /dev/sda1: UUID="F017-180B" TYPE="vfat" PARTUUID="e86a7290-bc7a-485d-a626-21e66e94185f"
  439. /dev/sda2: UUID="c1f095d3-2be5-44ac-8772-5641b608ba7e" TYPE="ext4" PARTUUID="dc60585d-14b3-4e3e-afe9-388114c1a998"
  440. /dev/sda3: UUID="ffd1aa62-61b0-4381-94e6-c066810bdcd5" TYPE="swap" PARTUUID="2da036c2-26e6-41bd-9565-e9534f018fdb"
  441. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  442. =================== /etc/grub.d/ :
  443. drwxr-xr-x 2 root root 4096 août 5 15:19 grub.d
  444. total 76
  445. -rwxr-xr-x 1 root root 9791 juil. 1 17:28 00_header
  446. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  447. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  448. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  449. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  450. -rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
  451. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  452. -rwxr-xr-x 1 root root 214 avril 11 2014 40_custom
  453. -rwxr-xr-x 1 root root 216 avril 11 2014 41_custom
  454. -rw-r--r-- 1 root root 483 avril 11 2014 README
  455. =================== /etc/default/grub :
  456. # If you change this file, run 'update-grub' afterwards to update
  457. # /boot/grub/grub.cfg.
  458. # For full documentation of the options in this file, see:
  459. # info -f grub -n 'Simple configuration'
  460. GRUB_DEFAULT=0
  461. GRUB_HIDDEN_TIMEOUT=0
  462. GRUB_HIDDEN_TIMEOUT_QUIET=true
  463. GRUB_TIMEOUT=10
  464. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  465. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  466. GRUB_CMDLINE_LINUX=""
  467. # Uncomment to enable BadRAM filtering, modify to suit your needs
  468. # This works with Linux (no patch required) and with any kernel that obtains
  469. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  470. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  471. # Uncomment to disable graphical terminal (grub-pc only)
  472. #GRUB_TERMINAL=console
  473. # The resolution used on graphical terminal
  474. # note that you can use only modes which your graphic card supports via VBE
  475. # you can see them in real GRUB with the command `vbeinfo'
  476. #GRUB_GFXMODE=640x480
  477. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  478. #GRUB_DISABLE_LINUX_UUID=true
  479. # Uncomment to disable generation of recovery mode menu entries
  480. #GRUB_DISABLE_RECOVERY="true"
  481. # Uncomment to get a beep at grub start
  482. #GRUB_INIT_TUNE="480 440 1"
  483. /boot/efi detected in the fstab of sda2: UUID=F017-180B (sda1)
  484. =================== efibootmgr -v
  485. BootCurrent: 0000
  486. Timeout: 0 seconds
  487. BootOrder: 0000,2001,2002,2003
  488. Boot0000* ubuntu HD(1,GPT,e86a7290-bc7a-485d-a626-21e66e94185f,0x800,0x100000)/File(EFIubuntushimx64.efi)
  489. Boot2001* EFI USB Device RC
  490. Boot2002* EFI DVD/CDROM RC
  491. Boot2003* EFI Network RC
  492. =================== UEFI/Legacy mode:
  493. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  494. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  495. =================== PARTITIONS & DISKS:
  496. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, 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, .
  497. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, 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, /boot/efi.
  498. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  499. =================== parted -l:
  500. Model: ATA WDC WD5000LPVX-2 (scsi)
  501. Disk /dev/sda: 500GB
  502. Sector size (logical/physical): 512B/4096B
  503. Partition Table: gpt
  504. Disk Flags:
  505. Number Start End Size File system Name Flags
  506. 1 1049kB 538MB 537MB fat32 boot, esp
  507. 2 538MB 496GB 495GB ext4
  508. 3 496GB 500GB 4172MB linux-swap(v1)
  509. =================== parted -lm:
  510. BYT;
  511. /dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000LPVX-2:;
  512. 1:1049kB:538MB:537MB:fat32::boot, esp;
  513. 2:538MB:496GB:495GB:ext4::;
  514. 3:496GB:500GB:4172MB:linux-swap(v1)::;
  515. =================== lsblk:
  516. KNAME TYPE FSTYPE SIZE LABEL
  517. sda disk 465,8G
  518. sda1 part vfat 512M
  519. sda2 part ext4 461,4G
  520. sda3 part swap 3,9G
  521. sr0 rom 1024M
  522. KNAME ROTA RO RM STATE MOUNTPOINT
  523. sda 1 0 0 running
  524. sda1 1 0 0 /boot/efi
  525. sda2 1 0 0 /
  526. sda3 1 0 0 [SWAP]
  527. sr0 1 0 1 running
  528. =================== mount:
  529. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  530. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  531. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1944252k,nr_inodes=486063,mode=755)
  532. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  533. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=392728k,mode=755)
  534. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  535. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  536. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  537. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  538. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  539. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  540. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  541. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  542. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  543. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  544. 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)
  545. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  546. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  547. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  548. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  549. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  550. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  551. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  552. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  553. mqueue on /dev/mqueue type mqueue (rw,relatime)
  554. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  555. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  556. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  557. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  558. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  559. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  560. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  561. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=392728k,mode=700,uid=1000,gid=1000)
  562. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  563. =================== ls:
  564. /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 size slaves stat subsystem trace uevent
  565. /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
  566. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 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 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  567. ls /dev/mapper: control
  568. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  569. =================== hexdump -n512 -C /dev/sda1
  570. 00000000 30 f7 94 4d 53 57 49 4e 34 2e 31 00 02 08 26 00 |0..MSWIN4.1...&.|
  571. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  572. 00000020 00 00 10 00 ff 03 00 00 00 00 00 00 0c 00 00 00 |................|
  573. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  574. 00000040 80 01 29 0b 18 17 f0 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  575. 00000050 20 20 46 41 54 33 32 20 20 20 00 00 00 00 00 00 | FAT32 ......|
  576. 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  577. *
  578. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  579. 00000200
  580. =================== df -Th:
  581. Filesystem Type Size Used Avail Use% Mounted on
  582. udev devtmpfs 1.9G 0 1.9G 0% /dev
  583. tmpfs tmpfs 384M 6.6M 378M 2% /run
  584. /dev/sda2 ext4 455G 7.2G 424G 2% /
  585. tmpfs tmpfs 1.9G 192K 1.9G 1% /dev/shm
  586. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  587. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  588. /dev/sda1 vfat 511M 3.7M 508M 1% /boot/efi
  589. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  590. tmpfs tmpfs 384M 48K 384M 1% /run/user/1000
  591. =================== fdisk -l:
  592. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  617. Units: sectors of 1 * 512 = 512 bytes
  618. Sector size (logical/physical): 512 bytes / 4096 bytes
  619. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  620. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  621. Units: sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 4096 bytes
  623. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  624. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  625. Units: sectors of 1 * 512 = 512 bytes
  626. Sector size (logical/physical): 512 bytes / 4096 bytes
  627. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  628. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  629. Units: sectors of 1 * 512 = 512 bytes
  630. Sector size (logical/physical): 512 bytes / 4096 bytes
  631. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  632. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  633. Units: sectors of 1 * 512 = 512 bytes
  634. Sector size (logical/physical): 512 bytes / 4096 bytes
  635. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  636. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  637. Units: sectors of 1 * 512 = 512 bytes
  638. Sector size (logical/physical): 512 bytes / 4096 bytes
  639. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  640. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  641. Units: sectors of 1 * 512 = 512 bytes
  642. Sector size (logical/physical): 512 bytes / 4096 bytes
  643. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  644. Disk /dev/ram13: 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/ram14: 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/ram15: 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/sda: 465.8 GiB, 500107862016 bytes, 976773168 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. Disklabel type: gpt
  661. Disk identifier: B992941E-FDA1-4A9A-A686-12647F25188E
  662. Device Start End Sectors Size Type
  663. /dev/sda1 2048 1050623 1048576 512M EFI System
  664. /dev/sda2 1050624 968622079 967571456 461.4G Linux filesystem
  665. /dev/sda3 968622080 976771071 8148992 3.9G Linux swap
  666. =================== Suggested repair
  667. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  668. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  669. =================== Final advice in case of suggested repair
  670. 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)
  671. =================== User settings
  672. The settings chosen by the user will not act on the boot.
  673. paste.ubuntu.com ko (), using paste.debian
  674. paste.debian.net ko (), using paste2