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: Windows 8/2012: 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/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi
  11. /EFI/Microsoft/Boot/bootmgfw.efi
  12. /EFI/Microsoft/Boot/bootmgr.efi
  13. /EFI/Microsoft/Boot/memtest.efi
  14. sda2: __________________________________________________________________________
  15. File system:
  16. Boot sector type: Unknown
  17. Boot sector info:
  18. Mounting failed: mount: unknown filesystem type ''
  19. sda3: __________________________________________________________________________
  20. File system: ext4
  21. Boot sector type: -
  22. Boot sector info:
  23. Operating System: Ubuntu 16.04.1 LTS
  24. Boot files: /boot/grub/grub.cfg /etc/fstab
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 234.7 GiB, 252000000000 bytes, 492187500 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disklabel type: gpt
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 1 492,187,499 492,187,499 ee GPT
  34. GUID Partition Table detected.
  35. Partition Attrs Start Sector End Sector # of Sectors System
  36. /dev/sda1 2,048 616,447 614,400 EFI System partition
  37. /dev/sda2 616,448 20,148,223 19,531,776 Swap partition (Linux)
  38. /dev/sda3 20,148,224 492,185,599 472,037,376 Data partition (Windows/Linux)
  39. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/mapper/cryptswap1 c07f5689-fd24-4e40-b70a-d5fddeb4ad5b swap
  43. /dev/sda1 86D4-BD05 vfat SYSTEM
  44. /dev/sda2
  45. /dev/sda3 b58d6bf8-bc7b-4c42-8601-f74e95167153 ext4
  46. ========================= "ls -l /dev/disk/by-id" output: ======================
  47. total 0
  48. lrwxrwxrwx 1 root root 9 Oct 17 16:24 ata-SanDisk_SSD_U100_252GB_122300470514 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Oct 17 16:24 ata-SanDisk_SSD_U100_252GB_122300470514-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Oct 17 16:24 ata-SanDisk_SSD_U100_252GB_122300470514-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Oct 17 16:24 ata-SanDisk_SSD_U100_252GB_122300470514-part3 -> ../../sda3
  52. lrwxrwxrwx 1 root root 10 Oct 17 16:24 dm-name-cryptswap1 -> ../../dm-0
  53. lrwxrwxrwx 1 root root 10 Oct 17 16:24 dm-uuid-CRYPT-PLAIN-cryptswap1 -> ../../dm-0
  54. lrwxrwxrwx 1 root root 9 Oct 17 16:24 wwn-0x5001b447854210f2 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Oct 17 16:24 wwn-0x5001b447854210f2-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Oct 17 16:24 wwn-0x5001b447854210f2-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Oct 17 16:24 wwn-0x5001b447854210f2-part3 -> ../../sda3
  58. ========================= "ls -R /dev/mapper/" output: =========================
  59. /dev/mapper:
  60. control
  61. cryptswap1
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  65. /dev/sda3 / ext4 (rw,noatime,nodiratime,discard,errors=remount-ro,data=ordered)
  66. =========================== sda3/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. #
  69. # DO NOT EDIT THIS FILE
  70. #
  71. # It is automatically generated by grub-mkconfig using templates
  72. # from /etc/grub.d and settings from /etc/default/grub
  73. #
  74. ### BEGIN /etc/grub.d/00_header ###
  75. if [ -s $prefix/grubenv ]; then
  76. set have_grubenv=true
  77. load_env
  78. fi
  79. if [ "${next_entry}" ] ; then
  80. set default="${next_entry}"
  81. set next_entry=
  82. save_env next_entry
  83. set boot_once=true
  84. else
  85. set default="0>0"
  86. fi
  87. if [ x"${feature_menuentry_id}" = xy ]; then
  88. menuentry_id_option="--id"
  89. else
  90. menuentry_id_option=""
  91. fi
  92. export menuentry_id_option
  93. if [ "${prev_saved_entry}" ]; then
  94. set saved_entry="${prev_saved_entry}"
  95. save_env saved_entry
  96. set prev_saved_entry=
  97. save_env prev_saved_entry
  98. set boot_once=true
  99. fi
  100. function savedefault {
  101. if [ -z "${boot_once}" ]; then
  102. saved_entry="${chosen}"
  103. save_env saved_entry
  104. fi
  105. }
  106. function recordfail {
  107. set recordfail=1
  108. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  109. }
  110. function load_video {
  111. if [ x$feature_all_video_module = xy ]; then
  112. insmod all_video
  113. else
  114. insmod efi_gop
  115. insmod efi_uga
  116. insmod ieee1275_fb
  117. insmod vbe
  118. insmod vga
  119. insmod video_bochs
  120. insmod video_cirrus
  121. fi
  122. }
  123. if [ x$feature_default_font_path = xy ] ; then
  124. font=unicode
  125. else
  126. insmod part_gpt
  127. insmod ext2
  128. set root='hd0,gpt3'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  131. else
  132. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  133. fi
  134. font="/usr/share/grub/unicode.pf2"
  135. fi
  136. if loadfont $font ; then
  137. set gfxmode=auto
  138. load_video
  139. insmod gfxterm
  140. set locale_dir=$prefix/locale
  141. set lang=fr_FR
  142. insmod gettext
  143. fi
  144. terminal_output gfxterm
  145. if [ "${recordfail}" = 1 ] ; then
  146. set timeout=30
  147. else
  148. if [ x$feature_timeout_style = xy ] ; then
  149. set timeout_style=menu
  150. set timeout=2
  151. # Fallback normal timeout code in case the timeout_style feature is
  152. # unavailable.
  153. else
  154. set timeout=2
  155. fi
  156. fi
  157. ### END /etc/grub.d/00_header ###
  158. ### BEGIN /etc/grub.d/05_debian_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=black/light-gray
  161. if background_color 44,0,30,0; then
  162. clear
  163. fi
  164. ### END /etc/grub.d/05_debian_theme ###
  165. ### BEGIN /etc/grub.d/10_linux ###
  166. function gfxmode {
  167. set gfxpayload="${1}"
  168. if [ "${1}" = "keep" ]; then
  169. set vt_handoff=vt.handoff=7
  170. else
  171. set vt_handoff=
  172. fi
  173. }
  174. if [ "${recordfail}" != 1 ]; then
  175. if [ -e ${prefix}/gfxblacklist.txt ]; then
  176. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  177. if [ ${match} = 0 ]; then
  178. set linux_gfx_mode=keep
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=keep
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. export linux_gfx_mode
  192. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  193. recordfail
  194. load_video
  195. gfxmode $linux_gfx_mode
  196. insmod gzio
  197. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  198. insmod part_gpt
  199. insmod ext2
  200. set root='hd0,gpt3'
  201. if [ x$feature_platform_search_hint = xy ]; then
  202. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  203. else
  204. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  205. fi
  206. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  207. initrd /boot/initrd.img-4.4.0-43-generic
  208. }
  209. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  210. menuentry 'Ubuntu, avec Linux 4.4.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-advanced-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  211. recordfail
  212. load_video
  213. gfxmode $linux_gfx_mode
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_gpt
  217. insmod ext2
  218. set root='hd0,gpt3'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  221. else
  222. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  223. fi
  224. echo 'Chargement de Linux 4.4.0-43-generic…'
  225. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  226. echo 'Chargement du disque mémoire initial…'
  227. initrd /boot/initrd.img-4.4.0-43-generic
  228. }
  229. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-init-upstart-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  230. recordfail
  231. load_video
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  235. insmod part_gpt
  236. insmod ext2
  237. set root='hd0,gpt3'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  240. else
  241. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  242. fi
  243. echo 'Chargement de Linux 4.4.0-43-generic…'
  244. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4 init=/sbin/upstart
  245. echo 'Chargement du disque mémoire initial…'
  246. initrd /boot/initrd.img-4.4.0-43-generic
  247. }
  248. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-recovery-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  249. recordfail
  250. load_video
  251. insmod gzio
  252. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  253. insmod part_gpt
  254. insmod ext2
  255. set root='hd0,gpt3'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  258. else
  259. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  260. fi
  261. echo 'Chargement de Linux 4.4.0-43-generic…'
  262. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  263. echo 'Chargement du disque mémoire initial…'
  264. initrd /boot/initrd.img-4.4.0-43-generic
  265. }
  266. menuentry 'Ubuntu, avec 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-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  267. recordfail
  268. load_video
  269. gfxmode $linux_gfx_mode
  270. insmod gzio
  271. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  272. insmod part_gpt
  273. insmod ext2
  274. set root='hd0,gpt3'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  277. else
  278. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  279. fi
  280. echo 'Chargement de Linux 4.4.0-42-generic…'
  281. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  282. echo 'Chargement du disque mémoire initial…'
  283. initrd /boot/initrd.img-4.4.0-42-generic
  284. }
  285. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-init-upstart-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  286. recordfail
  287. load_video
  288. gfxmode $linux_gfx_mode
  289. insmod gzio
  290. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  291. insmod part_gpt
  292. insmod ext2
  293. set root='hd0,gpt3'
  294. if [ x$feature_platform_search_hint = xy ]; then
  295. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  296. else
  297. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  298. fi
  299. echo 'Chargement de Linux 4.4.0-42-generic…'
  300. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4 init=/sbin/upstart
  301. echo 'Chargement du disque mémoire initial…'
  302. initrd /boot/initrd.img-4.4.0-42-generic
  303. }
  304. 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-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  305. recordfail
  306. load_video
  307. insmod gzio
  308. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  309. insmod part_gpt
  310. insmod ext2
  311. set root='hd0,gpt3'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  314. else
  315. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  316. fi
  317. echo 'Chargement de Linux 4.4.0-42-generic…'
  318. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  319. echo 'Chargement du disque mémoire initial…'
  320. initrd /boot/initrd.img-4.4.0-42-generic
  321. }
  322. menuentry 'Ubuntu, avec 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-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  323. recordfail
  324. load_video
  325. gfxmode $linux_gfx_mode
  326. insmod gzio
  327. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  328. insmod part_gpt
  329. insmod ext2
  330. set root='hd0,gpt3'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  333. else
  334. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  335. fi
  336. echo 'Chargement de Linux 4.4.0-38-generic…'
  337. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  338. echo 'Chargement du disque mémoire initial…'
  339. initrd /boot/initrd.img-4.4.0-38-generic
  340. }
  341. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  342. recordfail
  343. load_video
  344. gfxmode $linux_gfx_mode
  345. insmod gzio
  346. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  347. insmod part_gpt
  348. insmod ext2
  349. set root='hd0,gpt3'
  350. if [ x$feature_platform_search_hint = xy ]; then
  351. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  352. else
  353. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  354. fi
  355. echo 'Chargement de Linux 4.4.0-38-generic…'
  356. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4 init=/sbin/upstart
  357. echo 'Chargement du disque mémoire initial…'
  358. initrd /boot/initrd.img-4.4.0-38-generic
  359. }
  360. 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-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  361. recordfail
  362. load_video
  363. insmod gzio
  364. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  365. insmod part_gpt
  366. insmod ext2
  367. set root='hd0,gpt3'
  368. if [ x$feature_platform_search_hint = xy ]; then
  369. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  370. else
  371. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  372. fi
  373. echo 'Chargement de Linux 4.4.0-38-generic…'
  374. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  375. echo 'Chargement du disque mémoire initial…'
  376. initrd /boot/initrd.img-4.4.0-38-generic
  377. }
  378. menuentry 'Ubuntu, avec Linux 3.13.0-96-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-96-generic-advanced-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  379. recordfail
  380. load_video
  381. gfxmode $linux_gfx_mode
  382. insmod gzio
  383. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  384. insmod part_gpt
  385. insmod ext2
  386. set root='hd0,gpt3'
  387. if [ x$feature_platform_search_hint = xy ]; then
  388. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  389. else
  390. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  391. fi
  392. echo 'Chargement de Linux 3.13.0-96-generic…'
  393. linux /boot/vmlinuz-3.13.0-96-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  394. echo 'Chargement du disque mémoire initial…'
  395. initrd /boot/initrd.img-3.13.0-96-generic
  396. }
  397. menuentry 'Ubuntu, with Linux 3.13.0-96-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-96-generic-init-upstart-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  398. recordfail
  399. load_video
  400. gfxmode $linux_gfx_mode
  401. insmod gzio
  402. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  403. insmod part_gpt
  404. insmod ext2
  405. set root='hd0,gpt3'
  406. if [ x$feature_platform_search_hint = xy ]; then
  407. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  408. else
  409. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  410. fi
  411. echo 'Chargement de Linux 3.13.0-96-generic…'
  412. linux /boot/vmlinuz-3.13.0-96-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4 init=/sbin/upstart
  413. echo 'Chargement du disque mémoire initial…'
  414. initrd /boot/initrd.img-3.13.0-96-generic
  415. }
  416. menuentry 'Ubuntu, with Linux 3.13.0-96-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-96-generic-recovery-b58d6bf8-bc7b-4c42-8601-f74e95167153' {
  417. recordfail
  418. load_video
  419. insmod gzio
  420. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  421. insmod part_gpt
  422. insmod ext2
  423. set root='hd0,gpt3'
  424. if [ x$feature_platform_search_hint = xy ]; then
  425. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  426. else
  427. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  428. fi
  429. echo 'Chargement de Linux 3.13.0-96-generic…'
  430. linux /boot/vmlinuz-3.13.0-96-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  431. echo 'Chargement du disque mémoire initial…'
  432. initrd /boot/initrd.img-3.13.0-96-generic
  433. }
  434. }
  435. ### END /etc/grub.d/10_linux ###
  436. ### BEGIN /etc/grub.d/10_linux_proxy ###
  437. menuentry "Ubuntu, avec Linux 4.4.0-43-generic" --class ubuntu --class gnu-linux --class gnu --class os {
  438. recordfail
  439. gfxmode $linux_gfx_mode
  440. insmod gzio
  441. insmod part_gpt
  442. insmod ext2
  443. set root='hd0,gpt3'
  444. if [ x$feature_platform_search_hint = xy ]; then
  445. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  446. else
  447. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  448. fi
  449. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  450. initrd /boot/initrd.img-4.4.0-43-generic
  451. }
  452. menuentry "Ubuntu, with Linux 4.4.0-43-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os {
  453. recordfail
  454. insmod gzio
  455. insmod part_gpt
  456. insmod ext2
  457. set root='hd0,gpt3'
  458. if [ x$feature_platform_search_hint = xy ]; then
  459. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  460. else
  461. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  462. fi
  463. echo 'Chargement de Linux 4.4.0-43-generic…'
  464. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  465. echo 'Chargement du disque mémoire initial…'
  466. initrd /boot/initrd.img-4.4.0-43-generic
  467. }
  468. function gfxmode {
  469. set gfxpayload="${1}"
  470. if [ "${1}" = "keep" ]; then
  471. set vt_handoff=vt.handoff=7
  472. else
  473. set vt_handoff=
  474. fi
  475. }
  476. if [ "${recordfail}" != 1 ]; then
  477. if [ -e ${prefix}/gfxblacklist.txt ]; then
  478. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  479. if [ ${match} = 0 ]; then
  480. set linux_gfx_mode=keep
  481. else
  482. set linux_gfx_mode=text
  483. fi
  484. else
  485. set linux_gfx_mode=text
  486. fi
  487. else
  488. set linux_gfx_mode=keep
  489. fi
  490. else
  491. set linux_gfx_mode=text
  492. fi
  493. export linux_gfx_mode
  494. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  495. menuentry "Ubuntu, avec Linux 4.4.0-42-generic" --class ubuntu --class gnu-linux --class gnu --class os {
  496. recordfail
  497. gfxmode $linux_gfx_mode
  498. insmod gzio
  499. insmod part_gpt
  500. insmod ext2
  501. set root='hd0,gpt3'
  502. if [ x$feature_platform_search_hint = xy ]; then
  503. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  504. else
  505. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  506. fi
  507. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  508. initrd /boot/initrd.img-4.4.0-42-generic
  509. }
  510. menuentry "Ubuntu, with Linux 4.4.0-42-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os {
  511. recordfail
  512. insmod gzio
  513. insmod part_gpt
  514. insmod ext2
  515. set root='hd0,gpt3'
  516. if [ x$feature_platform_search_hint = xy ]; then
  517. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  518. else
  519. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  520. fi
  521. echo 'Chargement de Linux 4.4.0-42-generic…'
  522. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  523. echo 'Chargement du disque mémoire initial…'
  524. initrd /boot/initrd.img-4.4.0-42-generic
  525. }
  526. menuentry "Ubuntu, avec Linux 4.4.0-38-generic" --class ubuntu --class gnu-linux --class gnu --class os {
  527. recordfail
  528. gfxmode $linux_gfx_mode
  529. insmod gzio
  530. insmod part_gpt
  531. insmod ext2
  532. set root='hd0,gpt3'
  533. if [ x$feature_platform_search_hint = xy ]; then
  534. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  535. else
  536. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  537. fi
  538. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  539. initrd /boot/initrd.img-4.4.0-38-generic
  540. }
  541. menuentry "Ubuntu, with Linux 4.4.0-38-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os {
  542. recordfail
  543. insmod gzio
  544. insmod part_gpt
  545. insmod ext2
  546. set root='hd0,gpt3'
  547. if [ x$feature_platform_search_hint = xy ]; then
  548. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  549. else
  550. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  551. fi
  552. echo 'Chargement de Linux 4.4.0-38-generic…'
  553. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  554. echo 'Chargement du disque mémoire initial…'
  555. initrd /boot/initrd.img-4.4.0-38-generic
  556. }
  557. menuentry "Ubuntu, avec Linux 3.13.0-96-generic" --class ubuntu --class gnu-linux --class gnu --class os {
  558. recordfail
  559. gfxmode $linux_gfx_mode
  560. insmod gzio
  561. insmod part_gpt
  562. insmod ext2
  563. set root='hd0,gpt3'
  564. if [ x$feature_platform_search_hint = xy ]; then
  565. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  566. else
  567. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  568. fi
  569. linux /boot/vmlinuz-3.13.0-96-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4
  570. initrd /boot/initrd.img-3.13.0-96-generic
  571. }
  572. menuentry "Ubuntu, with Linux 3.13.0-96-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os {
  573. recordfail
  574. insmod gzio
  575. insmod part_gpt
  576. insmod ext2
  577. set root='hd0,gpt3'
  578. if [ x$feature_platform_search_hint = xy ]; then
  579. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b58d6bf8-bc7b-4c42-8601-f74e95167153
  580. else
  581. search --no-floppy --fs-uuid --set=root b58d6bf8-bc7b-4c42-8601-f74e95167153
  582. fi
  583. echo 'Chargement de Linux 3.13.0-96-generic…'
  584. linux /boot/vmlinuz-3.13.0-96-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro recovery nomodeset
  585. echo 'Chargement du disque mémoire initial…'
  586. initrd /boot/initrd.img-3.13.0-96-generic
  587. }
  588. ### END /etc/grub.d/10_linux_proxy ###
  589. ### BEGIN /etc/grub.d/20_linux_xen ###
  590. ### END /etc/grub.d/20_linux_xen ###
  591. ### BEGIN /etc/grub.d/20_memtest86+ ###
  592. ### END /etc/grub.d/20_memtest86+ ###
  593. ### BEGIN /etc/grub.d/30_os-prober ###
  594. ### END /etc/grub.d/30_os-prober ###
  595. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  596. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  597. fwsetup
  598. }
  599. ### END /etc/grub.d/30_uefi-firmware ###
  600. ### BEGIN /etc/grub.d/40_custom ###
  601. # This file provides an easy way to add custom menu entries. Simply type the
  602. # menu entries you want to add after this comment. Be careful not to change
  603. # the 'exec tail' line above.
  604. ### END /etc/grub.d/40_custom ###
  605. ### BEGIN /etc/grub.d/41_custom ###
  606. if [ -f ${config_directory}/custom.cfg ]; then
  607. source ${config_directory}/custom.cfg
  608. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  609. source $prefix/custom.cfg;
  610. fi
  611. ### END /etc/grub.d/41_custom ###
  612. --------------------------------------------------------------------------------
  613. =============================== sda3/etc/fstab: ================================
  614. --------------------------------------------------------------------------------
  615. # /etc/fstab: static file system information.
  616. #
  617. # Use 'blkid' to print the universally unique identifier for a
  618. # device; this may be used with UUID= as a more robust way to name devices
  619. # that works even if disks are added and removed. See fstab(5).
  620. #
  621. # <file system> <mount point> <type> <options> <dump> <pass>
  622. proc /proc proc nodev,noexec,nosuid 0 0
  623. # / was on /dev/sda3 during installation
  624. UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 / ext4 discard,noatime,nodiratime,errors=remount-ro 0 1
  625. # /boot/efi was on /dev/sda1 during installation
  626. UUID=86D4-BD05 /boot/efi vfat defaults 0 1
  627. # swap was on /dev/sda2 during installation
  628. #UUID=eb915754-df71-489e-a57a-0fb2efd4a558 none swap sw 0 0
  629. /dev/mapper/cryptswap1 none swap sw 0 0
  630. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  631. --------------------------------------------------------------------------------
  632. =================== sda3: Location of files loaded by Grub: ====================
  633. GiB - GB File Fragment(s)
  634. 133.134487152 = 142.952067072 boot/grub/grub.cfg 1
  635. 191.401916504 = 205.516242944 boot/vmlinuz-3.13.0-96-generic 2
  636. 162.523620605 = 174.508408832 boot/vmlinuz-4.4.0-38-generic 1
  637. 199.934303284 = 214.677823488 boot/vmlinuz-4.4.0-42-generic 1
  638. 110.551651001 = 118.703931392 boot/vmlinuz-4.4.0-43-generic 1
  639. 110.551651001 = 118.703931392 vmlinuz 1
  640. 199.934303284 = 214.677823488 vmlinuz.old 1
  641. 198.849605560 = 213.513138176 boot/initrd.img-3.13.0-96-generic 4
  642. 111.384544373 = 119.598243840 boot/initrd.img-4.4.0-38-generic 4
  643. 114.291103363 = 122.719137792 boot/initrd.img-4.4.0-42-generic 4
  644. 196.767757416 = 211.277770752 boot/initrd.img-4.4.0-43-generic 6
  645. 196.767757416 = 211.277770752 initrd.img 6
  646. 114.291103363 = 122.719137792 initrd.img.old 4
  647. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  648. Unknown BootLoader on sda2
  649. 00000000 82 fe a9 15 74 bf ff 82 46 e4 b4 74 32 c5 b8 cb |....t...F..t2...|
  650. 00000010 b1 2f 16 24 60 f5 6e 61 09 06 2e 59 23 ad e5 ce |./.$`.na...Y#...|
  651. 00000020 63 ba b3 8b c1 e4 ab 49 19 58 5f e7 89 70 0a 51 |c......I.X_..p.Q|
  652. 00000030 9a 8d 84 2f 96 99 cf c3 88 fa 68 4a 7f 24 d3 08 |.../......hJ.$..|
  653. 00000040 78 39 ae d2 21 b6 11 88 15 91 5d 23 2c 14 45 fc |x9..!.....]#,.E.|
  654. 00000050 34 33 f1 4e d7 e5 f5 7a 48 8a 3d ca dc 32 4a 37 |43.N...zH.=..2J7|
  655. 00000060 23 10 56 03 be c4 7a d9 f4 81 38 85 1d 36 7f a0 |#.V...z...8..6..|
  656. 00000070 5c 01 c3 97 3f f0 db 1f 38 30 41 68 78 43 4d a8 |\...?...80AhxCM.|
  657. 00000080 0e 22 23 f5 ca c9 2d 54 f5 3f b7 70 cf b7 e3 c5 |."#...-T.?.p....|
  658. 00000090 b2 fa 31 b3 20 6f 6f 1f 94 ba c3 f7 98 cb 22 2e |..1. oo.......".|
  659. 000000a0 58 c0 2d dd 2a 1f 8a b0 42 f9 1d 84 de 4c 01 e5 |X.-.*...B....L..|
  660. 000000b0 41 25 37 e9 cd 5b 14 88 97 62 06 f3 bd 48 1d 62 |A%7..[...b...H.b|
  661. 000000c0 86 0c d9 88 9c 8a 62 12 68 34 50 44 fa 62 52 6d |......b.h4PD.bRm|
  662. 000000d0 82 32 7d a3 75 68 54 89 a6 f4 f6 65 6e 3b 81 ff |.2}.uhT....en;..|
  663. 000000e0 a2 60 34 6a 7e 60 5c d5 55 8e e5 fa ef 81 c2 81 |.`4j~`\.U.......|
  664. 000000f0 91 01 e4 4f 91 8b 48 7c 7a 5b 28 28 28 31 f4 ac |...O..H|z[(((1..|
  665. 00000100 44 b9 11 67 3d 22 3f 5f 06 a7 7c 64 70 65 50 84 |D..g="?_..|dpeP.|
  666. 00000110 cb 59 5e cf fc cd 72 2c fa 8c 38 21 ca 21 de 19 |.Y^...r,..8!.!..|
  667. 00000120 5f 67 98 59 5a 0d 42 e8 01 0a 26 5a 01 ed 8a 06 |_g.YZ.B...&Z....|
  668. 00000130 d0 48 ad 9d 5f a8 78 1a 76 93 28 cc 4d 6e ac 6d |.H.._.x.v.(.Mn.m|
  669. 00000140 8e db 43 46 10 a6 3d 87 8c 32 a5 15 3c 26 c3 2d |..CF..=..2..<&.-|
  670. 00000150 b5 9e dd d8 ee 1e 5b e8 56 b5 4e 0a 9e 37 00 b3 |......[.V.N..7..|
  671. 00000160 a7 cc b3 7e 4f 53 76 f6 03 45 e4 9e 9d 1d e0 fd |...~OSv..E......|
  672. 00000170 8f d9 67 df 36 b0 d4 1c fe c8 3a dc 8f 74 88 ef |..g.6.....:..t..|
  673. 00000180 4c 80 2b ba 9b 49 eb 1f 4f 90 a4 c2 f2 f6 fd d6 |L.+..I..O.......|
  674. 00000190 34 86 a8 f8 f6 0f 44 c4 c1 b2 4f de db 42 04 1f |4.....D...O..B..|
  675. 000001a0 5d d7 67 27 7a d0 36 c0 56 b4 ae 9d 22 87 1c d8 |].g'z.6.V..."...|
  676. 000001b0 7b d0 ce e2 f4 bd 31 d1 23 c0 22 27 c4 e3 d8 9a |{.....1.#."'....|
  677. 000001c0 f3 cf dd 38 65 c7 d4 7e 82 8b 7a 9e b7 10 2f 92 |...8e..~..z.../.|
  678. 000001d0 4f 64 21 ff ed 58 bb 14 33 2a b9 01 a4 a2 00 cf |Od!..X..3*......|
  679. 000001e0 86 fd 88 17 70 6f 00 88 13 53 52 b6 91 a4 cb 9b |....po...SR.....|
  680. 000001f0 06 ed c5 6e 79 8b a4 e1 9e fb f6 f6 92 b0 e0 fd |...ny...........|
  681. 00000200
  682. ADDITIONAL INFORMATION :
  683. =================== log of boot-info 2016-10-17__16h24 ===================
  684. boot-info version : 4ppa38
  685. boot-sav version : 4ppa38
  686. glade2script version : 3.2.3~ppa1
  687. boot-sav-extra version : 4ppa38
  688. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  689. CPU op-mode(s): 32-bit, 64-bit
  690. BOOT_IMAGE=/boot/vmlinuz-4.4.0-42-generic root=UUID=b58d6bf8-bc7b-4c42-8601-f74e95167153 ro quiet "acpi_osi=!Windows 2012" splash,pcie_aspm=force,rootfstype=ext4
  691. mount: /dev/sda2 is already mounted or /mnt/boot-sav/sda2 busy
  692. mount /dev/sda2 : Error code 32
  693. mount -r /dev/sda2 /mnt/boot-sav/sda2
  694. mount: /dev/sda2 is already mounted or /mnt/boot-sav/sda2 busy
  695. mount -r /dev/sda2 : Error code 32
  696. =================== os-prober:
  697. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  698. =================== blkid:
  699. /dev/sda1: LABEL="SYSTEM" UUID="86D4-BD05" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="712bd1fe-327a-4e44-81b5-187bbf608ea2"
  700. /dev/sda3: UUID="b58d6bf8-bc7b-4c42-8601-f74e95167153" TYPE="ext4" PARTUUID="84009c7d-caaf-473c-87ef-c4bcd87c660f"
  701. /dev/sda2: PARTUUID="6978aa11-8ef7-40ba-b722-4e3e0740f7ed"
  702. /dev/mapper/cryptswap1: UUID="c07f5689-fd24-4e40-b70a-d5fddeb4ad5b" TYPE="swap"
  703. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  704. mount: /dev/sda2 is already mounted or /mnt/boot-sav/sda2 busy
  705. mount /dev/sda2 : Error code 32
  706. mount -r /dev/sda2 /mnt/boot-sav/sda2
  707. mount: /dev/sda2 is already mounted or /mnt/boot-sav/sda2 busy
  708. mount -r /dev/sda2 : Error code 32
  709. =================== /etc/grub.d/ :
  710. drwxr-xr-x 5 root root 4096 sept. 24 17:18 grub.d
  711. total 96
  712. -rwxr-xr-x 1 root root 9791 déc. 17 2015 00_header
  713. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  714. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  715. -rwxr-xr-x 1 root root 5541 mars 20 2014 10_linux_proxy
  716. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  717. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  718. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  719. -rwxr-xr-x 1 root root 1418 août 2 09:27 30_uefi-firmware
  720. -rwxr-xr-x 1 root root 214 mai 17 2012 40_custom
  721. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  722. drwxr-xr-x 4 root root 4096 mars 20 2014 backup
  723. drwxr-xr-x 2 root root 4096 mars 20 2014 bin
  724. drwxr-xr-x 2 root root 4096 mars 20 2014 proxifiedScripts
  725. -rw-r--r-- 1 root root 483 mai 17 2012 README
  726. =================== /etc/default/grub :
  727. # If you change this file, run 'update-grub' afterwards to update
  728. # /boot/grub/grub.cfg.
  729. # For full documentation of the options in this file, see:
  730. # info -f grub -n 'Simple configuration'
  731. GRUB_DEFAULT="0>0"
  732. #GRUB_HIDDEN_TIMEOUT="0"
  733. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  734. GRUB_TIMEOUT="2"
  735. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  736. GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi='!Windows 2012' splash,pcie_aspm=force,rootfstype=ext4"
  737. GRUB_CMDLINE_LINUX=""
  738. # Uncomment to enable BadRAM filtering, modify to suit your needs
  739. # This works with Linux (no patch required) and with any kernel that obtains
  740. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  741. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  742. # Uncomment to disable graphical terminal (grub-pc only)
  743. #GRUB_TERMINAL="console"
  744. # The resolution used on graphical terminal
  745. # note that you can use only modes which your graphic card supports via VBE
  746. # you can see them in real GRUB with the command `vbeinfo'
  747. #GRUB_GFXMODE="640x480"
  748. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  749. #GRUB_DISABLE_LINUX_UUID="true"
  750. # Uncomment to disable generation of recovery mode menu entries
  751. #GRUB_DISABLE_RECOVERY="true"
  752. # Uncomment to get a beep at grub start
  753. #GRUB_INIT_TUNE="480 440 1"
  754. GRUB_SAVEDEFAULT="false"
  755. /boot/efi detected in the fstab of sda3: UUID=86D4-BD05 (sda1)
  756. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  757. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  758. =================== efibootmgr -v
  759. BootCurrent: 0001
  760. Timeout: 0 seconds
  761. BootOrder: 0001,0002,0000
  762. Boot0000 Windows Boot Manager HD(1,GPT,712bd1fe-327a-4e44-81b5-187bbf608ea2,0x800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...I................
  763. Boot0001* ubuntu HD(1,GPT,712bd1fe-327a-4e44-81b5-187bbf608ea2,0x800,0x96000)/File(EFIubuntugrubx64.efi)
  764. Boot0002* ubuntu HD(1,GPT,712bd1fe-327a-4e44-81b5-187bbf608ea2,0x800,0x96000)/File(EFIUbuntugrubx64.efi)
  765. =================== UEFI/Legacy mode:
  766. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  767. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  768. =================== PARTITIONS & DISKS:
  769. sda3 : 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, customized, farbios, .
  770. 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.
  771. sda2 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  772. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  773. =================== parted -l:
  774. Model: ATA SanDisk SSD U100 (scsi)
  775. Disk /dev/sda: 252GB
  776. Sector size (logical/physical): 512B/512B
  777. Partition Table: gpt
  778. Disk Flags:
  779. Number Start End Size File system Name Flags
  780. 1 1049kB 316MB 315MB fat32 EFI system partition boot, esp
  781. 2 316MB 10.3GB 10.0GB
  782. 3 10.3GB 252GB 242GB ext4 msftdata
  783. Model: Linux device-mapper (crypt) (dm)
  784. Disk /dev/mapper/cryptswap1: 10.0GB
  785. Sector size (logical/physical): 512B/512B
  786. Partition Table: loop
  787. Disk Flags:
  788. Number Start End Size File system Flags
  789. 1 0.00B 10.0GB 10.0GB linux-swap(v1)
  790. =================== parted -lm:
  791. BYT;
  792. /dev/sda:252GB:scsi:512:512:gpt:ATA SanDisk SSD U100:;
  793. 1:1049kB:316MB:315MB:fat32:EFI system partition:boot, esp;
  794. 2:316MB:10.3GB:10.0GB:::;
  795. 3:10.3GB:252GB:242GB:ext4::msftdata;
  796. BYT;
  797. /dev/mapper/cryptswap1:10.0GB:dm:512:512:loop:Linux device-mapper (crypt):;
  798. 1:0.00B:10.0GB:10.0GB:linux-swap(v1)::;
  799. =================== lsblk:
  800. KNAME TYPE FSTYPE SIZE LABEL
  801. sda disk 234,7G
  802. sda1 part vfat 300M SYSTEM
  803. sda2 part 9,3G
  804. dm-0 crypt swap 9,3G
  805. sda3 part ext4 225,1G
  806. KNAME ROTA RO RM STATE MOUNTPOINT
  807. sda 0 0 0 running
  808. sda1 0 0 0 /boot/efi
  809. sda2 0 0 0
  810. dm-0 0 0 0 running [SWAP]
  811. sda3 0 0 0 /
  812. =================== mount:
  813. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  814. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  815. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1719508k,nr_inodes=429877,mode=755)
  816. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  817. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=347944k,mode=755)
  818. /dev/sda3 on / type ext4 (rw,noatime,nodiratime,discard,errors=remount-ro,data=ordered)
  819. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  820. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  821. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  822. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  823. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  824. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  825. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  826. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  827. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  828. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  829. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  830. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  831. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  832. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  833. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  834. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  835. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  836. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  837. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  838. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  839. mqueue on /dev/mqueue type mqueue (rw,relatime)
  840. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  841. tmpfs on /tmp type tmpfs (rw,noatime)
  842. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  843. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  844. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  845. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=347944k,mode=700,uid=1000,gid=1000)
  846. /home/.ecryptfs/pro/.Private on /home/pro type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=7e05c16ef200d9d6,ecryptfs_sig=2a09d94d343def57,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
  847. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  848. =================== ls:
  849. /sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  850. /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
  851. /dev (filtered): acpi_thermal_rel adsp autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dm-0 dri drm_dp_aux0 drm_dp_aux1 dsp ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 iio:device0 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mixer 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 userio v4l vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 zero
  852. ls /dev/mapper: control cryptswap1
  853. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  854. =================== hexdump -n512 -C /dev/sda1
  855. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 5e 1b |.X.MSDOS5.0...^.|
  856. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  857. 00000020 00 60 09 00 51 02 00 00 00 00 00 00 02 00 00 00 |.`..Q...........|
  858. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  859. 00000040 80 01 29 05 bd d4 86 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  860. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  861. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  862. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  863. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  864. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  865. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  866. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  867. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  868. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  869. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  870. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  871. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  872. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  873. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  874. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  875. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  876. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  877. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  878. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  879. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  880. *
  881. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  882. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  883. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  884. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  885. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  886. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  887. 00000200
  888. =================== df -Th:
  889. Filesystem Type Size Used Avail Use% Mounted on
  890. udev devtmpfs 1.7G 0 1.7G 0% /dev
  891. tmpfs tmpfs 340M 15M 326M 5% /run
  892. /dev/sda3 ext4 222G 202G 9.0G 96% /
  893. tmpfs tmpfs 1.7G 18M 1.7G 2% /dev/shm
  894. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  895. tmpfs tmpfs 1.7G 0 1.7G 0% /sys/fs/cgroup
  896. tmpfs tmpfs 1.7G 2.1M 1.7G 1% /tmp
  897. /dev/sda1 vfat 296M 31M 266M 11% /boot/efi
  898. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  899. tmpfs tmpfs 340M 96K 340M 1% /run/user/1000
  900. /home/pro/.Private ecryptfs 222G 202G 9.0G 96% /home/pro
  901. =================== fdisk -l:
  902. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  903. Units: sectors of 1 * 512 = 512 bytes
  904. Sector size (logical/physical): 512 bytes / 4096 bytes
  905. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  906. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  907. Units: sectors of 1 * 512 = 512 bytes
  908. Sector size (logical/physical): 512 bytes / 4096 bytes
  909. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  910. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  911. Units: sectors of 1 * 512 = 512 bytes
  912. Sector size (logical/physical): 512 bytes / 4096 bytes
  913. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  914. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  915. Units: sectors of 1 * 512 = 512 bytes
  916. Sector size (logical/physical): 512 bytes / 4096 bytes
  917. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  918. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  919. Units: sectors of 1 * 512 = 512 bytes
  920. Sector size (logical/physical): 512 bytes / 4096 bytes
  921. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  922. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  923. Units: sectors of 1 * 512 = 512 bytes
  924. Sector size (logical/physical): 512 bytes / 4096 bytes
  925. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  926. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  927. Units: sectors of 1 * 512 = 512 bytes
  928. Sector size (logical/physical): 512 bytes / 4096 bytes
  929. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  930. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  931. Units: sectors of 1 * 512 = 512 bytes
  932. Sector size (logical/physical): 512 bytes / 4096 bytes
  933. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  934. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  935. Units: sectors of 1 * 512 = 512 bytes
  936. Sector size (logical/physical): 512 bytes / 4096 bytes
  937. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  938. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  939. Units: sectors of 1 * 512 = 512 bytes
  940. Sector size (logical/physical): 512 bytes / 4096 bytes
  941. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  942. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  943. Units: sectors of 1 * 512 = 512 bytes
  944. Sector size (logical/physical): 512 bytes / 4096 bytes
  945. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  946. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  947. Units: sectors of 1 * 512 = 512 bytes
  948. Sector size (logical/physical): 512 bytes / 4096 bytes
  949. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  950. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  951. Units: sectors of 1 * 512 = 512 bytes
  952. Sector size (logical/physical): 512 bytes / 4096 bytes
  953. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  954. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  955. Units: sectors of 1 * 512 = 512 bytes
  956. Sector size (logical/physical): 512 bytes / 4096 bytes
  957. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  958. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  959. Units: sectors of 1 * 512 = 512 bytes
  960. Sector size (logical/physical): 512 bytes / 4096 bytes
  961. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  962. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  963. Units: sectors of 1 * 512 = 512 bytes
  964. Sector size (logical/physical): 512 bytes / 4096 bytes
  965. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  966. Disk /dev/sda: 234.7 GiB, 252000000000 bytes, 492187500 sectors
  967. Units: sectors of 1 * 512 = 512 bytes
  968. Sector size (logical/physical): 512 bytes / 512 bytes
  969. I/O size (minimum/optimal): 512 bytes / 512 bytes
  970. Disklabel type: gpt
  971. Disk identifier: 6736635F-4B6A-467E-882B-3381D5796218
  972. Device Start End Sectors Size Type
  973. /dev/sda1 2048 616447 614400 300M EFI System
  974. /dev/sda2 616448 20148223 19531776 9.3G Linux swap
  975. /dev/sda3 20148224 492185599 472037376 225.1G Microsoft basic data
  976. Disk /dev/mapper/cryptswap1: 9.3 GiB, 10000269312 bytes, 19531776 sectors
  977. Units: sectors of 1 * 512 = 512 bytes
  978. Sector size (logical/physical): 512 bytes / 512 bytes
  979. I/O size (minimum/optimal): 512 bytes / 512 bytes
  980. =================== Suggested repair
  981. The default repair of the Boot-Repair utility would purge (in order to sign-grub fix customized files) and reinstall the grub-efi-amd64-signed of sda3, using the following options: sda1/boot/efi,
  982. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
  983. =================== Final advice in case of suggested repair
  984. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  985. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  986. Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
  987. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  988. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  989. =================== User settings
  990. The settings chosen by the user will not act on the boot.
  991. paste.ubuntu.com ko (), using paste.debian
  992. paste.debian.net ko (), using paste2