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/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.2 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda3: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  24. Units: sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 4096 bytes
  26. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  27. Disklabel type: gpt
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  30. GUID Partition Table detected.
  31. Partition Attrs Start Sector End Sector # of Sectors System
  32. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  33. /dev/sda2 1,050,624 1,945,292,799 1,944,242,176 Data partition (Linux)
  34. /dev/sda3 1,945,292,800 1,953,523,711 8,230,912 Swap partition (Linux)
  35. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 B162-56A8 vfat
  39. /dev/sda2 67cbba56-34ca-4106-86f5-67cfb88bc755 ext4
  40. /dev/sda3 eb449e37-8cfe-4a2d-aa87-7f7cf36db0cb swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Feb 24 19:44 ata-MATSHITA_DVD-RAM_UJ8HC_KO0080702044408831E5 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Feb 24 20:20 ata-WDC_WD10JPVX-22JC3T0_WD-WXM1E74EJAKW -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Feb 24 20:20 ata-WDC_WD10JPVX-22JC3T0_WD-WXM1E74EJAKW-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Feb 24 20:20 ata-WDC_WD10JPVX-22JC3T0_WD-WXM1E74EJAKW-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Feb 24 20:20 ata-WDC_WD10JPVX-22JC3T0_WD-WXM1E74EJAKW-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 Feb 24 20:20 wwn-0x50014ee60516bdf7 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Feb 24 20:20 wwn-0x50014ee60516bdf7-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Feb 24 20:20 wwn-0x50014ee60516bdf7-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Feb 24 20:20 wwn-0x50014ee60516bdf7-part3 -> ../../sda3
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  55. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  56. =========================== sda2/boot/grub/grub.cfg: ===========================
  57. --------------------------------------------------------------------------------
  58. #
  59. # DO NOT EDIT THIS FILE
  60. #
  61. # It is automatically generated by grub-mkconfig using templates
  62. # from /etc/grub.d and settings from /etc/default/grub
  63. #
  64. ### BEGIN /etc/grub.d/00_header ###
  65. if [ -s $prefix/grubenv ]; then
  66. set have_grubenv=true
  67. load_env
  68. fi
  69. if [ "${next_entry}" ] ; then
  70. set default="${next_entry}"
  71. set next_entry=
  72. save_env next_entry
  73. set boot_once=true
  74. else
  75. set default="0"
  76. fi
  77. if [ x"${feature_menuentry_id}" = xy ]; then
  78. menuentry_id_option="--id"
  79. else
  80. menuentry_id_option=""
  81. fi
  82. export menuentry_id_option
  83. if [ "${prev_saved_entry}" ]; then
  84. set saved_entry="${prev_saved_entry}"
  85. save_env saved_entry
  86. set prev_saved_entry=
  87. save_env prev_saved_entry
  88. set boot_once=true
  89. fi
  90. function savedefault {
  91. if [ -z "${boot_once}" ]; then
  92. saved_entry="${chosen}"
  93. save_env saved_entry
  94. fi
  95. }
  96. function recordfail {
  97. set recordfail=1
  98. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  99. }
  100. function load_video {
  101. if [ x$feature_all_video_module = xy ]; then
  102. insmod all_video
  103. else
  104. insmod efi_gop
  105. insmod efi_uga
  106. insmod ieee1275_fb
  107. insmod vbe
  108. insmod vga
  109. insmod video_bochs
  110. insmod video_cirrus
  111. fi
  112. }
  113. if [ x$feature_default_font_path = xy ] ; then
  114. font=unicode
  115. else
  116. insmod part_gpt
  117. insmod ext2
  118. set root='hd0,gpt2'
  119. if [ x$feature_platform_search_hint = xy ]; then
  120. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  121. else
  122. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  123. fi
  124. font="/usr/share/grub/unicode.pf2"
  125. fi
  126. if loadfont $font ; then
  127. set gfxmode=auto
  128. load_video
  129. insmod gfxterm
  130. set locale_dir=$prefix/locale
  131. set lang=fr_FR
  132. insmod gettext
  133. fi
  134. terminal_output gfxterm
  135. if [ "${recordfail}" = 1 ] ; then
  136. set timeout=30
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=hidden
  140. set timeout=0
  141. # Fallback hidden-timeout code in case the timeout_style feature is
  142. # unavailable.
  143. elif sleep --interruptible 0 ; then
  144. set timeout=0
  145. fi
  146. fi
  147. ### END /etc/grub.d/00_header ###
  148. ### BEGIN /etc/grub.d/05_debian_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=black/light-gray
  151. if background_color 44,0,30,0; then
  152. clear
  153. fi
  154. ### END /etc/grub.d/05_debian_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="${1}"
  158. if [ "${1}" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ "${recordfail}" != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  188. insmod part_gpt
  189. insmod ext2
  190. set root='hd0,gpt2'
  191. if [ x$feature_platform_search_hint = xy ]; then
  192. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  193. else
  194. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  195. fi
  196. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-64-generic
  198. }
  199. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  200. menuentry 'Ubuntu, avec Linux 4.4.0-64-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-advanced-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  201. recordfail
  202. load_video
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  206. insmod part_gpt
  207. insmod ext2
  208. set root='hd0,gpt2'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  211. else
  212. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  213. fi
  214. echo 'Chargement de Linux 4.4.0-64-generic…'
  215. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff
  216. echo 'Chargement du disque mémoire initial…'
  217. initrd /boot/initrd.img-4.4.0-64-generic
  218. }
  219. menuentry 'Ubuntu, with Linux 4.4.0-64-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-init-upstart-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  220. recordfail
  221. load_video
  222. gfxmode $linux_gfx_mode
  223. insmod gzio
  224. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  225. insmod part_gpt
  226. insmod ext2
  227. set root='hd0,gpt2'
  228. if [ x$feature_platform_search_hint = xy ]; then
  229. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  230. else
  231. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  232. fi
  233. echo 'Chargement de Linux 4.4.0-64-generic…'
  234. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff init=/sbin/upstart
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.4.0-64-generic
  237. }
  238. menuentry 'Ubuntu, with Linux 4.4.0-64-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-recovery-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  239. recordfail
  240. load_video
  241. insmod gzio
  242. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  243. insmod part_gpt
  244. insmod ext2
  245. set root='hd0,gpt2'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  248. else
  249. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  250. fi
  251. echo 'Chargement de Linux 4.4.0-64-generic…'
  252. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro recovery nomodeset
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-64-generic
  255. }
  256. menuentry 'Ubuntu, avec Linux 4.4.0-63-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-63-generic-advanced-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  257. recordfail
  258. load_video
  259. gfxmode $linux_gfx_mode
  260. insmod gzio
  261. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  262. insmod part_gpt
  263. insmod ext2
  264. set root='hd0,gpt2'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  267. else
  268. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  269. fi
  270. echo 'Chargement de Linux 4.4.0-63-generic…'
  271. linux /boot/vmlinuz-4.4.0-63-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff
  272. echo 'Chargement du disque mémoire initial…'
  273. initrd /boot/initrd.img-4.4.0-63-generic
  274. }
  275. menuentry 'Ubuntu, with Linux 4.4.0-63-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-63-generic-init-upstart-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  276. recordfail
  277. load_video
  278. gfxmode $linux_gfx_mode
  279. insmod gzio
  280. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  281. insmod part_gpt
  282. insmod ext2
  283. set root='hd0,gpt2'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  286. else
  287. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  288. fi
  289. echo 'Chargement de Linux 4.4.0-63-generic…'
  290. linux /boot/vmlinuz-4.4.0-63-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff init=/sbin/upstart
  291. echo 'Chargement du disque mémoire initial…'
  292. initrd /boot/initrd.img-4.4.0-63-generic
  293. }
  294. menuentry 'Ubuntu, with Linux 4.4.0-63-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-63-generic-recovery-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  295. recordfail
  296. load_video
  297. insmod gzio
  298. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  299. insmod part_gpt
  300. insmod ext2
  301. set root='hd0,gpt2'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  304. else
  305. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  306. fi
  307. echo 'Chargement de Linux 4.4.0-63-generic…'
  308. linux /boot/vmlinuz-4.4.0-63-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro recovery nomodeset
  309. echo 'Chargement du disque mémoire initial…'
  310. initrd /boot/initrd.img-4.4.0-63-generic
  311. }
  312. menuentry 'Ubuntu, avec Linux 4.4.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-advanced-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  313. recordfail
  314. load_video
  315. gfxmode $linux_gfx_mode
  316. insmod gzio
  317. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  318. insmod part_gpt
  319. insmod ext2
  320. set root='hd0,gpt2'
  321. if [ x$feature_platform_search_hint = xy ]; then
  322. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  323. else
  324. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  325. fi
  326. echo 'Chargement de Linux 4.4.0-62-generic…'
  327. linux /boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff
  328. echo 'Chargement du disque mémoire initial…'
  329. initrd /boot/initrd.img-4.4.0-62-generic
  330. }
  331. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-init-upstart-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  332. recordfail
  333. load_video
  334. gfxmode $linux_gfx_mode
  335. insmod gzio
  336. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  337. insmod part_gpt
  338. insmod ext2
  339. set root='hd0,gpt2'
  340. if [ x$feature_platform_search_hint = xy ]; then
  341. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  342. else
  343. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  344. fi
  345. echo 'Chargement de Linux 4.4.0-62-generic…'
  346. linux /boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff init=/sbin/upstart
  347. echo 'Chargement du disque mémoire initial…'
  348. initrd /boot/initrd.img-4.4.0-62-generic
  349. }
  350. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-recovery-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  351. recordfail
  352. load_video
  353. insmod gzio
  354. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  355. insmod part_gpt
  356. insmod ext2
  357. set root='hd0,gpt2'
  358. if [ x$feature_platform_search_hint = xy ]; then
  359. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  360. else
  361. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  362. fi
  363. echo 'Chargement de Linux 4.4.0-62-generic…'
  364. linux /boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro recovery nomodeset
  365. echo 'Chargement du disque mémoire initial…'
  366. initrd /boot/initrd.img-4.4.0-62-generic
  367. }
  368. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  369. recordfail
  370. load_video
  371. gfxmode $linux_gfx_mode
  372. insmod gzio
  373. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  374. insmod part_gpt
  375. insmod ext2
  376. set root='hd0,gpt2'
  377. if [ x$feature_platform_search_hint = xy ]; then
  378. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  379. else
  380. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  381. fi
  382. echo 'Chargement de Linux 4.4.0-31-generic…'
  383. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff
  384. echo 'Chargement du disque mémoire initial…'
  385. initrd /boot/initrd.img-4.4.0-31-generic
  386. }
  387. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  388. recordfail
  389. load_video
  390. gfxmode $linux_gfx_mode
  391. insmod gzio
  392. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  393. insmod part_gpt
  394. insmod ext2
  395. set root='hd0,gpt2'
  396. if [ x$feature_platform_search_hint = xy ]; then
  397. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  398. else
  399. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  400. fi
  401. echo 'Chargement de Linux 4.4.0-31-generic…'
  402. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash $vt_handoff init=/sbin/upstart
  403. echo 'Chargement du disque mémoire initial…'
  404. initrd /boot/initrd.img-4.4.0-31-generic
  405. }
  406. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-67cbba56-34ca-4106-86f5-67cfb88bc755' {
  407. recordfail
  408. load_video
  409. insmod gzio
  410. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  411. insmod part_gpt
  412. insmod ext2
  413. set root='hd0,gpt2'
  414. if [ x$feature_platform_search_hint = xy ]; then
  415. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 67cbba56-34ca-4106-86f5-67cfb88bc755
  416. else
  417. search --no-floppy --fs-uuid --set=root 67cbba56-34ca-4106-86f5-67cfb88bc755
  418. fi
  419. echo 'Chargement de Linux 4.4.0-31-generic…'
  420. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro recovery nomodeset
  421. echo 'Chargement du disque mémoire initial…'
  422. initrd /boot/initrd.img-4.4.0-31-generic
  423. }
  424. }
  425. ### END /etc/grub.d/10_linux ###
  426. ### BEGIN /etc/grub.d/20_linux_xen ###
  427. ### END /etc/grub.d/20_linux_xen ###
  428. ### BEGIN /etc/grub.d/20_memtest86+ ###
  429. ### END /etc/grub.d/20_memtest86+ ###
  430. ### BEGIN /etc/grub.d/30_os-prober ###
  431. ### END /etc/grub.d/30_os-prober ###
  432. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  433. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  434. fwsetup
  435. }
  436. ### END /etc/grub.d/30_uefi-firmware ###
  437. ### BEGIN /etc/grub.d/40_custom ###
  438. # This file provides an easy way to add custom menu entries. Simply type the
  439. # menu entries you want to add after this comment. Be careful not to change
  440. # the 'exec tail' line above.
  441. ### END /etc/grub.d/40_custom ###
  442. ### BEGIN /etc/grub.d/41_custom ###
  443. if [ -f ${config_directory}/custom.cfg ]; then
  444. source ${config_directory}/custom.cfg
  445. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  446. source $prefix/custom.cfg;
  447. fi
  448. ### END /etc/grub.d/41_custom ###
  449. --------------------------------------------------------------------------------
  450. =============================== sda2/etc/fstab: ================================
  451. --------------------------------------------------------------------------------
  452. # /etc/fstab: static file system information.
  453. #
  454. # Use 'blkid' to print the universally unique identifier for a
  455. # device; this may be used with UUID= as a more robust way to name devices
  456. # that works even if disks are added and removed. See fstab(5).
  457. #
  458. # <file system> <mount point> <type> <options> <dump> <pass>
  459. # / was on /dev/sda2 during installation
  460. UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 / ext4 errors=remount-ro 0 1
  461. # /boot/efi was on /dev/sda1 during installation
  462. UUID=B162-56A8 /boot/efi vfat umask=0077 0 1
  463. # swap was on /dev/sda3 during installation
  464. UUID=eb449e37-8cfe-4a2d-aa87-7f7cf36db0cb none swap sw 0 0
  465. --------------------------------------------------------------------------------
  466. =================== sda2: Location of files loaded by Grub: ====================
  467. GiB - GB File Fragment(s)
  468. 673.436767578 = 723.097223168 boot/grub/grub.cfg 1
  469. 1.929412842 = 2.071691264 boot/vmlinuz-4.4.0-31-generic 1
  470. 673.325389862 = 722.977632256 boot/vmlinuz-4.4.0-62-generic 1
  471. 673.409904480 = 723.068379136 boot/vmlinuz-4.4.0-62-generic.efi.signed 1
  472. 3.695075989 = 3.967557632 boot/vmlinuz-4.4.0-63-generic 1
  473. 10.726325989 = 11.517304832 boot/vmlinuz-4.4.0-63-generic.efi.signed 2
  474. 3.007575989 = 3.229360128 boot/vmlinuz-4.4.0-64-generic 1
  475. 5.073982239 = 5.448146944 boot/vmlinuz-4.4.0-64-generic.efi.signed 1
  476. 3.007575989 = 3.229360128 vmlinuz 1
  477. 3.695075989 = 3.967557632 vmlinuz.old 1
  478. 672.974231720 = 722.600579072 boot/initrd.img-4.4.0-31-generic 2
  479. 672.989120483 = 722.616565760 boot/initrd.img-4.4.0-62-generic 4
  480. 673.163131714 = 722.803408896 boot/initrd.img-4.4.0-63-generic 4
  481. 674.778537750 = 724.537937920 boot/initrd.img-4.4.0-64-generic 3
  482. 674.778537750 = 724.537937920 initrd.img 3
  483. 673.163131714 = 722.803408896 initrd.img.old 4
  484. ADDITIONAL INFORMATION :
  485. =================== log of boot-info 2017-02-24__20h20 ===================
  486. boot-info version : 4ppa40
  487. boot-sav version : 4ppa40
  488. glade2script version : 3.2.3~ppa1
  489. boot-sav-extra version : 4ppa40
  490. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  491. CPU op-mode(s): 32-bit, 64-bit
  492. BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=67cbba56-34ca-4106-86f5-67cfb88bc755 ro quiet splash vt.handoff=7
  493. =================== os-prober:
  494. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  495. =================== blkid:
  496. /dev/sda1: UUID="B162-56A8" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="73820122-dc3a-4553-9480-8d2d64947011"
  497. /dev/sda2: UUID="67cbba56-34ca-4106-86f5-67cfb88bc755" TYPE="ext4" PARTUUID="bdfa7e9f-b0f4-4ac3-ae59-a8c2bb417a90"
  498. /dev/sda3: UUID="eb449e37-8cfe-4a2d-aa87-7f7cf36db0cb" TYPE="swap" PARTUUID="35888d3a-e413-420d-ae13-5c0c8faf1784"
  499. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  500. =================== /etc/grub.d/ :
  501. drwxr-xr-x 2 root root 4096 févr. 10 09:57 grub.d
  502. total 76
  503. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  504. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  505. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  506. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  507. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  508. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  509. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  510. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  511. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  512. -rw-r--r-- 1 root root 483 juin 17 2016 README
  513. =================== /etc/default/grub :
  514. # If you change this file, run 'update-grub' afterwards to update
  515. # /boot/grub/grub.cfg.
  516. # For full documentation of the options in this file, see:
  517. # info -f grub -n 'Simple configuration'
  518. GRUB_DEFAULT=0
  519. GRUB_HIDDEN_TIMEOUT=0
  520. GRUB_HIDDEN_TIMEOUT_QUIET=true
  521. GRUB_TIMEOUT=10
  522. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  523. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  524. GRUB_CMDLINE_LINUX=""
  525. # Uncomment to enable BadRAM filtering, modify to suit your needs
  526. # This works with Linux (no patch required) and with any kernel that obtains
  527. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  528. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  529. # Uncomment to disable graphical terminal (grub-pc only)
  530. #GRUB_TERMINAL=console
  531. # The resolution used on graphical terminal
  532. # note that you can use only modes which your graphic card supports via VBE
  533. # you can see them in real GRUB with the command `vbeinfo'
  534. #GRUB_GFXMODE=640x480
  535. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  536. #GRUB_DISABLE_LINUX_UUID=true
  537. # Uncomment to disable generation of recovery mode menu entries
  538. #GRUB_DISABLE_RECOVERY="true"
  539. # Uncomment to get a beep at grub start
  540. #GRUB_INIT_TUNE="480 440 1"
  541. /boot/efi detected in the fstab of sda2: UUID=B162-56A8 (sda1)
  542. =================== efibootmgr -v
  543. BootCurrent: 0001
  544. Timeout: 0 seconds
  545. BootOrder: 0001,2001,2002,2003
  546. Boot0001* ubuntu HD(1,GPT,73820122-dc3a-4553-9480-8d2d64947011,0x800,0x100000)/File(EFIubuntushimx64.efi)
  547. Boot2001* EFI USB Device RC
  548. Boot2002* EFI DVD/CDROM RC
  549. Boot2003* EFI Network RC
  550. =================== UEFI/Legacy mode:
  551. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  552. SecureBoot enabled.
  553. =================== PARTITIONS & DISKS:
  554. 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, .
  555. 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.
  556. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  557. =================== parted -l:
  558. Model: ATA WDC WD10JPVX-22J (scsi)
  559. Disk /dev/sda: 1000GB
  560. Sector size (logical/physical): 512B/4096B
  561. Partition Table: gpt
  562. Disk Flags:
  563. Number Start End Size File system Name Flags
  564. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  565. 2 538MB 996GB 995GB ext4
  566. 3 996GB 1000GB 4214MB linux-swap(v1)
  567. =================== parted -lm:
  568. BYT;
  569. /dev/sda:1000GB:scsi:512:4096:gpt:ATA WDC WD10JPVX-22J:;
  570. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  571. 2:538MB:996GB:995GB:ext4::;
  572. 3:996GB:1000GB:4214MB:linux-swap(v1)::;
  573. =================== lsblk:
  574. KNAME TYPE FSTYPE SIZE LABEL
  575. sda disk 931,5G
  576. sda1 part vfat 512M
  577. sda2 part ext4 927,1G
  578. sda3 part swap 3,9G
  579. sr0 rom 1024M
  580. KNAME ROTA RO RM STATE MOUNTPOINT
  581. sda 1 0 0 running
  582. sda1 1 0 0 /boot/efi
  583. sda2 1 0 0 /
  584. sda3 1 0 0 [SWAP]
  585. sr0 1 0 1 running
  586. =================== mount:
  587. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  588. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  589. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1963660k,nr_inodes=490915,mode=755)
  590. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  591. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=396756k,mode=755)
  592. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  593. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  594. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  595. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  596. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  597. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  598. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  599. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  600. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  601. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  602. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  603. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  604. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  605. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  606. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  607. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  608. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  609. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  610. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  611. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  612. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  613. mqueue on /dev/mqueue type mqueue (rw,relatime)
  614. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  615. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  616. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  617. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  618. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=396756k,mode=700,uid=1000,gid=1000)
  619. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  620. =================== ls:
  621. /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
  622. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  623. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 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 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  624. ls /dev/mapper: control
  625. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  626. =================== hexdump -n512 -C /dev/sda1
  627. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  628. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  629. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  630. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  631. 00000040 80 01 29 a8 56 62 b1 4e 4f 20 4e 41 4d 45 20 20 |..).Vb.NO NAME |
  632. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  633. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  634. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  635. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  636. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  637. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  638. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  639. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  640. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  641. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  642. *
  643. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  644. 00000200
  645. =================== df -Th:
  646. Filesystem Type Size Used Avail Use% Mounted on
  647. udev devtmpfs 1.9G 0 1.9G 0% /dev
  648. tmpfs tmpfs 388M 6.5M 382M 2% /run
  649. /dev/sda2 ext4 913G 14G 853G 2% /
  650. tmpfs tmpfs 1.9G 22M 1.9G 2% /dev/shm
  651. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  652. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  653. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  654. tmpfs tmpfs 388M 96K 388M 1% /run/user/1000
  655. =================== fdisk -l:
  656. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 4096 bytes
  659. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  660. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 4096 bytes
  663. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  664. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  665. Units: sectors of 1 * 512 = 512 bytes
  666. Sector size (logical/physical): 512 bytes / 4096 bytes
  667. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  668. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  669. Units: sectors of 1 * 512 = 512 bytes
  670. Sector size (logical/physical): 512 bytes / 4096 bytes
  671. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  672. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  673. Units: sectors of 1 * 512 = 512 bytes
  674. Sector size (logical/physical): 512 bytes / 4096 bytes
  675. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  676. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  677. Units: sectors of 1 * 512 = 512 bytes
  678. Sector size (logical/physical): 512 bytes / 4096 bytes
  679. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  680. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 4096 bytes
  683. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  684. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  685. Units: sectors of 1 * 512 = 512 bytes
  686. Sector size (logical/physical): 512 bytes / 4096 bytes
  687. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  688. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  689. Units: sectors of 1 * 512 = 512 bytes
  690. Sector size (logical/physical): 512 bytes / 4096 bytes
  691. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  692. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 4096 bytes
  695. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  696. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 4096 bytes
  699. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  700. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  701. Units: sectors of 1 * 512 = 512 bytes
  702. Sector size (logical/physical): 512 bytes / 4096 bytes
  703. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  704. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  705. Units: sectors of 1 * 512 = 512 bytes
  706. Sector size (logical/physical): 512 bytes / 4096 bytes
  707. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  708. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  709. Units: sectors of 1 * 512 = 512 bytes
  710. Sector size (logical/physical): 512 bytes / 4096 bytes
  711. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  712. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  713. Units: sectors of 1 * 512 = 512 bytes
  714. Sector size (logical/physical): 512 bytes / 4096 bytes
  715. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  716. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  717. Units: sectors of 1 * 512 = 512 bytes
  718. Sector size (logical/physical): 512 bytes / 4096 bytes
  719. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  720. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  721. Units: sectors of 1 * 512 = 512 bytes
  722. Sector size (logical/physical): 512 bytes / 4096 bytes
  723. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  724. Disklabel type: gpt
  725. Disk identifier: 341D3A15-ECDF-4489-9AC7-7E1D6822AD3C
  726. Device Start End Sectors Size Type
  727. /dev/sda1 2048 1050623 1048576 512M EFI System
  728. /dev/sda2 1050624 1945292799 1944242176 927.1G Linux filesystem
  729. /dev/sda3 1945292800 1953523711 8230912 3.9G Linux swap
  730. =================== Suggested repair
  731. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  732. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  733. =================== Final advice in case of suggested repair
  734. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 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)
  735. =================== User settings
  736. The settings chosen by the user will not act on the boot.
  737. paste.ubuntu.com ko (), using paste.debian
  738. paste.debian.net ko (), using paste2