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