1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 2048 of the same hard drive for core.img, but core.img can not be found at
  5. this location.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  12. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Ubuntu 16.04 LTS
  18. Boot files: /boot/grub/grub.cfg /etc/fstab
  19. sda3: __________________________________________________________________________
  20. File system: swap
  21. Boot sector type: -
  22. Boot sector info:
  23. sda4: __________________________________________________________________________
  24. File system: ext4
  25. Boot sector type: -
  26. Boot sector info:
  27. Operating System:
  28. Boot files:
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 4096 bytes
  34. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  35. Disklabel type: gpt
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT
  38. GUID Partition Table detected.
  39. Partition Attrs Start Sector End Sector # of Sectors System
  40. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  41. /dev/sda2 1,050,624 420,481,023 419,430,400 Data partition (Linux)
  42. /dev/sda3 5,818,589,184 5,860,532,223 41,943,040 Swap partition (Linux)
  43. /dev/sda4 420,481,024 2,517,633,023 2,097,152,000 Data partition (Linux)
  44. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/sda1 1177-5A35 vfat
  48. /dev/sda2 13946364-fff7-4e6d-b14d-b163708d5fea ext4
  49. /dev/sda3 81fa3393-5d56-4bfc-8f52-d07b0d0d08a2 swap
  50. /dev/sda4 22659d79-aeb0-4d6a-b496-22e06442a3e8 ext4 home
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Jun 20 19:27 ata-ASUS_DVD_RAM_GHB1N_KZNE1PG1449 -> ../../sr0
  54. lrwxrwxrwx 1 root root 9 Jun 20 19:28 ata-ST3000DM001-1CH166_W1F317K2 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Jun 20 19:28 ata-ST3000DM001-1CH166_W1F317K2-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Jun 20 19:28 ata-ST3000DM001-1CH166_W1F317K2-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Jun 20 19:28 ata-ST3000DM001-1CH166_W1F317K2-part3 -> ../../sda3
  58. lrwxrwxrwx 1 root root 10 Jun 20 19:28 ata-ST3000DM001-1CH166_W1F317K2-part4 -> ../../sda4
  59. lrwxrwxrwx 1 root root 9 Jun 20 19:27 usb-Generic-_Multiple_Reader_058F63666479-0:0 -> ../../sdb
  60. lrwxrwxrwx 1 root root 9 Jun 20 19:28 wwn-0x5000c500612e66c5 -> ../../sda
  61. lrwxrwxrwx 1 root root 10 Jun 20 19:28 wwn-0x5000c500612e66c5-part1 -> ../../sda1
  62. lrwxrwxrwx 1 root root 10 Jun 20 19:28 wwn-0x5000c500612e66c5-part2 -> ../../sda2
  63. lrwxrwxrwx 1 root root 10 Jun 20 19:28 wwn-0x5000c500612e66c5-part3 -> ../../sda3
  64. lrwxrwxrwx 1 root root 10 Jun 20 19:28 wwn-0x5000c500612e66c5-part4 -> ../../sda4
  65. lrwxrwxrwx 1 root root 9 Jun 20 19:27 wwn-0x5001480000000000 -> ../../sr0
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  69. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  70. =========================== sda2/boot/grub/grub.cfg: ===========================
  71. --------------------------------------------------------------------------------
  72. #
  73. # DO NOT EDIT THIS FILE
  74. #
  75. # It is automatically generated by grub-mkconfig using templates
  76. # from /etc/grub.d and settings from /etc/default/grub
  77. #
  78. ### BEGIN /etc/grub.d/00_header ###
  79. if [ -s $prefix/grubenv ]; then
  80. set have_grubenv=true
  81. load_env
  82. fi
  83. if [ "${next_entry}" ] ; then
  84. set default="${next_entry}"
  85. set next_entry=
  86. save_env next_entry
  87. set boot_once=true
  88. else
  89. set default="0"
  90. fi
  91. if [ x"${feature_menuentry_id}" = xy ]; then
  92. menuentry_id_option="--id"
  93. else
  94. menuentry_id_option=""
  95. fi
  96. export menuentry_id_option
  97. if [ "${prev_saved_entry}" ]; then
  98. set saved_entry="${prev_saved_entry}"
  99. save_env saved_entry
  100. set prev_saved_entry=
  101. save_env prev_saved_entry
  102. set boot_once=true
  103. fi
  104. function savedefault {
  105. if [ -z "${boot_once}" ]; then
  106. saved_entry="${chosen}"
  107. save_env saved_entry
  108. fi
  109. }
  110. function recordfail {
  111. set recordfail=1
  112. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  113. }
  114. function load_video {
  115. if [ x$feature_all_video_module = xy ]; then
  116. insmod all_video
  117. else
  118. insmod efi_gop
  119. insmod efi_uga
  120. insmod ieee1275_fb
  121. insmod vbe
  122. insmod vga
  123. insmod video_bochs
  124. insmod video_cirrus
  125. fi
  126. }
  127. if [ x$feature_default_font_path = xy ] ; then
  128. font=unicode
  129. else
  130. insmod part_gpt
  131. insmod ext2
  132. set root='hd0,gpt2'
  133. if [ x$feature_platform_search_hint = xy ]; then
  134. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  135. else
  136. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  137. fi
  138. font="/usr/share/grub/unicode.pf2"
  139. fi
  140. if loadfont $font ; then
  141. set gfxmode=auto
  142. load_video
  143. insmod gfxterm
  144. set locale_dir=$prefix/locale
  145. set lang=fr_FR
  146. insmod gettext
  147. fi
  148. terminal_output gfxterm
  149. if [ "${recordfail}" = 1 ] ; then
  150. set timeout=30
  151. else
  152. if [ x$feature_timeout_style = xy ] ; then
  153. set timeout_style=hidden
  154. set timeout=0
  155. # Fallback hidden-timeout code in case the timeout_style feature is
  156. # unavailable.
  157. elif sleep --interruptible 0 ; then
  158. set timeout=0
  159. fi
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162. ### BEGIN /etc/grub.d/05_debian_theme ###
  163. set menu_color_normal=white/black
  164. set menu_color_highlight=black/light-gray
  165. ### END /etc/grub.d/05_debian_theme ###
  166. ### BEGIN /etc/grub.d/09_lowlatency ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. menuentry 'Ubuntu (lowlatency)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-13946364-fff7-4e6d-b14d-b163708d5fea' {
  194. recordfail
  195. load_video
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. insmod part_gpt
  199. insmod ext2
  200. set root='hd0,gpt2'
  201. if [ x$feature_platform_search_hint = xy ]; then
  202. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  203. else
  204. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  205. fi
  206. linux /boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff
  207. initrd /boot/initrd.img-4.4.0-24-lowlatency
  208. }
  209. ### END /etc/grub.d/09_lowlatency ###
  210. ### BEGIN /etc/grub.d/10_linux ###
  211. function gfxmode {
  212. set gfxpayload="${1}"
  213. if [ "${1}" = "keep" ]; then
  214. set vt_handoff=vt.handoff=7
  215. else
  216. set vt_handoff=
  217. fi
  218. }
  219. if [ "${recordfail}" != 1 ]; then
  220. if [ -e ${prefix}/gfxblacklist.txt ]; then
  221. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  222. if [ ${match} = 0 ]; then
  223. set linux_gfx_mode=keep
  224. else
  225. set linux_gfx_mode=text
  226. fi
  227. else
  228. set linux_gfx_mode=text
  229. fi
  230. else
  231. set linux_gfx_mode=keep
  232. fi
  233. else
  234. set linux_gfx_mode=text
  235. fi
  236. export linux_gfx_mode
  237. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-13946364-fff7-4e6d-b14d-b163708d5fea' {
  238. recordfail
  239. load_video
  240. gfxmode $linux_gfx_mode
  241. insmod gzio
  242. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  243. insmod part_gpt
  244. insmod ext2
  245. set root='hd0,gpt2'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  248. else
  249. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  250. fi
  251. linux /boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff
  252. initrd /boot/initrd.img-4.4.0-24-lowlatency
  253. }
  254. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-13946364-fff7-4e6d-b14d-b163708d5fea' {
  255. menuentry 'Ubuntu, avec Linux 4.4.0-24-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-lowlatency-advanced-13946364-fff7-4e6d-b14d-b163708d5fea' {
  256. recordfail
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_gpt
  262. insmod ext2
  263. set root='hd0,gpt2'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  266. else
  267. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  268. fi
  269. echo 'Chargement de Linux 4.4.0-24-lowlatency…'
  270. linux /boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff
  271. echo 'Chargement du disque mémoire initial…'
  272. initrd /boot/initrd.img-4.4.0-24-lowlatency
  273. }
  274. menuentry 'Ubuntu, with Linux 4.4.0-24-lowlatency (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-lowlatency-init-upstart-13946364-fff7-4e6d-b14d-b163708d5fea' {
  275. recordfail
  276. load_video
  277. gfxmode $linux_gfx_mode
  278. insmod gzio
  279. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  280. insmod part_gpt
  281. insmod ext2
  282. set root='hd0,gpt2'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  285. else
  286. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  287. fi
  288. echo 'Chargement de Linux 4.4.0-24-lowlatency…'
  289. linux /boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff init=/sbin/upstart
  290. echo 'Chargement du disque mémoire initial…'
  291. initrd /boot/initrd.img-4.4.0-24-lowlatency
  292. }
  293. menuentry 'Ubuntu, with Linux 4.4.0-24-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-lowlatency-recovery-13946364-fff7-4e6d-b14d-b163708d5fea' {
  294. recordfail
  295. load_video
  296. insmod gzio
  297. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  298. insmod part_gpt
  299. insmod ext2
  300. set root='hd0,gpt2'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  303. else
  304. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  305. fi
  306. echo 'Chargement de Linux 4.4.0-24-lowlatency…'
  307. linux /boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro recovery nomodeset
  308. echo 'Chargement du disque mémoire initial…'
  309. initrd /boot/initrd.img-4.4.0-24-lowlatency
  310. }
  311. menuentry 'Ubuntu, avec Linux 4.4.0-21-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-lowlatency-advanced-13946364-fff7-4e6d-b14d-b163708d5fea' {
  312. recordfail
  313. load_video
  314. gfxmode $linux_gfx_mode
  315. insmod gzio
  316. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  317. insmod part_gpt
  318. insmod ext2
  319. set root='hd0,gpt2'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  322. else
  323. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  324. fi
  325. echo 'Chargement de Linux 4.4.0-21-lowlatency…'
  326. linux /boot/vmlinuz-4.4.0-21-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff
  327. echo 'Chargement du disque mémoire initial…'
  328. initrd /boot/initrd.img-4.4.0-21-lowlatency
  329. }
  330. menuentry 'Ubuntu, with Linux 4.4.0-21-lowlatency (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-lowlatency-init-upstart-13946364-fff7-4e6d-b14d-b163708d5fea' {
  331. recordfail
  332. load_video
  333. gfxmode $linux_gfx_mode
  334. insmod gzio
  335. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  336. insmod part_gpt
  337. insmod ext2
  338. set root='hd0,gpt2'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  341. else
  342. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  343. fi
  344. echo 'Chargement de Linux 4.4.0-21-lowlatency…'
  345. linux /boot/vmlinuz-4.4.0-21-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash $vt_handoff init=/sbin/upstart
  346. echo 'Chargement du disque mémoire initial…'
  347. initrd /boot/initrd.img-4.4.0-21-lowlatency
  348. }
  349. menuentry 'Ubuntu, with Linux 4.4.0-21-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-lowlatency-recovery-13946364-fff7-4e6d-b14d-b163708d5fea' {
  350. recordfail
  351. load_video
  352. insmod gzio
  353. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  354. insmod part_gpt
  355. insmod ext2
  356. set root='hd0,gpt2'
  357. if [ x$feature_platform_search_hint = xy ]; then
  358. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 13946364-fff7-4e6d-b14d-b163708d5fea
  359. else
  360. search --no-floppy --fs-uuid --set=root 13946364-fff7-4e6d-b14d-b163708d5fea
  361. fi
  362. echo 'Chargement de Linux 4.4.0-21-lowlatency…'
  363. linux /boot/vmlinuz-4.4.0-21-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro recovery nomodeset
  364. echo 'Chargement du disque mémoire initial…'
  365. initrd /boot/initrd.img-4.4.0-21-lowlatency
  366. }
  367. }
  368. ### END /etc/grub.d/10_linux ###
  369. ### BEGIN /etc/grub.d/20_linux_xen ###
  370. ### END /etc/grub.d/20_linux_xen ###
  371. ### BEGIN /etc/grub.d/20_memtest86+ ###
  372. ### END /etc/grub.d/20_memtest86+ ###
  373. ### BEGIN /etc/grub.d/30_os-prober ###
  374. ### END /etc/grub.d/30_os-prober ###
  375. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  376. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  377. fwsetup
  378. }
  379. ### END /etc/grub.d/30_uefi-firmware ###
  380. ### BEGIN /etc/grub.d/40_custom ###
  381. # This file provides an easy way to add custom menu entries. Simply type the
  382. # menu entries you want to add after this comment. Be careful not to change
  383. # the 'exec tail' line above.
  384. ### END /etc/grub.d/40_custom ###
  385. ### BEGIN /etc/grub.d/41_custom ###
  386. if [ -f ${config_directory}/custom.cfg ]; then
  387. source ${config_directory}/custom.cfg
  388. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  389. source $prefix/custom.cfg;
  390. fi
  391. ### END /etc/grub.d/41_custom ###
  392. --------------------------------------------------------------------------------
  393. =============================== sda2/etc/fstab: ================================
  394. --------------------------------------------------------------------------------
  395. # /etc/fstab: static file system information.
  396. #
  397. # Use 'blkid' to print the universally unique identifier for a
  398. # device; this may be used with UUID= as a more robust way to name devices
  399. # that works even if disks are added and removed. See fstab(5).
  400. #
  401. # <file system> <mount point> <type> <options> <dump> <pass>
  402. # / was on /dev/sda2 during installation
  403. UUID=13946364-fff7-4e6d-b14d-b163708d5fea / ext4 errors=remount-ro 0 1
  404. # /boot/efi was on /dev/sda1 during installation
  405. UUID=1177-5A35 /boot/efi vfat umask=0077 0 1
  406. # swap was on /dev/sda3 during installation
  407. UUID=81fa3393-5d56-4bfc-8f52-d07b0d0d08a2 none swap sw 0 0
  408. --------------------------------------------------------------------------------
  409. =================== sda2: Location of files loaded by Grub: ====================
  410. GiB - GB File Fragment(s)
  411. 7.890792847 = 8.472674304 boot/grub/grub.cfg 1
  412. 7.522369385 = 8.077082624 boot/vmlinuz-4.4.0-21-lowlatency 1
  413. 4.132541656 = 4.437282816 boot/vmlinuz-4.4.0-24-lowlatency 1
  414. 4.132541656 = 4.437282816 vmlinuz 1
  415. 7.522369385 = 8.077082624 vmlinuz.old 1
  416. 4.102535248 = 4.405063680 boot/initrd.img-4.4.0-21-lowlatency 3
  417. 4.427711487 = 4.754219008 boot/initrd.img-4.4.0-24-lowlatency 3
  418. 4.427711487 = 4.754219008 initrd.img 3
  419. 4.102535248 = 4.405063680 initrd.img.old 3
  420. ========= Devices which don't seem to have a corresponding hard drive: =========
  421. sdb
  422. ADDITIONAL INFORMATION :
  423. =================== log of boot-info 2016-06-20__19h28 ===================
  424. boot-info version : 4ppa38
  425. boot-sav version : 4ppa38
  426. glade2script version : 3.2.3~ppa1
  427. boot-sav-extra version : 4ppa38
  428. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  429. CPU op-mode(s): 32-bit, 64-bit
  430. BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-lowlatency root=UUID=13946364-fff7-4e6d-b14d-b163708d5fea ro quiet splash vt.handoff=7
  431. =================== os-prober:
  432. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  433. =================== blkid:
  434. /dev/sda1: UUID="1177-5A35" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="790dd47f-0276-4566-9484-5abb1ac58508"
  435. /dev/sda2: UUID="13946364-fff7-4e6d-b14d-b163708d5fea" TYPE="ext4" PARTUUID="f947278c-ad2e-42c7-9dd7-70848619d756"
  436. /dev/sda3: UUID="81fa3393-5d56-4bfc-8f52-d07b0d0d08a2" TYPE="swap" PARTUUID="c5259f6c-1c17-4f1c-bed5-222d02f8f5f7"
  437. /dev/sda4: LABEL="home" UUID="22659d79-aeb0-4d6a-b496-22e06442a3e8" TYPE="ext4" PARTLABEL="/home" PARTUUID="d7e7b74a-6f20-4224-afc1-efb0609f84d8"
  438. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  439. =================== /etc/grub.d/ :
  440. drwxr-xr-x 2 root root 4096 avril 21 00:25 grub.d
  441. total 88
  442. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  443. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  444. -rwxr-xr-x 1 root root 9921 mars 21 21:33 09_lowlatency
  445. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  446. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  447. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  448. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  449. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  450. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  451. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  452. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  453. =================== /etc/default/grub :
  454. # If you change this file, run 'update-grub' afterwards to update
  455. # /boot/grub/grub.cfg.
  456. # For full documentation of the options in this file, see:
  457. # info -f grub -n 'Simple configuration'
  458. GRUB_DEFAULT=0
  459. GRUB_HIDDEN_TIMEOUT=0
  460. GRUB_HIDDEN_TIMEOUT_QUIET=true
  461. GRUB_TIMEOUT=10
  462. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  463. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  464. GRUB_CMDLINE_LINUX=""
  465. # Uncomment to enable BadRAM filtering, modify to suit your needs
  466. # This works with Linux (no patch required) and with any kernel that obtains
  467. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  468. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  469. # Uncomment to disable graphical terminal (grub-pc only)
  470. #GRUB_TERMINAL=console
  471. # The resolution used on graphical terminal
  472. # note that you can use only modes which your graphic card supports via VBE
  473. # you can see them in real GRUB with the command `vbeinfo'
  474. #GRUB_GFXMODE=640x480
  475. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  476. #GRUB_DISABLE_LINUX_UUID=true
  477. # Uncomment to disable generation of recovery mode menu entries
  478. #GRUB_DISABLE_RECOVERY="true"
  479. # Uncomment to get a beep at grub start
  480. #GRUB_INIT_TUNE="480 440 1"
  481. /boot/efi detected in the fstab of sda2: UUID=1177-5A35 (sda1)
  482. =================== efibootmgr -v
  483. BootCurrent: 0000
  484. Timeout: 0 seconds
  485. BootOrder: 0000,0001
  486. Boot0000* ubuntu HD(1,GPT,790dd47f-0276-4566-9484-5abb1ac58508,0x800,0x100000)/File(EFIubuntushimx64.efi)
  487. Boot0001* ubuntu HD(1,GPT,790dd47f-0276-4566-9484-5abb1ac58508,0x800,0x100000)/File(EFIUbuntugrubx64.efi)
  488. =================== UEFI/Legacy mode:
  489. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  490. SecureBoot enabled.
  491. =================== PARTITIONS & DISKS:
  492. 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, .
  493. 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.
  494. sda4 : 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, /mnt/boot-sav/sda4.
  495. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  496. =================== parted -l:
  497. Model: ATA ST3000DM001-1CH1 (scsi)
  498. Disk /dev/sda: 3001GB
  499. Sector size (logical/physical): 512B/4096B
  500. Partition Table: gpt
  501. Disk Flags:
  502. Number Start End Size File system Name Flags
  503. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  504. 2 538MB 215GB 215GB ext4
  505. 4 215GB 1289GB 1074GB ext4 /home
  506. 3 2979GB 3001GB 21.5GB linux-swap(v1)
  507. =================== parted -lm:
  508. BYT;
  509. /dev/sda:3001GB:scsi:512:4096:gpt:ATA ST3000DM001-1CH1:;
  510. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  511. 2:538MB:215GB:215GB:ext4::;
  512. 4:215GB:1289GB:1074GB:ext4:/home:;
  513. 3:2979GB:3001GB:21.5GB:linux-swap(v1)::;
  514. =================== lsblk:
  515. KNAME TYPE FSTYPE SIZE LABEL
  516. sda disk 2,7T
  517. sda1 part vfat 512M
  518. sda2 part ext4 200G
  519. sda3 part swap 20G
  520. sda4 part ext4 1000G home
  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. sda4 1 0 0 /mnt/boot-sav/sda4
  528. sr0 1 0 1 running
  529. =================== mount:
  530. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  531. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  532. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2620132k,nr_inodes=655033,mode=755)
  533. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  534. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=527952k,mode=755)
  535. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  536. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  537. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  538. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  539. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  540. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  541. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  542. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  543. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  544. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  545. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  546. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  547. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  548. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  549. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  550. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  551. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  552. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  553. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  554. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  555. mqueue on /dev/mqueue type mqueue (rw,relatime)
  556. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  557. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  558. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  559. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=527952k,mode=700,uid=1000,gid=1000)
  560. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  561. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
  562. =================== ls:
  563. /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 sda4 size slaves stat subsystem trace uevent
  564. /sys/block/sdb (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
  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): adsp autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dsp 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 initctl input kfd kmsg kvm lightnvm log mapper mcelog mem memory_bandwidth mixer mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net 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 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  571. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  572. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 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 35 5a 77 11 4e 4f 20 4e 41 4d 45 20 20 |..)5Zw.NO NAME |
  575. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  576. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  577. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  578. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  579. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  580. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  581. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  582. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  583. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  584. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  585. *
  586. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  587. 00000200
  588. =================== df -Th:
  589. Filesystem Type Size Used Avail Use% Mounted on
  590. udev devtmpfs 2.5G 0 2.5G 0% /dev
  591. tmpfs tmpfs 516M 7.8M 508M 2% /run
  592. /dev/sda2 ext4 197G 7.8G 179G 5% /
  593. tmpfs tmpfs 2.6G 116K 2.6G 1% /dev/shm
  594. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  595. tmpfs tmpfs 2.6G 0 2.6G 0% /sys/fs/cgroup
  596. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  597. tmpfs tmpfs 516M 36K 516M 1% /run/user/1000
  598. /dev/sda4 ext4 985G 72M 935G 1% /mnt/boot-sav/sda4
  599. =================== fdisk -l:
  600. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 4096 bytes
  659. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  660. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 4096 bytes
  663. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  664. Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
  665. Units: sectors of 1 * 512 = 512 bytes
  666. Sector size (logical/physical): 512 bytes / 4096 bytes
  667. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  668. Disklabel type: gpt
  669. Disk identifier: 196E64E9-4CF5-4A42-9D65-FD77C75A2AF4
  670. Device Start End Sectors Size Type
  671. /dev/sda1 2048 1050623 1048576 512M EFI System
  672. /dev/sda2 1050624 420481023 419430400 200G Linux filesystem
  673. /dev/sda3 5818589184 5860532223 41943040 20G Linux swap
  674. /dev/sda4 420481024 2517633023 2097152000 1000G Linux filesystem
  675. Partition table entries are not in disk order.
  676. =================== Suggested repair
  677. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  678. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  679. =================== Final advice in case of suggested repair
  680. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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)
  681. =================== User settings
  682. The settings chosen by the user will not act on the boot.
  683. paste.ubuntu.com ko (), using paste.debian
  684. paste.debian.net ko (), using paste2