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