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