1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootx64.efi
  14. sda2: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System: Ubuntu 16.04.1 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. sda3: __________________________________________________________________________
  21. File system: swap
  22. Boot sector type: -
  23. Boot sector info:
  24. ============================ Drive/Partition Info: =============================
  25. Drive: sda _____________________________________________________________________
  26. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 4096 bytes
  29. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  30. Disklabel type: gpt
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  33. GUID Partition Table detected.
  34. Partition Attrs Start Sector End Sector # of Sectors System
  35. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  36. /dev/sda2 1,050,624 1,937,055,743 1,936,005,120 Data partition (Linux)
  37. /dev/sda3 1,937,055,744 1,953,523,711 16,467,968 Swap partition (Linux)
  38. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/sda1 72B3-CBC8 vfat
  42. /dev/sda2 9c50710d-7304-420c-91e5-e8c04f220cd0 ext4
  43. /dev/sda3 e79e1a15-919e-4e18-9c9c-a8a81683d5c4 swap
  44. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Dec 6 11:38 ata-ASUS_BC-12D2HT_K9DF5M92707 -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 Dec 6 11:40 ata-ST1000DX001-1CM162_Z1DB0262 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Dec 6 11:40 ata-ST1000DX001-1CM162_Z1DB0262-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Dec 6 11:40 ata-ST1000DX001-1CM162_Z1DB0262-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Dec 6 11:40 ata-ST1000DX001-1CM162_Z1DB0262-part3 -> ../../sda3
  52. lrwxrwxrwx 1 root root 9 Dec 6 11:38 usb-TS-RDF5_SD_Transcend_000000000019-0:0 -> ../../sdb
  53. lrwxrwxrwx 1 root root 9 Dec 6 11:40 wwn-0x5000c50066a0ee2a -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Dec 6 11:40 wwn-0x5000c50066a0ee2a-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Dec 6 11:40 wwn-0x5000c50066a0ee2a-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Dec 6 11:40 wwn-0x5000c50066a0ee2a-part3 -> ../../sda3
  57. ================================ Mount points: =================================
  58. Device Mount_Point Type Options
  59. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  60. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  61. /dev/sr0 /media/ano/Ubuntu 16.04 LTS amd64 iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  62. =========================== sda2/boot/grub/grub.cfg: ===========================
  63. --------------------------------------------------------------------------------
  64. #
  65. # DO NOT EDIT THIS FILE
  66. #
  67. # It is automatically generated by grub-mkconfig using templates
  68. # from /etc/grub.d and settings from /etc/default/grub
  69. #
  70. ### BEGIN /etc/grub.d/00_header ###
  71. if [ -s $prefix/grubenv ]; then
  72. set have_grubenv=true
  73. load_env
  74. fi
  75. if [ "${next_entry}" ] ; then
  76. set default="${next_entry}"
  77. set next_entry=
  78. save_env next_entry
  79. set boot_once=true
  80. else
  81. set default="0"
  82. fi
  83. if [ x"${feature_menuentry_id}" = xy ]; then
  84. menuentry_id_option="--id"
  85. else
  86. menuentry_id_option=""
  87. fi
  88. export menuentry_id_option
  89. if [ "${prev_saved_entry}" ]; then
  90. set saved_entry="${prev_saved_entry}"
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96. function savedefault {
  97. if [ -z "${boot_once}" ]; then
  98. saved_entry="${chosen}"
  99. save_env saved_entry
  100. fi
  101. }
  102. function recordfail {
  103. set recordfail=1
  104. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  105. }
  106. function load_video {
  107. if [ x$feature_all_video_module = xy ]; then
  108. insmod all_video
  109. else
  110. insmod efi_gop
  111. insmod efi_uga
  112. insmod ieee1275_fb
  113. insmod vbe
  114. insmod vga
  115. insmod video_bochs
  116. insmod video_cirrus
  117. fi
  118. }
  119. if [ x$feature_default_font_path = xy ] ; then
  120. font=unicode
  121. else
  122. insmod part_gpt
  123. insmod ext2
  124. set root='hd0,gpt2'
  125. if [ x$feature_platform_search_hint = xy ]; then
  126. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  127. else
  128. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  129. fi
  130. font="/usr/share/grub/unicode.pf2"
  131. fi
  132. if loadfont $font ; then
  133. set gfxmode=auto
  134. load_video
  135. insmod gfxterm
  136. set locale_dir=$prefix/locale
  137. set lang=fr_BE
  138. insmod gettext
  139. fi
  140. terminal_output gfxterm
  141. if [ "${recordfail}" = 1 ] ; then
  142. set timeout=30
  143. else
  144. if [ x$feature_timeout_style = xy ] ; then
  145. set timeout_style=menu
  146. set timeout=10
  147. # Fallback normal timeout code in case the timeout_style feature is
  148. # unavailable.
  149. else
  150. set timeout=10
  151. fi
  152. fi
  153. ### END /etc/grub.d/00_header ###
  154. ### BEGIN /etc/grub.d/05_debian_theme ###
  155. set menu_color_normal=white/black
  156. set menu_color_highlight=black/light-gray
  157. if background_color 44,0,30,0; then
  158. clear
  159. fi
  160. ### END /etc/grub.d/05_debian_theme ###
  161. ### BEGIN /etc/grub.d/10_linux ###
  162. function gfxmode {
  163. set gfxpayload="${1}"
  164. if [ "${1}" = "keep" ]; then
  165. set vt_handoff=vt.handoff=7
  166. else
  167. set vt_handoff=
  168. fi
  169. }
  170. if [ "${recordfail}" != 1 ]; then
  171. if [ -e ${prefix}/gfxblacklist.txt ]; then
  172. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  173. if [ ${match} = 0 ]; then
  174. set linux_gfx_mode=keep
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=keep
  183. fi
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. export linux_gfx_mode
  188. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  189. recordfail
  190. load_video
  191. gfxmode $linux_gfx_mode
  192. insmod gzio
  193. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  194. insmod part_gpt
  195. insmod ext2
  196. set root='hd0,gpt2'
  197. if [ x$feature_platform_search_hint = xy ]; then
  198. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  199. else
  200. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  201. fi
  202. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff
  203. initrd /boot/initrd.img-4.4.0-53-generic
  204. }
  205. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  206. menuentry 'Ubuntu, avec Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  207. recordfail
  208. load_video
  209. gfxmode $linux_gfx_mode
  210. insmod gzio
  211. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  212. insmod part_gpt
  213. insmod ext2
  214. set root='hd0,gpt2'
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  217. else
  218. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  219. fi
  220. echo 'Chargement de Linux 4.4.0-53-generic…'
  221. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff
  222. echo 'Chargement du disque mémoire initial…'
  223. initrd /boot/initrd.img-4.4.0-53-generic
  224. }
  225. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  226. recordfail
  227. load_video
  228. gfxmode $linux_gfx_mode
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_gpt
  232. insmod ext2
  233. set root='hd0,gpt2'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  236. else
  237. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  238. fi
  239. echo 'Chargement de Linux 4.4.0-53-generic…'
  240. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff init=/sbin/upstart
  241. echo 'Chargement du disque mémoire initial…'
  242. initrd /boot/initrd.img-4.4.0-53-generic
  243. }
  244. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  245. recordfail
  246. load_video
  247. insmod gzio
  248. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  249. insmod part_gpt
  250. insmod ext2
  251. set root='hd0,gpt2'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  254. else
  255. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  256. fi
  257. echo 'Chargement de Linux 4.4.0-53-generic…'
  258. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro recovery nomodeset
  259. echo 'Chargement du disque mémoire initial…'
  260. initrd /boot/initrd.img-4.4.0-53-generic
  261. }
  262. menuentry 'Ubuntu, avec Linux 4.4.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-advanced-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  263. recordfail
  264. load_video
  265. gfxmode $linux_gfx_mode
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt2'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  273. else
  274. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  275. fi
  276. echo 'Chargement de Linux 4.4.0-51-generic…'
  277. linux /boot/vmlinuz-4.4.0-51-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff
  278. echo 'Chargement du disque mémoire initial…'
  279. initrd /boot/initrd.img-4.4.0-51-generic
  280. }
  281. menuentry 'Ubuntu, with Linux 4.4.0-51-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-init-upstart-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  282. recordfail
  283. load_video
  284. gfxmode $linux_gfx_mode
  285. insmod gzio
  286. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  287. insmod part_gpt
  288. insmod ext2
  289. set root='hd0,gpt2'
  290. if [ x$feature_platform_search_hint = xy ]; then
  291. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  292. else
  293. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  294. fi
  295. echo 'Chargement de Linux 4.4.0-51-generic…'
  296. linux /boot/vmlinuz-4.4.0-51-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff init=/sbin/upstart
  297. echo 'Chargement du disque mémoire initial…'
  298. initrd /boot/initrd.img-4.4.0-51-generic
  299. }
  300. menuentry 'Ubuntu, with Linux 4.4.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-recovery-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  301. recordfail
  302. load_video
  303. insmod gzio
  304. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  305. insmod part_gpt
  306. insmod ext2
  307. set root='hd0,gpt2'
  308. if [ x$feature_platform_search_hint = xy ]; then
  309. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  310. else
  311. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  312. fi
  313. echo 'Chargement de Linux 4.4.0-51-generic…'
  314. linux /boot/vmlinuz-4.4.0-51-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro recovery nomodeset
  315. echo 'Chargement du disque mémoire initial…'
  316. initrd /boot/initrd.img-4.4.0-51-generic
  317. }
  318. menuentry 'Ubuntu, avec Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  319. recordfail
  320. load_video
  321. gfxmode $linux_gfx_mode
  322. insmod gzio
  323. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  324. insmod part_gpt
  325. insmod ext2
  326. set root='hd0,gpt2'
  327. if [ x$feature_platform_search_hint = xy ]; then
  328. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  329. else
  330. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  331. fi
  332. echo 'Chargement de Linux 4.4.0-21-generic…'
  333. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff
  334. echo 'Chargement du disque mémoire initial…'
  335. initrd /boot/initrd.img-4.4.0-21-generic
  336. }
  337. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  338. recordfail
  339. load_video
  340. gfxmode $linux_gfx_mode
  341. insmod gzio
  342. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  343. insmod part_gpt
  344. insmod ext2
  345. set root='hd0,gpt2'
  346. if [ x$feature_platform_search_hint = xy ]; then
  347. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  348. else
  349. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  350. fi
  351. echo 'Chargement de Linux 4.4.0-21-generic…'
  352. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash $vt_handoff init=/sbin/upstart
  353. echo 'Chargement du disque mémoire initial…'
  354. initrd /boot/initrd.img-4.4.0-21-generic
  355. }
  356. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-9c50710d-7304-420c-91e5-e8c04f220cd0' {
  357. recordfail
  358. load_video
  359. insmod gzio
  360. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  361. insmod part_gpt
  362. insmod ext2
  363. set root='hd0,gpt2'
  364. if [ x$feature_platform_search_hint = xy ]; then
  365. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 9c50710d-7304-420c-91e5-e8c04f220cd0
  366. else
  367. search --no-floppy --fs-uuid --set=root 9c50710d-7304-420c-91e5-e8c04f220cd0
  368. fi
  369. echo 'Chargement de Linux 4.4.0-21-generic…'
  370. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro recovery nomodeset
  371. echo 'Chargement du disque mémoire initial…'
  372. initrd /boot/initrd.img-4.4.0-21-generic
  373. }
  374. }
  375. ### END /etc/grub.d/10_linux ###
  376. ### BEGIN /etc/grub.d/20_linux_xen ###
  377. ### END /etc/grub.d/20_linux_xen ###
  378. ### BEGIN /etc/grub.d/20_memtest86+ ###
  379. ### END /etc/grub.d/20_memtest86+ ###
  380. ### BEGIN /etc/grub.d/25_custom ###
  381. menuentry "EFI/ubuntu/fwupx64.efi" {
  382. search --fs-uuid --no-floppy --set=root 72B3-CBC8
  383. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  384. }
  385. menuentry "EFI/ubuntu/MokManager.efi" {
  386. search --fs-uuid --no-floppy --set=root 72B3-CBC8
  387. chainloader (${root})/EFI/ubuntu/MokManager.efi
  388. }
  389. ### END /etc/grub.d/25_custom ###
  390. ### BEGIN /etc/grub.d/30_os-prober ###
  391. ### END /etc/grub.d/30_os-prober ###
  392. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  393. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  394. fwsetup
  395. }
  396. ### END /etc/grub.d/30_uefi-firmware ###
  397. ### BEGIN /etc/grub.d/40_custom ###
  398. # This file provides an easy way to add custom menu entries. Simply type the
  399. # menu entries you want to add after this comment. Be careful not to change
  400. # the 'exec tail' line above.
  401. ### END /etc/grub.d/40_custom ###
  402. ### BEGIN /etc/grub.d/41_custom ###
  403. if [ -f ${config_directory}/custom.cfg ]; then
  404. source ${config_directory}/custom.cfg
  405. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  406. source $prefix/custom.cfg;
  407. fi
  408. ### END /etc/grub.d/41_custom ###
  409. --------------------------------------------------------------------------------
  410. =============================== sda2/etc/fstab: ================================
  411. --------------------------------------------------------------------------------
  412. # /etc/fstab: static file system information.
  413. #
  414. # Use 'blkid' to print the universally unique identifier for a
  415. # device; this may be used with UUID= as a more robust way to name devices
  416. # that works even if disks are added and removed. See fstab(5).
  417. #
  418. # <file system> <mount point> <type> <options> <dump> <pass>
  419. # / was on /dev/sda2 during installation
  420. UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 / ext4 errors=remount-ro 0 1
  421. # /boot/efi was on /dev/sda1 during installation
  422. #UUID=72B3-CBC8 /boot/efi vfat umask=0077 0 1
  423. # swap was on /dev/sda3 during installation
  424. UUID=e79e1a15-919e-4e18-9c9c-a8a81683d5c4 none swap sw 0 0
  425. UUID=72B3-CBC8 /boot/efi vfat defaults 0 1
  426. --------------------------------------------------------------------------------
  427. =================== sda2: Location of files loaded by Grub: ====================
  428. GiB - GB File Fragment(s)
  429. 784.659191132 = 842.521391104 boot/grub/grub.cfg 1
  430. 2.038757324 = 2.189099008 boot/vmlinuz-4.4.0-21-generic 1
  431. 565.827163696 = 607.552290816 boot/vmlinuz-4.4.0-51-generic 1
  432. 565.917713165 = 607.649517568 boot/vmlinuz-4.4.0-51-generic.efi.signed 1
  433. 1.257556915 = 1.350291456 boot/vmlinuz-4.4.0-53-generic 1
  434. 1.245838165 = 1.337708544 boot/vmlinuz-4.4.0-53-generic.efi.signed 1
  435. 1.257556915 = 1.350291456 vmlinuz 1
  436. 2.038757324 = 2.189099008 vmlinuz.old 1
  437. 566.066829681 = 607.809630208 boot/initrd.img-4.4.0-21-generic 1
  438. 568.168910980 = 610.066722816 boot/initrd.img-4.4.0-51-generic 1
  439. 1.325160980 = 1.422880768 boot/initrd.img-4.4.0-53-generic 3
  440. 1.325160980 = 1.422880768 initrd.img 3
  441. 566.066829681 = 607.809630208 initrd.img.old 1
  442. ========= Devices which don't seem to have a corresponding hard drive: =========
  443. sdb
  444. ADDITIONAL INFORMATION :
  445. =================== log of boot-repair 2016-12-06__11h40 ===================
  446. boot-repair version : 4ppa40
  447. boot-sav version : 4ppa40
  448. glade2script version : 3.2.3~ppa1
  449. boot-sav-extra version : 4ppa40
  450. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  451. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  452. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  453. CPU op-mode(s): 32-bit, 64-bit
  454. BOOT_IMAGE=/boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=9c50710d-7304-420c-91e5-e8c04f220cd0 ro quiet splash vt.handoff=7
  455. =================== os-prober:
  456. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  457. =================== blkid:
  458. /dev/sda1: UUID="72B3-CBC8" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="4c2881e4-2a64-4de4-9400-b0f6e16940c9"
  459. /dev/sda2: UUID="9c50710d-7304-420c-91e5-e8c04f220cd0" TYPE="ext4" PARTUUID="ae3a0e42-f4e8-4d20-8feb-59e8e6516a26"
  460. /dev/sda3: UUID="e79e1a15-919e-4e18-9c9c-a8a81683d5c4" TYPE="swap" PARTUUID="783714f2-55e9-4ca0-a3f9-d54a1319e2a2"
  461. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  462. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  463. =================== /etc/grub.d/ :
  464. drwxr-xr-x 2 root root 4096 déc 6 10:39 grub.d
  465. total 80
  466. -rwxr-xr-x 1 root root 9791 avr 16 2016 00_header
  467. -rwxr-xr-x 1 root root 6258 mar 15 2016 05_debian_theme
  468. -rwxr-xr-x 1 root root 12261 avr 16 2016 10_linux
  469. -rwxr-xr-x 1 root root 11082 avr 16 2016 20_linux_xen
  470. -rwxr-xr-x 1 root root 1992 jan 28 2016 20_memtest86+
  471. -rwxr-xr-x 1 root root 305 déc 6 10:39 25_custom
  472. -rwxr-xr-x 1 root root 11692 avr 16 2016 30_os-prober
  473. -rwxr-xr-x 1 root root 1418 avr 16 2016 30_uefi-firmware
  474. -rwxr-xr-x 1 root root 214 avr 16 2016 40_custom
  475. -rwxr-xr-x 1 root root 216 avr 16 2016 41_custom
  476. -rw-r--r-- 1 root root 483 avr 16 2016 README
  477. =================== /etc/default/grub :
  478. # If you change this file, run 'update-grub' afterwards to update
  479. # /boot/grub/grub.cfg.
  480. # For full documentation of the options in this file, see:
  481. # info -f grub -n 'Simple configuration'
  482. GRUB_DEFAULT=0
  483. #GRUB_HIDDEN_TIMEOUT=0
  484. GRUB_HIDDEN_TIMEOUT_QUIET=true
  485. GRUB_TIMEOUT=10
  486. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  487. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  488. GRUB_CMDLINE_LINUX=""
  489. # Uncomment to enable BadRAM filtering, modify to suit your needs
  490. # This works with Linux (no patch required) and with any kernel that obtains
  491. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  492. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  493. # Uncomment to disable graphical terminal (grub-pc only)
  494. #GRUB_TERMINAL=console
  495. # The resolution used on graphical terminal
  496. # note that you can use only modes which your graphic card supports via VBE
  497. # you can see them in real GRUB with the command `vbeinfo'
  498. #GRUB_GFXMODE=640x480
  499. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  500. #GRUB_DISABLE_LINUX_UUID=true
  501. # Uncomment to disable generation of recovery mode menu entries
  502. #GRUB_DISABLE_RECOVERY="true"
  503. # Uncomment to get a beep at grub start
  504. #GRUB_INIT_TUNE="480 440 1"
  505. /boot/efi detected in the fstab of sda2: UUID=72B3-CBC8 (sda1)
  506. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  507. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  508. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  509. =================== efibootmgr -v
  510. BootCurrent: 0000
  511. Timeout: 1 seconds
  512. BootOrder: 0000,0005,0003,0002
  513. Boot0000* ubuntu HD(1,GPT,4c2881e4-2a64-4de4-9400-b0f6e16940c9,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  514. Boot0002* CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.A.S.U.S. . . . .B.C.-.1.2.D.2.H.T....................A...........................>..Gd-.;.A..MQ..L.9.K.F.D.M.5.2.9.0.7. .7. . . . . . . . ........BO
  515. Boot0003* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.T.1.0.0.0.D.X.0.0.1.-.1.C.M.1.6.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .1.Z.B.D.2.0.2.6........BO
  516. Boot0005* UEFI: ASUS BC-12D2HT PciRoot(0x0)/Pci(0x17,0x0)/Sata(5,65535,0)/CDROM(1,0xb0451,0x1280)..BO
  517. =================== UEFI/Legacy mode:
  518. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  519. SecureBoot enabled.
  520. =================== PARTITIONS & DISKS:
  521. 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, .
  522. 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.
  523. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  524. =================== parted -l:
  525. Model: ATA ST1000DX001-1CM1 (scsi)
  526. Disk /dev/sda: 1000GB
  527. Sector size (logical/physical): 512B/4096B
  528. Partition Table: gpt
  529. Disk Flags:
  530. Number Start End Size File system Name Flags
  531. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  532. 2 538MB 992GB 991GB ext4
  533. 3 992GB 1000GB 8432MB linux-swap(v1)
  534. Model: ASUS BC-12D2HT (scsi)
  535. Disk /dev/sr0: 1486MB
  536. Sector size (logical/physical): 2048B/2048B
  537. Partition Table: mac
  538. Disk Flags:
  539. Number Start End Size File system Name Flags
  540. 1 2048B 6143B 4096B Apple
  541. 2 1479MB 1481MB 2425kB EFI
  542. =================== parted -lm:
  543. BYT;
  544. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000DX001-1CM1:;
  545. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  546. 2:538MB:992GB:991GB:ext4::;
  547. 3:992GB:1000GB:8432MB:linux-swap(v1)::;
  548. BYT;
  549. /dev/sr0:1486MB:scsi:2048:2048:mac:ASUS BC-12D2HT:;
  550. 1:2048B:6143B:4096B::Apple:;
  551. 2:1479MB:1481MB:2425kB::EFI:;
  552. =================== lsblk:
  553. KNAME TYPE FSTYPE SIZE LABEL
  554. sda disk 931,5G
  555. sda1 part vfat 512M
  556. sda2 part ext4 923,2G
  557. sda3 part swap 7,9G
  558. sr0 rom iso9660 1,4G Ubuntu 16.04 LTS amd64
  559. KNAME ROTA RO RM STATE MOUNTPOINT
  560. sda 1 0 0 running
  561. sda1 1 0 0 /boot/efi
  562. sda2 1 0 0 /
  563. sda3 1 0 0 [SWAP]
  564. sr0 1 0 1 running /media/ano/Ubuntu 16.04 LTS amd64
  565. =================== mount:
  566. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  567. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  568. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3990060k,nr_inodes=997515,mode=755)
  569. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  570. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=802040k,mode=755)
  571. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  572. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  573. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  574. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  575. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  576. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  577. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  578. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  579. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  580. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  581. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  582. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  583. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  584. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  585. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  586. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  587. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  588. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  589. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  590. mqueue on /dev/mqueue type mqueue (rw,relatime)
  591. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  592. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  593. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  594. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  595. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=802040k,mode=700,uid=1000,gid=1000)
  596. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  597. /dev/sr0 on /media/ano/Ubuntu 16.04 LTS amd64 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  598. =================== ls:
  599. /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
  600. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  601. /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
  602. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg lightnvm log lp0 mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net watchdog watchdog0 zero
  603. ls /dev/mapper: control
  604. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  605. =================== hexdump -n512 -C /dev/sda1
  606. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  607. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  608. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  609. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  610. 00000040 80 01 29 c8 cb b3 72 4e 4f 20 4e 41 4d 45 20 20 |..)...rNO NAME |
  611. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  612. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  613. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  614. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  615. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  616. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  617. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  618. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  619. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  620. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  621. *
  622. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  623. 00000200
  624. =================== df -Th:
  625. Filesystem Type Size Used Avail Use% Mounted on
  626. udev devtmpfs 3.9G 0 3.9G 0% /dev
  627. tmpfs tmpfs 784M 9.6M 774M 2% /run
  628. /dev/sda2 ext4 909G 5.2G 858G 1% /
  629. tmpfs tmpfs 3.9G 220K 3.9G 1% /dev/shm
  630. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  631. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  632. /dev/sda1 vfat 511M 7.3M 504M 2% /boot/efi
  633. tmpfs tmpfs 784M 52K 784M 1% /run/user/1000
  634. /dev/sr0 iso9660 1.4G 1.4G 0 100% /media/ano/Ubuntu 16.04 LTS amd64
  635. =================== fdisk -l:
  636. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  637. Units: sectors of 1 * 512 = 512 bytes
  638. Sector size (logical/physical): 512 bytes / 4096 bytes
  639. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  640. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  641. Units: sectors of 1 * 512 = 512 bytes
  642. Sector size (logical/physical): 512 bytes / 4096 bytes
  643. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  644. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  645. Units: sectors of 1 * 512 = 512 bytes
  646. Sector size (logical/physical): 512 bytes / 4096 bytes
  647. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  648. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  649. Units: sectors of 1 * 512 = 512 bytes
  650. Sector size (logical/physical): 512 bytes / 4096 bytes
  651. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  652. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  653. Units: sectors of 1 * 512 = 512 bytes
  654. Sector size (logical/physical): 512 bytes / 4096 bytes
  655. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  656. Disk /dev/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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. Disklabel type: gpt
  705. Disk identifier: 465F3D4B-5BF2-46E2-8F6A-4AF93B145286
  706. Device Start End Sectors Size Type
  707. /dev/sda1 2048 1050623 1048576 512M EFI System
  708. /dev/sda2 1050624 1937055743 1936005120 923.2G Linux filesystem
  709. /dev/sda3 1937055744 1953523711 16467968 7.9G Linux swap
  710. =================== Suggested repair
  711. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  712. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  713. =================== Final advice in case of suggested repair
  714. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  715. =================== User settings
  716. The settings chosen by the user will not act on the boot.
  717. paste.ubuntu.com ko (), using paste.debian
  718. paste.debian.net ko (), using paste2