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.1 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,936,961,535 1,935,910,912 Data partition (Linux)
  34. /dev/sda3 1,936,961,536 1,953,523,711 16,562,176 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 BB02-D0F4 vfat
  39. /dev/sda2 be30f15d-894b-4a6c-9e8e-49a6916730e2 ext4
  40. /dev/sda3 3810e6b2-eca1-4229-af55-4a72d674d16e swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Dec 27 12:43 ata-HGST_HTS721010A9E630_JR1000D3074XVE -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Dec 27 12:43 ata-HGST_HTS721010A9E630_JR1000D3074XVE-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Dec 27 12:43 ata-HGST_HTS721010A9E630_JR1000D3074XVE-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Dec 27 12:43 ata-HGST_HTS721010A9E630_JR1000D3074XVE-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Dec 27 12:41 ata-TSSTcorp_CDDVDW_SU-228HB_S1B16YHH305K2K -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 Dec 27 12:43 wwn-0x5000cca8c8c3411b -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Dec 27 12:43 wwn-0x5000cca8c8c3411b-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Dec 27 12:43 wwn-0x5000cca8c8c3411b-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Dec 27 12:43 wwn-0x5000cca8c8c3411b-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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  121. else
  122. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  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-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  193. else
  194. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  195. fi
  196. linux /boot/vmlinuz-4.4.0-57-generic.efi.signed root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-57-generic
  198. }
  199. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  200. menuentry 'Ubuntu, avec Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  211. else
  212. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  213. fi
  214. echo 'Chargement de Linux 4.4.0-57-generic…'
  215. linux /boot/vmlinuz-4.4.0-57-generic.efi.signed root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash $vt_handoff
  216. echo 'Chargement du disque mémoire initial…'
  217. initrd /boot/initrd.img-4.4.0-57-generic
  218. }
  219. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  230. else
  231. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  232. fi
  233. echo 'Chargement de Linux 4.4.0-57-generic…'
  234. linux /boot/vmlinuz-4.4.0-57-generic.efi.signed root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash $vt_handoff init=/sbin/upstart
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.4.0-57-generic
  237. }
  238. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  248. else
  249. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  250. fi
  251. echo 'Chargement de Linux 4.4.0-57-generic…'
  252. linux /boot/vmlinuz-4.4.0-57-generic.efi.signed root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro recovery nomodeset
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-57-generic
  255. }
  256. 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-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  267. else
  268. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  269. fi
  270. echo 'Chargement de Linux 4.4.0-31-generic…'
  271. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash $vt_handoff
  272. echo 'Chargement du disque mémoire initial…'
  273. initrd /boot/initrd.img-4.4.0-31-generic
  274. }
  275. 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-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  286. else
  287. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  288. fi
  289. echo 'Chargement de Linux 4.4.0-31-generic…'
  290. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash $vt_handoff init=/sbin/upstart
  291. echo 'Chargement du disque mémoire initial…'
  292. initrd /boot/initrd.img-4.4.0-31-generic
  293. }
  294. 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-be30f15d-894b-4a6c-9e8e-49a6916730e2' {
  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 be30f15d-894b-4a6c-9e8e-49a6916730e2
  304. else
  305. search --no-floppy --fs-uuid --set=root be30f15d-894b-4a6c-9e8e-49a6916730e2
  306. fi
  307. echo 'Chargement de Linux 4.4.0-31-generic…'
  308. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro recovery nomodeset
  309. echo 'Chargement du disque mémoire initial…'
  310. initrd /boot/initrd.img-4.4.0-31-generic
  311. }
  312. }
  313. ### END /etc/grub.d/10_linux ###
  314. ### BEGIN /etc/grub.d/20_linux_xen ###
  315. ### END /etc/grub.d/20_linux_xen ###
  316. ### BEGIN /etc/grub.d/20_memtest86+ ###
  317. ### END /etc/grub.d/20_memtest86+ ###
  318. ### BEGIN /etc/grub.d/30_os-prober ###
  319. ### END /etc/grub.d/30_os-prober ###
  320. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  321. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  322. fwsetup
  323. }
  324. ### END /etc/grub.d/30_uefi-firmware ###
  325. ### BEGIN /etc/grub.d/40_custom ###
  326. # This file provides an easy way to add custom menu entries. Simply type the
  327. # menu entries you want to add after this comment. Be careful not to change
  328. # the 'exec tail' line above.
  329. ### END /etc/grub.d/40_custom ###
  330. ### BEGIN /etc/grub.d/41_custom ###
  331. if [ -f ${config_directory}/custom.cfg ]; then
  332. source ${config_directory}/custom.cfg
  333. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  334. source $prefix/custom.cfg;
  335. fi
  336. ### END /etc/grub.d/41_custom ###
  337. --------------------------------------------------------------------------------
  338. =============================== sda2/etc/fstab: ================================
  339. --------------------------------------------------------------------------------
  340. # /etc/fstab: static file system information.
  341. #
  342. # Use 'blkid' to print the universally unique identifier for a
  343. # device; this may be used with UUID= as a more robust way to name devices
  344. # that works even if disks are added and removed. See fstab(5).
  345. #
  346. # <file system> <mount point> <type> <options> <dump> <pass>
  347. # / was on /dev/sda2 during installation
  348. UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 / ext4 errors=remount-ro 0 1
  349. # /boot/efi was on /dev/sda1 during installation
  350. UUID=BB02-D0F4 /boot/efi vfat umask=0077 0 1
  351. # swap was on /dev/sda3 during installation
  352. UUID=3810e6b2-eca1-4229-af55-4a72d674d16e none swap sw 0 0
  353. --------------------------------------------------------------------------------
  354. =================== sda2: Location of files loaded by Grub: ====================
  355. GiB - GB File Fragment(s)
  356. 580.830535889 = 623.662039040 boot/grub/grub.cfg 1
  357. 1.855194092 = 1.991999488 boot/vmlinuz-4.4.0-31-generic 2
  358. 2.708198547 = 2.907906048 boot/vmlinuz-4.4.0-57-generic 1
  359. 2.792713165 = 2.998652928 boot/vmlinuz-4.4.0-57-generic.efi.signed 1
  360. 1.855194092 = 1.991999488 vmlinuz 2
  361. 2.941795349 = 3.158728704 boot/initrd.img-4.4.0-31-generic 1
  362. 3.961910248 = 4.254068736 boot/initrd.img-4.4.0-57-generic 2
  363. 2.941795349 = 3.158728704 initrd.img 1
  364. 2.941795349 = 3.158728704 initrd.img.old 1
  365. ADDITIONAL INFORMATION :
  366. =================== log of boot-info 2016-12-27__12h43 ===================
  367. boot-info version : 4ppa40
  368. boot-sav version : 4ppa40
  369. glade2script version : 3.2.3~ppa1
  370. boot-sav-extra version : 4ppa40
  371. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  372. CPU op-mode(s): 32-bit, 64-bit
  373. BOOT_IMAGE=/boot/vmlinuz-4.4.0-57-generic.efi.signed root=UUID=be30f15d-894b-4a6c-9e8e-49a6916730e2 ro quiet splash vt.handoff=7
  374. =================== os-prober:
  375. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  376. =================== blkid:
  377. /dev/sda1: UUID="BB02-D0F4" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="14d5b5d1-52d7-400a-a0a6-86fb63e5626c"
  378. /dev/sda2: UUID="be30f15d-894b-4a6c-9e8e-49a6916730e2" TYPE="ext4" PARTUUID="92ba17fe-3b64-4d78-b42b-aa4dfd2c7f89"
  379. /dev/sda3: UUID="3810e6b2-eca1-4229-af55-4a72d674d16e" TYPE="swap" PARTUUID="3234f201-b060-4af3-b2f0-05244219415c"
  380. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  381. =================== /etc/grub.d/ :
  382. drwxr-xr-x 2 root root 4096 déc. 26 13:41 grub.d
  383. total 76
  384. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  385. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  386. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  387. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  388. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  389. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  390. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  391. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  392. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  393. -rw-r--r-- 1 root root 483 juin 17 2016 README
  394. =================== /etc/default/grub :
  395. # If you change this file, run 'update-grub' afterwards to update
  396. # /boot/grub/grub.cfg.
  397. # For full documentation of the options in this file, see:
  398. # info -f grub -n 'Simple configuration'
  399. GRUB_DEFAULT=0
  400. GRUB_HIDDEN_TIMEOUT=0
  401. GRUB_HIDDEN_TIMEOUT_QUIET=true
  402. GRUB_TIMEOUT=10
  403. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  404. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  405. GRUB_CMDLINE_LINUX=""
  406. # Uncomment to enable BadRAM filtering, modify to suit your needs
  407. # This works with Linux (no patch required) and with any kernel that obtains
  408. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  409. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  410. # Uncomment to disable graphical terminal (grub-pc only)
  411. #GRUB_TERMINAL=console
  412. # The resolution used on graphical terminal
  413. # note that you can use only modes which your graphic card supports via VBE
  414. # you can see them in real GRUB with the command `vbeinfo'
  415. #GRUB_GFXMODE=640x480
  416. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  417. #GRUB_DISABLE_LINUX_UUID=true
  418. # Uncomment to disable generation of recovery mode menu entries
  419. #GRUB_DISABLE_RECOVERY="true"
  420. # Uncomment to get a beep at grub start
  421. #GRUB_INIT_TUNE="480 440 1"
  422. /boot/efi detected in the fstab of sda2: UUID=BB02-D0F4 (sda1)
  423. =================== efibootmgr -v
  424. BootCurrent: 0001
  425. Timeout: 1 seconds
  426. BootOrder: 0001,0007,0006,0008,0000
  427. Boot0000* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...9................
  428. Boot0001* ubuntu HD(1,GPT,14d5b5d1-52d7-400a-a0a6-86fb63e5626c,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  429. Boot0006* CD/DVD Drive BBS(CDROM,,0x0)..GO..NO........o.T.S.S.T.c.o.r.p. .C.D.D.V.D.W. .S.U.-.2.2.8.H.B....................A...........................>..Gd-.;.A..MQ..L.1.S.1.B.Y.6.H.H.0.3.K.5.K.2. . . . . . ........BO
  430. Boot0007* Hard Drive BBS(HD,,0x0)..GO..NO........o.H.G.S.T. .H.T.S.7.2.1.0.1.0.A.9.E.6.3.0....................A...........................>..Gd-.;.A..MQ..L. . . . . . .R.J.0.1.0.0.3.D.7.0.X.4.E.V........BO
  431. Boot0008* ubuntu HD(1,GPT,14d5b5d1-52d7-400a-a0a6-86fb63e5626c,0x800,0x100000)/File(EFIUBUNTUGRUBX64.EFI)..BO
  432. =================== UEFI/Legacy mode:
  433. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  434. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  435. =================== PARTITIONS & DISKS:
  436. 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, .
  437. 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.
  438. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  439. =================== parted -l:
  440. Model: ATA HGST HTS721010A9 (scsi)
  441. Disk /dev/sda: 1000GB
  442. Sector size (logical/physical): 512B/4096B
  443. Partition Table: gpt
  444. Disk Flags:
  445. Number Start End Size File system Name Flags
  446. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  447. 2 538MB 992GB 991GB ext4
  448. 3 992GB 1000GB 8480MB linux-swap(v1)
  449. =================== parted -lm:
  450. BYT;
  451. /dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS721010A9:;
  452. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  453. 2:538MB:992GB:991GB:ext4::;
  454. 3:992GB:1000GB:8480MB:linux-swap(v1)::;
  455. =================== lsblk:
  456. KNAME TYPE FSTYPE SIZE LABEL
  457. sda disk 931,5G
  458. sda1 part vfat 512M
  459. sda2 part ext4 923,1G
  460. sda3 part swap 7,9G
  461. sr0 rom 1024M
  462. KNAME ROTA RO RM STATE MOUNTPOINT
  463. sda 1 0 0 running
  464. sda1 1 0 0 /boot/efi
  465. sda2 1 0 0 /
  466. sda3 1 0 0 [SWAP]
  467. sr0 1 0 1 running
  468. =================== mount:
  469. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  470. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  471. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4011844k,nr_inodes=1002961,mode=755)
  472. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  473. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806892k,mode=755)
  474. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  475. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  476. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  477. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  478. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  479. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  480. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  481. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  482. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  483. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  484. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  485. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  486. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  487. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  488. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  489. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  490. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  491. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  492. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  493. mqueue on /dev/mqueue type mqueue (rw,relatime)
  494. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  495. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  496. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  497. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  498. tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=806892k,mode=700,uid=108,gid=114)
  499. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806892k,mode=700,uid=1000,gid=1000)
  500. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  501. =================== ls:
  502. /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
  503. /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
  504. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 drm_dp_aux2 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvidia0 nvidiactl nvidia-modeset nvidia-uvm 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
  505. ls /dev/mapper: control
  506. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  507. =================== hexdump -n512 -C /dev/sda1
  508. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  509. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  510. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  511. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  512. 00000040 80 01 29 f4 d0 02 bb 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  513. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  514. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  515. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  516. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  517. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  518. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  519. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  520. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  521. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  522. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  523. *
  524. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  525. 00000200
  526. =================== df -Th:
  527. Filesystem Type Size Used Avail Use% Mounted on
  528. udev devtmpfs 3.9G 0 3.9G 0% /dev
  529. tmpfs tmpfs 788M 9.7M 779M 2% /run
  530. /dev/sda2 ext4 909G 5.4G 858G 1% /
  531. tmpfs tmpfs 3.9G 252K 3.9G 1% /dev/shm
  532. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  533. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  534. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  535. tmpfs tmpfs 788M 4.0K 788M 1% /run/user/108
  536. tmpfs tmpfs 788M 40K 788M 1% /run/user/1000
  537. =================== fdisk -l:
  538. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  587. Units: sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  591. Units: sectors of 1 * 512 = 512 bytes
  592. Sector size (logical/physical): 512 bytes / 4096 bytes
  593. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  594. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 4096 bytes
  597. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  598. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  599. Units: sectors of 1 * 512 = 512 bytes
  600. Sector size (logical/physical): 512 bytes / 4096 bytes
  601. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  602. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 4096 bytes
  605. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  606. Disklabel type: gpt
  607. Disk identifier: 95E99B5A-A9D4-4FF4-AF75-733D85D11664
  608. Device Start End Sectors Size Type
  609. /dev/sda1 2048 1050623 1048576 512M EFI System
  610. /dev/sda2 1050624 1936961535 1935910912 923.1G Linux filesystem
  611. /dev/sda3 1936961536 1953523711 16562176 7.9G Linux swap
  612. =================== Suggested repair
  613. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  614. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  615. =================== Final advice in case of suggested repair
  616. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  617. =================== User settings
  618. The settings chosen by the user will not act on the boot.
  619. paste.ubuntu.com ko (), using paste.debian
  620. paste.debian.net ko (), using paste2