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,988,159 1,935,937,536 Data partition (Linux)
  34. /dev/sda3 1,936,988,160 1,953,523,711 16,535,552 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 01AB-CC55 vfat
  39. /dev/sda2 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ext4
  40. /dev/sda3 bc536b59-be5e-4360-9471-da75578b553a swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Oct 27 10:58 ata-MATSHITA_DVD-RAM_SW830_KO0160700642 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Oct 27 12:14 ata-ST1000DM003-1ER162_Z4Y1490S -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Oct 27 12:14 ata-ST1000DM003-1ER162_Z4Y1490S-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Oct 27 12:14 ata-ST1000DM003-1ER162_Z4Y1490S-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Oct 27 12:14 ata-ST1000DM003-1ER162_Z4Y1490S-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 Oct 27 12:14 wwn-0x5000c50078f8033f -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Oct 27 12:14 wwn-0x5000c50078f8033f-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Oct 27 12:14 wwn-0x5000c50078f8033f-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Oct 27 12:14 wwn-0x5000c50078f8033f-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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  121. else
  122. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  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-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  193. else
  194. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  195. fi
  196. linux /boot/vmlinuz-4.4.0-45-generic.efi.signed root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-45-generic
  198. }
  199. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  200. menuentry 'Ubuntu, avec Linux 4.4.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-advanced-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  211. else
  212. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  213. fi
  214. echo 'Chargement de Linux 4.4.0-45-generic…'
  215. linux /boot/vmlinuz-4.4.0-45-generic.efi.signed root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash $vt_handoff
  216. echo 'Chargement du disque mémoire initial…'
  217. initrd /boot/initrd.img-4.4.0-45-generic
  218. }
  219. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-init-upstart-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  230. else
  231. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  232. fi
  233. echo 'Chargement de Linux 4.4.0-45-generic…'
  234. linux /boot/vmlinuz-4.4.0-45-generic.efi.signed root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash $vt_handoff init=/sbin/upstart
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.4.0-45-generic
  237. }
  238. menuentry 'Ubuntu, with Linux 4.4.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-45-generic-recovery-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  248. else
  249. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  250. fi
  251. echo 'Chargement de Linux 4.4.0-45-generic…'
  252. linux /boot/vmlinuz-4.4.0-45-generic.efi.signed root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro recovery nomodeset
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-45-generic
  255. }
  256. menuentry 'Ubuntu, avec Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  267. else
  268. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  269. fi
  270. echo 'Chargement de Linux 4.4.0-21-generic…'
  271. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash $vt_handoff
  272. echo 'Chargement du disque mémoire initial…'
  273. initrd /boot/initrd.img-4.4.0-21-generic
  274. }
  275. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  286. else
  287. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  288. fi
  289. echo 'Chargement de Linux 4.4.0-21-generic…'
  290. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash $vt_handoff init=/sbin/upstart
  291. echo 'Chargement du disque mémoire initial…'
  292. initrd /boot/initrd.img-4.4.0-21-generic
  293. }
  294. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961' {
  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 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  304. else
  305. search --no-floppy --fs-uuid --set=root 7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961
  306. fi
  307. echo 'Chargement de Linux 4.4.0-21-generic…'
  308. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro recovery nomodeset
  309. echo 'Chargement du disque mémoire initial…'
  310. initrd /boot/initrd.img-4.4.0-21-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. ### END /etc/grub.d/30_uefi-firmware ###
  322. ### BEGIN /etc/grub.d/40_custom ###
  323. # This file provides an easy way to add custom menu entries. Simply type the
  324. # menu entries you want to add after this comment. Be careful not to change
  325. # the 'exec tail' line above.
  326. ### END /etc/grub.d/40_custom ###
  327. ### BEGIN /etc/grub.d/41_custom ###
  328. if [ -f ${config_directory}/custom.cfg ]; then
  329. source ${config_directory}/custom.cfg
  330. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  331. source $prefix/custom.cfg;
  332. fi
  333. ### END /etc/grub.d/41_custom ###
  334. --------------------------------------------------------------------------------
  335. =============================== sda2/etc/fstab: ================================
  336. --------------------------------------------------------------------------------
  337. # /etc/fstab: static file system information.
  338. #
  339. # Use 'blkid' to print the universally unique identifier for a
  340. # device; this may be used with UUID= as a more robust way to name devices
  341. # that works even if disks are added and removed. See fstab(5).
  342. #
  343. # <file system> <mount point> <type> <options> <dump> <pass>
  344. # / was on /dev/sda2 during installation
  345. UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 / ext4 errors=remount-ro 0 1
  346. # /boot/efi was on /dev/sda1 during installation
  347. UUID=01AB-CC55 /boot/efi vfat umask=0077 0 1
  348. # swap was on /dev/sda3 during installation
  349. UUID=bc536b59-be5e-4360-9471-da75578b553a none swap sw 0 0
  350. --------------------------------------------------------------------------------
  351. =================== sda2: Location of files loaded by Grub: ====================
  352. GiB - GB File Fragment(s)
  353. 34.768253326 = 37.332127744 boot/grub/grub.cfg 1
  354. 1.765319824 = 1.895497728 boot/vmlinuz-4.4.0-21-generic 1
  355. 909.644203186 = 976.723025920 boot/vmlinuz-4.4.0-45-generic 1
  356. 909.796607971 = 976.886669312 boot/vmlinuz-4.4.0-45-generic.efi.signed 1
  357. 1.765319824 = 1.895497728 vmlinuz 1
  358. 909.965270996 = 977.067769856 boot/initrd.img-4.4.0-21-generic 1
  359. 670.129760742 = 719.546351616 boot/initrd.img-4.4.0-45-generic 3
  360. 909.965270996 = 977.067769856 initrd.img 1
  361. 909.965270996 = 977.067769856 initrd.img.old 1
  362. ADDITIONAL INFORMATION :
  363. =================== log of boot-info 2016-10-27__12h14 ===================
  364. boot-info version : 4ppa38
  365. boot-sav version : 4ppa38
  366. glade2script version : 3.2.3~ppa1
  367. boot-sav-extra version : 4ppa38
  368. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  369. CPU op-mode(s): 32-bit, 64-bit
  370. BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic.efi.signed root=UUID=7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961 ro quiet splash vt.handoff=7
  371. =================== os-prober:
  372. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  373. =================== blkid:
  374. /dev/sda1: UUID="01AB-CC55" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7a8f8248-a8bb-41d3-a66d-d025541b1324"
  375. /dev/sda2: UUID="7c2b4e94-d0f2-4a25-8b0a-9a8d58c7b961" TYPE="ext4" PARTUUID="1c5865c3-269a-41d4-9f1c-8a9ea74fae3b"
  376. /dev/sda3: UUID="bc536b59-be5e-4360-9471-da75578b553a" TYPE="swap" PARTUUID="92416dc7-9ecf-45b8-908c-148aca9a1292"
  377. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  378. =================== /etc/grub.d/ :
  379. drwxr-xr-x 2 root root 4096 oct. 26 15:31 grub.d
  380. total 76
  381. -rwxr-xr-x 1 root root 9791 avril 16 2016 00_header
  382. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  383. -rwxr-xr-x 1 root root 12261 avril 16 2016 10_linux
  384. -rwxr-xr-x 1 root root 11082 avril 16 2016 20_linux_xen
  385. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  386. -rwxr-xr-x 1 root root 11692 avril 16 2016 30_os-prober
  387. -rwxr-xr-x 1 root root 1418 avril 16 2016 30_uefi-firmware
  388. -rwxr-xr-x 1 root root 214 avril 16 2016 40_custom
  389. -rwxr-xr-x 1 root root 216 avril 16 2016 41_custom
  390. -rw-r--r-- 1 root root 483 avril 16 2016 README
  391. =================== /etc/default/grub :
  392. # If you change this file, run 'update-grub' afterwards to update
  393. # /boot/grub/grub.cfg.
  394. # For full documentation of the options in this file, see:
  395. # info -f grub -n 'Simple configuration'
  396. GRUB_DEFAULT=0
  397. GRUB_HIDDEN_TIMEOUT=0
  398. GRUB_HIDDEN_TIMEOUT_QUIET=true
  399. GRUB_TIMEOUT=10
  400. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  401. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  402. GRUB_CMDLINE_LINUX=""
  403. # Uncomment to enable BadRAM filtering, modify to suit your needs
  404. # This works with Linux (no patch required) and with any kernel that obtains
  405. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  406. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  407. # Uncomment to disable graphical terminal (grub-pc only)
  408. #GRUB_TERMINAL=console
  409. # The resolution used on graphical terminal
  410. # note that you can use only modes which your graphic card supports via VBE
  411. # you can see them in real GRUB with the command `vbeinfo'
  412. #GRUB_GFXMODE=640x480
  413. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  414. #GRUB_DISABLE_LINUX_UUID=true
  415. # Uncomment to disable generation of recovery mode menu entries
  416. #GRUB_DISABLE_RECOVERY="true"
  417. # Uncomment to get a beep at grub start
  418. #GRUB_INIT_TUNE="480 440 1"
  419. /boot/efi detected in the fstab of sda2: UUID=01AB-CC55 (sda1)
  420. ls /sys/firmware/efi/vars : StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,PK-8be4df61-93ca-11d2-aa0d-00e098032b8c,PCI_COMMON-aca9f304-21e2-4852-9875-7ff4881d67a5,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,new_var,MonotonicCounter-01368881-c4ad-4b1d-b631-d57a8ec8db6b,KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,FPDT_Variable-01368881-c4ad-4b1d-b631-d57a8ec8db6b,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f,db-d719b2cb-3d3a-4596-a3bc-dad00e67656f,AcpiGlobalVariable-c020489e-6db2-4ef2-9aa5-ca06fc11d36a,
  421. Veuillez indiquer ce message à [email protected]
  422. ls /sys/firmware/efi/vars : StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,PK-8be4df61-93ca-11d2-aa0d-00e098032b8c,PCI_COMMON-aca9f304-21e2-4852-9875-7ff4881d67a5,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,new_var,MonotonicCounter-01368881-c4ad-4b1d-b631-d57a8ec8db6b,KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,FPDT_Variable-01368881-c4ad-4b1d-b631-d57a8ec8db6b,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f,db-d719b2cb-3d3a-4596-a3bc-dad00e67656f,AcpiGlobalVariable-c020489e-6db2-4ef2-9aa5-ca06fc11d36a,
  423. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  424. =================== efibootmgr -v
  425. No BootOrder is set; firmware will attempt recovery
  426. =================== UEFI/Legacy mode:
  427. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  428. SecureBoot enabled.
  429. =================== PARTITIONS & DISKS:
  430. 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, .
  431. 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.
  432. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  433. =================== parted -l:
  434. Model: ATA ST1000DM003-1ER1 (scsi)
  435. Disk /dev/sda: 1000GB
  436. Sector size (logical/physical): 512B/4096B
  437. Partition Table: gpt
  438. Disk Flags:
  439. Number Start End Size File system Name Flags
  440. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  441. 2 538MB 992GB 991GB ext4
  442. 3 992GB 1000GB 8466MB linux-swap(v1)
  443. =================== parted -lm:
  444. BYT;
  445. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000DM003-1ER1:;
  446. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  447. 2:538MB:992GB:991GB:ext4::;
  448. 3:992GB:1000GB:8466MB:linux-swap(v1)::;
  449. =================== lsblk:
  450. KNAME TYPE FSTYPE SIZE LABEL
  451. sda disk 931,5G
  452. sda1 part vfat 512M
  453. sda2 part ext4 923,1G
  454. sda3 part swap 7,9G
  455. sr0 rom 1024M
  456. KNAME ROTA RO RM STATE MOUNTPOINT
  457. sda 1 0 0 running
  458. sda1 1 0 0 /boot/efi
  459. sda2 1 0 0 /
  460. sda3 1 0 0 [SWAP]
  461. sr0 1 0 1 running
  462. =================== mount:
  463. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  464. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  465. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4007540k,nr_inodes=1001885,mode=755)
  466. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  467. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=805528k,mode=755)
  468. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  469. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  470. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  471. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  472. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  473. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  474. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  475. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  476. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  477. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  478. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  479. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  480. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  481. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  482. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  483. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  484. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  485. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  486. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  487. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  488. mqueue on /dev/mqueue type mqueue (rw,relatime)
  489. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  490. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  491. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  492. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=805528k,mode=700,uid=1000,gid=1000)
  493. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  494. =================== ls:
  495. /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
  496. /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
  497. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog 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 vfio vga_arbiter vhci vhost-net zero
  498. ls /dev/mapper: control
  499. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  500. =================== hexdump -n512 -C /dev/sda1
  501. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  502. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  503. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  504. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  505. 00000040 80 01 29 55 cc ab 01 4e 4f 20 4e 41 4d 45 20 20 |..)U...NO NAME |
  506. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  507. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  508. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  509. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  510. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  511. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  512. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  513. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  514. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  515. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  516. *
  517. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  518. 00000200
  519. =================== df -Th:
  520. Filesystem Type Size Used Avail Use% Mounted on
  521. udev devtmpfs 3.9G 0 3.9G 0% /dev
  522. tmpfs tmpfs 787M 9.3M 778M 2% /run
  523. /dev/sda2 ext4 909G 87G 776G 11% /
  524. tmpfs tmpfs 3.9G 948K 3.9G 1% /dev/shm
  525. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  526. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  527. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  528. tmpfs tmpfs 787M 52K 787M 1% /run/user/1000
  529. =================== fdisk -l:
  530. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  531. Units: sectors of 1 * 512 = 512 bytes
  532. Sector size (logical/physical): 512 bytes / 4096 bytes
  533. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  534. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  535. Units: sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 4096 bytes
  537. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  538. Disk /dev/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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. Disklabel type: gpt
  599. Disk identifier: 7FA0ABE1-C247-4F23-87BF-C753F0B06583
  600. Device Start End Sectors Size Type
  601. /dev/sda1 2048 1050623 1048576 512M EFI System
  602. /dev/sda2 1050624 1936988159 1935937536 923.1G Linux filesystem
  603. /dev/sda3 1936988160 1953523711 16535552 7.9G Linux swap
  604. =================== Suggested repair
  605. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  606. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  607. =================== Final advice in case of suggested repair
  608. 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)
  609. =================== User settings
  610. The settings chosen by the user will not act on the boot.
  611. paste.ubuntu.com ko (), using paste.debian
  612. paste.debian.net ko (), using paste2