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.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: 238.5 GiB, 256060514304 bytes, 500118192 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 500,118,191 500,118,191 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 483,616,767 482,566,144 Data partition (Linux)
  37. /dev/sda3 483,616,768 500,117,503 16,500,736 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 13A8-6428 vfat
  42. /dev/sda2 b36286f1-ce27-4dda-b923-9246971c44c3 ext4
  43. /dev/sda3 e8559fbe-7518-4ff3-b1b8-a016acdd0ca5 swap
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Dec 19 11:06 ata-HFS256G39TND-N210A_FI68N005710508J0P -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Dec 19 11:06 ata-HFS256G39TND-N210A_FI68N005710508J0P-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Dec 19 11:06 ata-HFS256G39TND-N210A_FI68N005710508J0P-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Dec 19 11:06 ata-HFS256G39TND-N210A_FI68N005710508J0P-part3 -> ../../sda3
  50. ================================ Mount points: =================================
  51. Device Mount_Point Type Options
  52. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  53. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  54. =========================== sda2/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_gpt
  115. insmod ext2
  116. set root='hd0,gpt2'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  119. else
  120. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  121. fi
  122. font="/usr/share/grub/unicode.pf2"
  123. fi
  124. if loadfont $font ; then
  125. set gfxmode=auto
  126. load_video
  127. insmod gfxterm
  128. set locale_dir=$prefix/locale
  129. set lang=fr_FR
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=30
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=hidden
  138. set timeout=0
  139. # Fallback hidden-timeout code in case the timeout_style feature is
  140. # unavailable.
  141. elif sleep --interruptible 0 ; then
  142. set timeout=0
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. if background_color 44,0,30,0; then
  150. clear
  151. fi
  152. ### END /etc/grub.d/05_debian_theme ###
  153. ### BEGIN /etc/grub.d/10_linux ###
  154. function gfxmode {
  155. set gfxpayload="${1}"
  156. if [ "${1}" = "keep" ]; then
  157. set vt_handoff=vt.handoff=7
  158. else
  159. set vt_handoff=
  160. fi
  161. }
  162. if [ "${recordfail}" != 1 ]; then
  163. if [ -e ${prefix}/gfxblacklist.txt ]; then
  164. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  165. if [ ${match} = 0 ]; then
  166. set linux_gfx_mode=keep
  167. else
  168. set linux_gfx_mode=text
  169. fi
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=keep
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. export linux_gfx_mode
  180. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b36286f1-ce27-4dda-b923-9246971c44c3' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  186. insmod part_gpt
  187. insmod ext2
  188. set root='hd0,gpt2'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  191. else
  192. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  193. fi
  194. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-53-generic
  196. }
  197. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b36286f1-ce27-4dda-b923-9246971c44c3' {
  198. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_gpt
  205. insmod ext2
  206. set root='hd0,gpt2'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  209. else
  210. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  211. fi
  212. echo 'Chargement de Linux 4.4.0-53-generic…'
  213. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet splash $vt_handoff
  214. echo 'Chargement du disque mémoire initial…'
  215. initrd /boot/initrd.img-4.4.0-53-generic
  216. }
  217. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_gpt
  224. insmod ext2
  225. set root='hd0,gpt2'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  228. else
  229. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  230. fi
  231. echo 'Chargement de Linux 4.4.0-53-generic…'
  232. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Chargement du disque mémoire initial…'
  234. initrd /boot/initrd.img-4.4.0-53-generic
  235. }
  236. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  237. recordfail
  238. load_video
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_gpt
  242. insmod ext2
  243. set root='hd0,gpt2'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  246. else
  247. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  248. fi
  249. echo 'Chargement de Linux 4.4.0-53-generic…'
  250. linux /boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro recovery nomodeset
  251. echo 'Chargement du disque mémoire initial…'
  252. initrd /boot/initrd.img-4.4.0-53-generic
  253. }
  254. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  255. recordfail
  256. load_video
  257. gfxmode $linux_gfx_mode
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_gpt
  261. insmod ext2
  262. set root='hd0,gpt2'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  265. else
  266. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  267. fi
  268. echo 'Chargement de Linux 4.4.0-31-generic…'
  269. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet splash $vt_handoff
  270. echo 'Chargement du disque mémoire initial…'
  271. initrd /boot/initrd.img-4.4.0-31-generic
  272. }
  273. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  274. recordfail
  275. load_video
  276. gfxmode $linux_gfx_mode
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_gpt
  280. insmod ext2
  281. set root='hd0,gpt2'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  284. else
  285. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  286. fi
  287. echo 'Chargement de Linux 4.4.0-31-generic…'
  288. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet splash $vt_handoff init=/sbin/upstart
  289. echo 'Chargement du disque mémoire initial…'
  290. initrd /boot/initrd.img-4.4.0-31-generic
  291. }
  292. 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-b36286f1-ce27-4dda-b923-9246971c44c3' {
  293. recordfail
  294. load_video
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_gpt
  298. insmod ext2
  299. set root='hd0,gpt2'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b36286f1-ce27-4dda-b923-9246971c44c3
  302. else
  303. search --no-floppy --fs-uuid --set=root b36286f1-ce27-4dda-b923-9246971c44c3
  304. fi
  305. echo 'Chargement de Linux 4.4.0-31-generic…'
  306. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro recovery nomodeset
  307. echo 'Chargement du disque mémoire initial…'
  308. initrd /boot/initrd.img-4.4.0-31-generic
  309. }
  310. }
  311. ### END /etc/grub.d/10_linux ###
  312. ### BEGIN /etc/grub.d/20_linux_xen ###
  313. ### END /etc/grub.d/20_linux_xen ###
  314. ### BEGIN /etc/grub.d/20_memtest86+ ###
  315. ### END /etc/grub.d/20_memtest86+ ###
  316. ### BEGIN /etc/grub.d/30_os-prober ###
  317. ### END /etc/grub.d/30_os-prober ###
  318. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  319. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  320. fwsetup
  321. }
  322. ### END /etc/grub.d/30_uefi-firmware ###
  323. ### BEGIN /etc/grub.d/40_custom ###
  324. # This file provides an easy way to add custom menu entries. Simply type the
  325. # menu entries you want to add after this comment. Be careful not to change
  326. # the 'exec tail' line above.
  327. ### END /etc/grub.d/40_custom ###
  328. ### BEGIN /etc/grub.d/41_custom ###
  329. if [ -f ${config_directory}/custom.cfg ]; then
  330. source ${config_directory}/custom.cfg
  331. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  332. source $prefix/custom.cfg;
  333. fi
  334. ### END /etc/grub.d/41_custom ###
  335. --------------------------------------------------------------------------------
  336. =============================== sda2/etc/fstab: ================================
  337. --------------------------------------------------------------------------------
  338. # /etc/fstab: static file system information.
  339. #
  340. # Use 'blkid' to print the universally unique identifier for a
  341. # device; this may be used with UUID= as a more robust way to name devices
  342. # that works even if disks are added and removed. See fstab(5).
  343. #
  344. # <file system> <mount point> <type> <options> <dump> <pass>
  345. # / was on /dev/sda2 during installation
  346. UUID=b36286f1-ce27-4dda-b923-9246971c44c3 / ext4 errors=remount-ro 0 1
  347. # /boot/efi was on /dev/sda1 during installation
  348. UUID=13A8-6428 /boot/efi vfat umask=0077 0 1
  349. # swap was on /dev/sda3 during installation
  350. UUID=e8559fbe-7518-4ff3-b1b8-a016acdd0ca5 none swap sw 0 0
  351. --------------------------------------------------------------------------------
  352. =================== sda2: Location of files loaded by Grub: ====================
  353. GiB - GB File Fragment(s)
  354. 88.760581970 = 95.305949184 boot/grub/grub.cfg 1
  355. 1.640350342 = 1.761312768 boot/vmlinuz-4.4.0-31-generic 1
  356. 89.326953888 = 95.914086400 boot/vmlinuz-4.4.0-53-generic 1
  357. 89.409900665 = 96.003149824 boot/vmlinuz-4.4.0-53-generic.efi.signed 1
  358. 1.640350342 = 1.761312768 vmlinuz 1
  359. 89.563472748 = 96.168046592 boot/initrd.img-4.4.0-31-generic 2
  360. 89.847381592 = 96.472891392 boot/initrd.img-4.4.0-53-generic 1
  361. 89.563472748 = 96.168046592 initrd.img 2
  362. 89.563472748 = 96.168046592 initrd.img.old 2
  363. ADDITIONAL INFORMATION :
  364. =================== log of boot-info 2016-12-19__11h06 ===================
  365. boot-info version : 4ppa40
  366. boot-sav version : 4ppa40
  367. glade2script version : 3.2.3~ppa1
  368. boot-sav-extra version : 4ppa40
  369. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  370. CPU op-mode(s): 32-bit, 64-bit
  371. BOOT_IMAGE=/boot/vmlinuz-4.4.0-53-generic.efi.signed root=UUID=b36286f1-ce27-4dda-b923-9246971c44c3 ro quiet acpi=off splash
  372. =================== os-prober:
  373. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  374. =================== blkid:
  375. /dev/sda1: UUID="13A8-6428" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="88b09254-615a-446e-aefe-50067ea558b4"
  376. /dev/sda2: UUID="b36286f1-ce27-4dda-b923-9246971c44c3" TYPE="ext4" PARTUUID="3047b3c2-1dd4-4230-98b5-dabf3bbe31bd"
  377. /dev/sda3: UUID="e8559fbe-7518-4ff3-b1b8-a016acdd0ca5" TYPE="swap" PARTUUID="5a62b146-2b72-4974-b9a9-78780c78a1fe"
  378. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  379. =================== /etc/grub.d/ :
  380. drwxr-xr-x 2 root root 4096 déc. 19 10:22 grub.d
  381. total 76
  382. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  383. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  384. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  385. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  386. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  387. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  388. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  389. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  390. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  391. -rw-r--r-- 1 root root 483 juin 17 2016 README
  392. =================== /etc/default/grub :
  393. # If you change this file, run 'update-grub' afterwards to update
  394. # /boot/grub/grub.cfg.
  395. # For full documentation of the options in this file, see:
  396. # info -f grub -n 'Simple configuration'
  397. GRUB_DEFAULT=0
  398. GRUB_HIDDEN_TIMEOUT=0
  399. GRUB_HIDDEN_TIMEOUT_QUIET=true
  400. GRUB_TIMEOUT=10
  401. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  402. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  403. GRUB_CMDLINE_LINUX=""
  404. # Uncomment to enable BadRAM filtering, modify to suit your needs
  405. # This works with Linux (no patch required) and with any kernel that obtains
  406. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  407. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  408. # Uncomment to disable graphical terminal (grub-pc only)
  409. #GRUB_TERMINAL=console
  410. # The resolution used on graphical terminal
  411. # note that you can use only modes which your graphic card supports via VBE
  412. # you can see them in real GRUB with the command `vbeinfo'
  413. #GRUB_GFXMODE=640x480
  414. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  415. #GRUB_DISABLE_LINUX_UUID=true
  416. # Uncomment to disable generation of recovery mode menu entries
  417. #GRUB_DISABLE_RECOVERY="true"
  418. # Uncomment to get a beep at grub start
  419. #GRUB_INIT_TUNE="480 440 1"
  420. /boot/efi detected in the fstab of sda2: UUID=13A8-6428 (sda1)
  421. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  422. =================== efibootmgr -v
  423. BootCurrent: 0001
  424. Timeout: 0 seconds
  425. BootOrder: 0001,0002,2001,2002,2003
  426. Boot0000* ubuntu PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(1,MBR,0x34,0x800,0x1cde840)/File(EFIBOOTgrubx64.efi)A01 ..
  427. Boot0001* shim PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,0,0)/HD(1,GPT,88b09254-615a-446e-aefe-50067ea558b4,0x800,0x100000)/File(EFIubuntushimx64.efi)A01 ..
  428. Boot0002* grub PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,0,0)/HD(1,GPT,88b09254-615a-446e-aefe-50067ea558b4,0x800,0x100000)/File(EFIubuntugrubx64.efi)A01 ).
  429. Boot0003* Unknown Device: HD(1,GPT,88b09254-615a-446e-aefe-50067ea558b4,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  430. Boot0004* Unknown Device: HD(1,GPT,88b09254-615a-446e-aefe-50067ea558b4,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  431. Boot2001* EFI USB Device RC
  432. Boot2002* EFI DVD/CDROM RC
  433. Boot2003* EFI Network RC
  434. =================== UEFI/Legacy mode:
  435. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  436. SecureBoot enabled.
  437. =================== PARTITIONS & DISKS:
  438. 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, .
  439. 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.
  440. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  441. =================== parted -l:
  442. Model: ATA HFS256G39TND-N21 (scsi)
  443. Disk /dev/sda: 256GB
  444. Sector size (logical/physical): 512B/4096B
  445. Partition Table: gpt
  446. Disk Flags:
  447. Number Start End Size File system Name Flags
  448. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  449. 2 538MB 248GB 247GB ext4
  450. 3 248GB 256GB 8448MB linux-swap(v1)
  451. =================== parted -lm:
  452. BYT;
  453. /dev/sda:256GB:scsi:512:4096:gpt:ATA HFS256G39TND-N21:;
  454. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  455. 2:538MB:248GB:247GB:ext4::;
  456. 3:248GB:256GB:8448MB:linux-swap(v1)::;
  457. =================== lsblk:
  458. KNAME TYPE FSTYPE SIZE LABEL
  459. sda disk 238,5G
  460. sda1 part vfat 512M
  461. sda2 part ext4 230,1G
  462. sda3 part swap 7,9G
  463. KNAME ROTA RO RM STATE MOUNTPOINT
  464. sda 0 0 0 running
  465. sda1 0 0 0 /boot/efi
  466. sda2 0 0 0 /
  467. sda3 0 0 0 [SWAP]
  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=3999264k,nr_inodes=999816,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=803752k,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/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  483. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  484. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  485. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  486. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  487. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  488. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  489. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  490. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  491. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  492. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  493. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  494. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  495. mqueue on /dev/mqueue type mqueue (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/1000 type tmpfs (rw,nosuid,nodev,relatime,size=803752k,mode=700,uid=1000,gid=1000)
  499. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  500. =================== ls:
  501. /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
  502. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hidraw0 hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  503. ls /dev/mapper: control
  504. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  505. =================== hexdump -n512 -C /dev/sda1
  506. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  507. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  508. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  509. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  510. 00000040 80 01 29 28 64 a8 13 4e 4f 20 4e 41 4d 45 20 20 |..)(d..NO NAME |
  511. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  512. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  513. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  514. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  515. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  516. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  517. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  518. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  519. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  520. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  521. *
  522. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  523. 00000200
  524. =================== df -Th:
  525. Filesystem Type Size Used Avail Use% Mounted on
  526. udev devtmpfs 3.9G 0 3.9G 0% /dev
  527. tmpfs tmpfs 785M 9.3M 776M 2% /run
  528. /dev/sda2 ext4 227G 4.6G 211G 3% /
  529. tmpfs tmpfs 3.9G 256K 3.9G 1% /dev/shm
  530. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  531. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  532. /dev/sda1 vfat 511M 9.8M 502M 2% /boot/efi
  533. tmpfs tmpfs 785M 76K 785M 1% /run/user/1000
  534. =================== fdisk -l:
  535. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  536. Units: sectors of 1 * 512 = 512 bytes
  537. Sector size (logical/physical): 512 bytes / 4096 bytes
  538. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  539. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  540. Units: sectors of 1 * 512 = 512 bytes
  541. Sector size (logical/physical): 512 bytes / 4096 bytes
  542. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  543. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  544. Units: sectors of 1 * 512 = 512 bytes
  545. Sector size (logical/physical): 512 bytes / 4096 bytes
  546. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  547. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  548. Units: sectors of 1 * 512 = 512 bytes
  549. Sector size (logical/physical): 512 bytes / 4096 bytes
  550. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  551. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  552. Units: sectors of 1 * 512 = 512 bytes
  553. Sector size (logical/physical): 512 bytes / 4096 bytes
  554. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  555. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  556. Units: sectors of 1 * 512 = 512 bytes
  557. Sector size (logical/physical): 512 bytes / 4096 bytes
  558. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  559. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 4096 bytes
  562. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  563. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  568. Units: sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 4096 bytes
  574. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  575. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 4096 bytes
  578. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  579. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  580. Units: sectors of 1 * 512 = 512 bytes
  581. Sector size (logical/physical): 512 bytes / 4096 bytes
  582. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  583. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  584. Units: sectors of 1 * 512 = 512 bytes
  585. Sector size (logical/physical): 512 bytes / 4096 bytes
  586. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  587. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  588. Units: sectors of 1 * 512 = 512 bytes
  589. Sector size (logical/physical): 512 bytes / 4096 bytes
  590. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  591. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  592. Units: sectors of 1 * 512 = 512 bytes
  593. Sector size (logical/physical): 512 bytes / 4096 bytes
  594. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  595. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disklabel type: gpt
  604. Disk identifier: D7E5FE17-A4F1-4B41-AF63-FDEC5079EF40
  605. Device Start End Sectors Size Type
  606. /dev/sda1 2048 1050623 1048576 512M EFI System
  607. /dev/sda2 1050624 483616767 482566144 230.1G Linux filesystem
  608. /dev/sda3 483616768 500117503 16500736 7.9G Linux swap
  609. =================== Suggested repair
  610. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  611. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  612. =================== Final advice in case of suggested repair
  613. 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)
  614. =================== User settings
  615. The settings chosen by the user will not act on the boot.
  616. paste.ubuntu.com ko (), using paste.debian
  617. paste.debian.net ko (), using paste2