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: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 4096 bytes
  29. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  30. Disklabel type: gpt
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 976,773,167 976,773,167 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 968,617,983 967,567,360 Data partition (Linux)
  37. /dev/sda3 968,617,984 976,771,071 8,153,088 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 8042-9B5A vfat
  42. /dev/sda2 36fdfe20-579d-43d4-ad86-4b09b1afba88 ext4
  43. /dev/sda3 9040c312-2127-45ef-8a6d-5bb7041708ad swap
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Oct 15 09:19 ata-HGST_HTS545050A7E680_TMA55C4T3B8VUL -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Oct 15 09:19 ata-HGST_HTS545050A7E680_TMA55C4T3B8VUL-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Oct 15 09:19 ata-HGST_HTS545050A7E680_TMA55C4T3B8VUL-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Oct 15 09:19 ata-HGST_HTS545050A7E680_TMA55C4T3B8VUL-part3 -> ../../sda3
  50. lrwxrwxrwx 1 root root 9 Oct 15 09:19 wwn-0x5000cca7aaef67df -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Oct 15 09:19 wwn-0x5000cca7aaef67df-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Oct 15 09:19 wwn-0x5000cca7aaef67df-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Oct 15 09:19 wwn-0x5000cca7aaef67df-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 36fdfe20-579d-43d4-ad86-4b09b1afba88
  123. else
  124. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  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=2
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=menu
  142. set timeout=2
  143. # Fallback normal timeout code in case the timeout_style feature is
  144. # unavailable.
  145. else
  146. set timeout=2
  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 60,59,55; then
  154. clear
  155. fi
  156. color_normal=light-gray/black
  157. if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
  158. insmod png
  159. theme=${prefix}/themes/ubuntu-mate/theme.txt
  160. fi
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_gpt
  196. insmod ext2
  197. set root='hd0,gpt2'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 36fdfe20-579d-43d4-ad86-4b09b1afba88
  200. else
  201. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  202. fi
  203. linux /boot/vmlinuz-4.4.0-42-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-42-generic
  205. }
  206. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  207. menuentry 'Ubuntu, with Linux 4.4.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-advanced-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt2'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 36fdfe20-579d-43d4-ad86-4b09b1afba88
  218. else
  219. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  220. fi
  221. echo 'Loading Linux 4.4.0-42-generic ...'
  222. linux /boot/vmlinuz-4.4.0-42-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-4.4.0-42-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-recovery-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  227. recordfail
  228. load_video
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_gpt
  232. insmod ext2
  233. set root='hd0,gpt2'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 36fdfe20-579d-43d4-ad86-4b09b1afba88
  236. else
  237. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  238. fi
  239. echo 'Loading Linux 4.4.0-42-generic ...'
  240. linux /boot/vmlinuz-4.4.0-42-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro recovery nomodeset
  241. echo 'Loading initial ramdisk ...'
  242. initrd /boot/initrd.img-4.4.0-42-generic
  243. }
  244. menuentry 'Ubuntu, with Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt2'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 36fdfe20-579d-43d4-ad86-4b09b1afba88
  255. else
  256. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  257. fi
  258. echo 'Loading Linux 4.4.0-38-generic ...'
  259. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro quiet splash $vt_handoff
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-4.4.0-38-generic
  262. }
  263. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-36fdfe20-579d-43d4-ad86-4b09b1afba88' {
  264. recordfail
  265. load_video
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt2'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 36fdfe20-579d-43d4-ad86-4b09b1afba88
  273. else
  274. search --no-floppy --fs-uuid --set=root 36fdfe20-579d-43d4-ad86-4b09b1afba88
  275. fi
  276. echo 'Loading Linux 4.4.0-38-generic ...'
  277. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro recovery nomodeset
  278. echo 'Loading initial ramdisk ...'
  279. initrd /boot/initrd.img-4.4.0-38-generic
  280. }
  281. }
  282. ### END /etc/grub.d/10_linux ###
  283. ### BEGIN /etc/grub.d/20_linux_xen ###
  284. ### END /etc/grub.d/20_linux_xen ###
  285. ### BEGIN /etc/grub.d/20_memtest86+ ###
  286. ### END /etc/grub.d/20_memtest86+ ###
  287. ### BEGIN /etc/grub.d/25_custom ###
  288. menuentry "EFI/ubuntu/fwupx64.efi" {
  289. search --fs-uuid --no-floppy --set=root 8042-9B5A
  290. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  291. }
  292. menuentry "EFI/ubuntu/MokManager.efi" {
  293. search --fs-uuid --no-floppy --set=root 8042-9B5A
  294. chainloader (${root})/EFI/ubuntu/MokManager.efi
  295. }
  296. ### END /etc/grub.d/25_custom ###
  297. ### BEGIN /etc/grub.d/30_os-prober ###
  298. ### END /etc/grub.d/30_os-prober ###
  299. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  300. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  301. fwsetup
  302. }
  303. ### END /etc/grub.d/30_uefi-firmware ###
  304. ### BEGIN /etc/grub.d/40_custom ###
  305. # This file provides an easy way to add custom menu entries. Simply type the
  306. # menu entries you want to add after this comment. Be careful not to change
  307. # the 'exec tail' line above.
  308. ### END /etc/grub.d/40_custom ###
  309. ### BEGIN /etc/grub.d/41_custom ###
  310. if [ -f ${config_directory}/custom.cfg ]; then
  311. source ${config_directory}/custom.cfg
  312. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  313. source $prefix/custom.cfg;
  314. fi
  315. ### END /etc/grub.d/41_custom ###
  316. --------------------------------------------------------------------------------
  317. =============================== sda2/etc/fstab: ================================
  318. --------------------------------------------------------------------------------
  319. # /etc/fstab: static file system information.
  320. #
  321. # Use 'blkid' to print the universally unique identifier for a
  322. # device; this may be used with UUID= as a more robust way to name devices
  323. # that works even if disks are added and removed. See fstab(5).
  324. #
  325. # <file system> <mount point> <type> <options> <dump> <pass>
  326. # / was on /dev/sda2 during installation
  327. UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 / ext4 errors=remount-ro 0 1
  328. # /boot/efi was on /dev/sda1 during installation
  329. #UUID=8042-9B5A /boot/efi vfat umask=0077 0 1
  330. # swap was on /dev/sda3 during installation
  331. UUID=9040c312-2127-45ef-8a6d-5bb7041708ad none swap sw 0 0
  332. UUID=8042-9B5A /boot/efi vfat defaults 0 1
  333. --------------------------------------------------------------------------------
  334. =================== sda2: Location of files loaded by Grub: ====================
  335. GiB - GB File Fragment(s)
  336. 380.629554749 = 408.697872384 boot/grub/grub.cfg 1
  337. 2.452003479 = 2.632818688 boot/vmlinuz-4.4.0-38-generic 1
  338. 2.777076721 = 2.981863424 boot/vmlinuz-4.4.0-38-generic.efi.signed 1
  339. 1.148170471 = 1.232838656 boot/vmlinuz-4.4.0-42-generic 1
  340. 10.027076721 = 10.766491648 boot/vmlinuz-4.4.0-42-generic.efi.signed 1
  341. 1.148170471 = 1.232838656 vmlinuz 1
  342. 380.836151123 = 408.919703552 boot/initrd.img-4.4.0-38-generic 4
  343. 183.231582642 = 196.743413760 boot/initrd.img-4.4.0-42-generic 2
  344. 183.231582642 = 196.743413760 initrd.img 2
  345. ADDITIONAL INFORMATION :
  346. =================== log of boot-repair 2016-10-15__09h19 ===================
  347. boot-repair version : 4ppa38
  348. boot-sav version : 4ppa38
  349. glade2script version : 3.2.3~ppa1
  350. boot-sav-extra version : 4ppa38
  351. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  352. CPU op-mode(s): 32-bit, 64-bit
  353. BOOT_IMAGE=/boot/vmlinuz-4.4.0-42-generic.efi.signed root=UUID=36fdfe20-579d-43d4-ad86-4b09b1afba88 ro quiet splash vt.handoff=7
  354. =================== os-prober:
  355. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  356. =================== blkid:
  357. /dev/sda1: UUID="8042-9B5A" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7ef6703d-cc10-4a82-ba1d-41da3745da87"
  358. /dev/sda2: UUID="36fdfe20-579d-43d4-ad86-4b09b1afba88" TYPE="ext4" PARTUUID="ba632b39-6443-43ee-80bb-3a75a45398d8"
  359. /dev/sda3: UUID="9040c312-2127-45ef-8a6d-5bb7041708ad" TYPE="swap" PARTUUID="7d229660-e80d-439f-8536-1d29bd51c64f"
  360. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  361. =================== /etc/grub.d/ :
  362. drwxr-xr-x 2 root root 4096 oct. 15 00:03 grub.d
  363. total 80
  364. -rwxr-xr-x 1 root root 9791 juin 17 18:10 00_header
  365. -rwxr-xr-x 1 root root 6258 mars 16 2016 05_debian_theme
  366. -rwxr-xr-x 1 root root 12261 juin 17 18:10 10_linux
  367. -rwxr-xr-x 1 root root 11082 juin 17 18:10 20_linux_xen
  368. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  369. -rwxr-xr-x 1 root root 305 oct. 15 00:03 25_custom
  370. -rwxr-xr-x 1 root root 11692 juin 17 18:10 30_os-prober
  371. -rwxr-xr-x 1 root root 1418 juin 17 18:10 30_uefi-firmware
  372. -rwxr-xr-x 1 root root 214 juin 17 18:10 40_custom
  373. -rwxr-xr-x 1 root root 216 juin 17 18:10 41_custom
  374. -rw-r--r-- 1 root root 483 juin 17 18:10 README
  375. =================== /etc/default/grub :
  376. # If you change this file, run 'update-grub' afterwards to update
  377. # /boot/grub/grub.cfg.
  378. # For full documentation of the options in this file, see:
  379. # info -f grub -n 'Simple configuration'
  380. GRUB_DEFAULT=0
  381. #GRUB_HIDDEN_TIMEOUT=0
  382. GRUB_HIDDEN_TIMEOUT_QUIET=true
  383. GRUB_TIMEOUT=2
  384. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  385. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  386. GRUB_CMDLINE_LINUX=""
  387. # Uncomment to enable BadRAM filtering, modify to suit your needs
  388. # This works with Linux (no patch required) and with any kernel that obtains
  389. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  390. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  391. # Uncomment to disable graphical terminal (grub-pc only)
  392. #GRUB_TERMINAL=console
  393. # The resolution used on graphical terminal
  394. # note that you can use only modes which your graphic card supports via VBE
  395. # you can see them in real GRUB with the command `vbeinfo'
  396. #GRUB_GFXMODE=640x480
  397. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  398. #GRUB_DISABLE_LINUX_UUID=true
  399. # Uncomment to disable generation of recovery mode menu entries
  400. #GRUB_DISABLE_RECOVERY="true"
  401. # Uncomment to get a beep at grub start
  402. #GRUB_INIT_TUNE="480 440 1"
  403. /boot/efi detected in the fstab of sda2: UUID=8042-9B5A (sda1)
  404. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  405. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  406. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  407. =================== efibootmgr -v
  408. BootCurrent: 0000
  409. Timeout: 2 seconds
  410. BootOrder: 0000,0001,0002
  411. Boot0000* ubuntu HD(1,GPT,7ef6703d-cc10-4a82-ba1d-41da3745da87,0x800,0x100000)/File(EFIubuntushimx64.efi)
  412. Boot0001* Windows Boot Manager HD(1,GPT,7ef6703d-cc10-4a82-ba1d-41da3745da87,0x800,0x100000)/File(EFIMicrosoftBootbootmgfw.efi)
  413. Boot0002* ubuntu HD(1,GPT,7ef6703d-cc10-4a82-ba1d-41da3745da87,0x800,0x100000)/File(EFIUbuntugrubx64.efi)
  414. =================== UEFI/Legacy mode:
  415. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  416. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  417. =================== PARTITIONS & DISKS:
  418. 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, .
  419. 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.
  420. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  421. =================== parted -l:
  422. Model: ATA HGST HTS545050A7 (scsi)
  423. Disk /dev/sda: 500GB
  424. Sector size (logical/physical): 512B/4096B
  425. Partition Table: gpt
  426. Disk Flags:
  427. Number Start End Size File system Name Flags
  428. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  429. 2 538MB 496GB 495GB ext4
  430. 3 496GB 500GB 4174MB linux-swap(v1)
  431. =================== parted -lm:
  432. BYT;
  433. /dev/sda:500GB:scsi:512:4096:gpt:ATA HGST HTS545050A7:;
  434. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  435. 2:538MB:496GB:495GB:ext4::;
  436. 3:496GB:500GB:4174MB:linux-swap(v1)::;
  437. =================== lsblk:
  438. KNAME TYPE FSTYPE SIZE LABEL
  439. sda disk 465,8G
  440. sda1 part vfat 512M
  441. sda2 part ext4 461,4G
  442. sda3 part swap 3,9G
  443. KNAME ROTA RO RM STATE MOUNTPOINT
  444. sda 1 0 0 running
  445. sda1 1 0 0 /boot/efi
  446. sda2 1 0 0 /
  447. sda3 1 0 0 [SWAP]
  448. =================== mount:
  449. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  450. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  451. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1945004k,nr_inodes=486251,mode=755)
  452. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  453. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=393020k,mode=755)
  454. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  455. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  456. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  457. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  458. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  459. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  460. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  461. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  462. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  463. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  464. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  465. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  466. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  467. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  468. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  469. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  470. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  471. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  472. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  473. mqueue on /dev/mqueue type mqueue (rw,relatime)
  474. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  475. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  476. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  477. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  478. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  479. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=393020k,mode=700,uid=1000,gid=1000)
  480. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  481. =================== ls:
  482. /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
  483. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 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 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  484. ls /dev/mapper: control
  485. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  486. =================== hexdump -n512 -C /dev/sda1
  487. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  488. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  489. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  490. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  491. 00000040 80 01 29 5a 9b 42 80 4e 4f 20 4e 41 4d 45 20 20 |..)Z.B.NO NAME |
  492. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  493. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  494. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  495. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  496. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  497. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  498. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  499. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  500. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  501. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  502. *
  503. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  504. 00000200
  505. =================== df -Th:
  506. Filesystem Type Size Used Avail Use% Mounted on
  507. udev devtmpfs 1.9G 0 1.9G 0% /dev
  508. tmpfs tmpfs 384M 6.1M 378M 2% /run
  509. /dev/sda2 ext4 455G 11G 421G 3% /
  510. tmpfs tmpfs 1.9G 75M 1.9G 4% /dev/shm
  511. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  512. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  513. /dev/sda1 vfat 511M 9.8M 502M 2% /boot/efi
  514. tmpfs tmpfs 384M 40K 384M 1% /run/user/1000
  515. =================== fdisk -l:
  516. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  517. Units: sectors of 1 * 512 = 512 bytes
  518. Sector size (logical/physical): 512 bytes / 4096 bytes
  519. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  520. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  521. Units: sectors of 1 * 512 = 512 bytes
  522. Sector size (logical/physical): 512 bytes / 4096 bytes
  523. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  524. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  525. Units: sectors of 1 * 512 = 512 bytes
  526. Sector size (logical/physical): 512 bytes / 4096 bytes
  527. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  528. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  529. Units: sectors of 1 * 512 = 512 bytes
  530. Sector size (logical/physical): 512 bytes / 4096 bytes
  531. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  532. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  533. Units: sectors of 1 * 512 = 512 bytes
  534. Sector size (logical/physical): 512 bytes / 4096 bytes
  535. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  536. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  537. Units: sectors of 1 * 512 = 512 bytes
  538. Sector size (logical/physical): 512 bytes / 4096 bytes
  539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  540. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disklabel type: gpt
  585. Disk identifier: 2C1DDB58-C8CB-45ED-B902-426140A7239C
  586. Device Start End Sectors Size Type
  587. /dev/sda1 2048 1050623 1048576 512M EFI System
  588. /dev/sda2 1050624 968617983 967567360 461.4G Linux filesystem
  589. /dev/sda3 968617984 976771071 8153088 3.9G Linux swap
  590. =================== Suggested repair
  591. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  592. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  593. =================== Final advice in case of suggested repair
  594. 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)
  595. =================== User settings
  596. The settings chosen by the user will not act on the boot.
  597. paste.ubuntu.com ko (), using paste.debian
  598. paste.debian.net ko (), using paste2