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 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,945,335,807 1,944,285,184 Data partition (Linux)
  34. /dev/sda3 1,945,335,808 1,953,523,711 8,187,904 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 30F8-D021 vfat
  39. /dev/sda2 971007a0-e814-474a-b651-74856f578573 ext4
  40. /dev/sda3 40654a0c-e408-4eb0-9614-e0339e6a46a1 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Jun 15 12:18 ata-HL-DT-ST_DVDRAM_GUE1N_KYSG3CF2130 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Jun 15 12:40 ata-TOSHIBA_MQ01ABD100_46CIP2URT -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Jun 15 12:40 ata-TOSHIBA_MQ01ABD100_46CIP2URT-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Jun 15 12:40 ata-TOSHIBA_MQ01ABD100_46CIP2URT-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Jun 15 12:40 ata-TOSHIBA_MQ01ABD100_46CIP2URT-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 Jun 15 12:40 wwn-0x50000396f2a03c1b -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Jun 15 12:40 wwn-0x50000396f2a03c1b-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Jun 15 12:40 wwn-0x50000396f2a03c1b-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Jun 15 12:40 wwn-0x50000396f2a03c1b-part3 -> ../../sda3
  52. lrwxrwxrwx 1 root root 9 Jun 15 12:18 wwn-0x5001480000000000 -> ../../sr0
  53. ================================ Mount points: =================================
  54. Device Mount_Point Type Options
  55. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  56. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  57. =========================== sda2/boot/grub/grub.cfg: ===========================
  58. --------------------------------------------------------------------------------
  59. #
  60. # DO NOT EDIT THIS FILE
  61. #
  62. # It is automatically generated by grub-mkconfig using templates
  63. # from /etc/grub.d and settings from /etc/default/grub
  64. #
  65. ### BEGIN /etc/grub.d/00_header ###
  66. if [ -s $prefix/grubenv ]; then
  67. set have_grubenv=true
  68. load_env
  69. fi
  70. if [ "${next_entry}" ] ; then
  71. set default="${next_entry}"
  72. set next_entry=
  73. save_env next_entry
  74. set boot_once=true
  75. else
  76. set default="0"
  77. fi
  78. if [ x"${feature_menuentry_id}" = xy ]; then
  79. menuentry_id_option="--id"
  80. else
  81. menuentry_id_option=""
  82. fi
  83. export menuentry_id_option
  84. if [ "${prev_saved_entry}" ]; then
  85. set saved_entry="${prev_saved_entry}"
  86. save_env saved_entry
  87. set prev_saved_entry=
  88. save_env prev_saved_entry
  89. set boot_once=true
  90. fi
  91. function savedefault {
  92. if [ -z "${boot_once}" ]; then
  93. saved_entry="${chosen}"
  94. save_env saved_entry
  95. fi
  96. }
  97. function recordfail {
  98. set recordfail=1
  99. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  100. }
  101. function load_video {
  102. if [ x$feature_all_video_module = xy ]; then
  103. insmod all_video
  104. else
  105. insmod efi_gop
  106. insmod efi_uga
  107. insmod ieee1275_fb
  108. insmod vbe
  109. insmod vga
  110. insmod video_bochs
  111. insmod video_cirrus
  112. fi
  113. }
  114. if [ x$feature_default_font_path = xy ] ; then
  115. font=unicode
  116. else
  117. insmod part_gpt
  118. insmod ext2
  119. set root='hd0,gpt2'
  120. if [ x$feature_platform_search_hint = xy ]; then
  121. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  122. else
  123. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  124. fi
  125. font="/usr/share/grub/unicode.pf2"
  126. fi
  127. if loadfont $font ; then
  128. set gfxmode=auto
  129. load_video
  130. insmod gfxterm
  131. set locale_dir=$prefix/locale
  132. set lang=fr_FR
  133. insmod gettext
  134. fi
  135. terminal_output gfxterm
  136. if [ "${recordfail}" = 1 ] ; then
  137. set timeout=30
  138. else
  139. if [ x$feature_timeout_style = xy ] ; then
  140. set timeout_style=hidden
  141. set timeout=0
  142. # Fallback hidden-timeout code in case the timeout_style feature is
  143. # unavailable.
  144. elif sleep --interruptible 0 ; then
  145. set timeout=0
  146. fi
  147. fi
  148. ### END /etc/grub.d/00_header ###
  149. ### BEGIN /etc/grub.d/05_debian_theme ###
  150. set menu_color_normal=white/black
  151. set menu_color_highlight=black/light-gray
  152. if background_color 44,0,30,0; then
  153. clear
  154. fi
  155. ### END /etc/grub.d/05_debian_theme ###
  156. ### BEGIN /etc/grub.d/10_linux ###
  157. function gfxmode {
  158. set gfxpayload="${1}"
  159. if [ "${1}" = "keep" ]; then
  160. set vt_handoff=vt.handoff=7
  161. else
  162. set vt_handoff=
  163. fi
  164. }
  165. if [ "${recordfail}" != 1 ]; then
  166. if [ -e ${prefix}/gfxblacklist.txt ]; then
  167. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  168. if [ ${match} = 0 ]; then
  169. set linux_gfx_mode=keep
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=keep
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. export linux_gfx_mode
  183. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-971007a0-e814-474a-b651-74856f578573' {
  184. recordfail
  185. load_video
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  189. insmod part_gpt
  190. insmod ext2
  191. set root='hd0,gpt2'
  192. if [ x$feature_platform_search_hint = xy ]; then
  193. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  194. else
  195. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  196. fi
  197. linux /boot/vmlinuz-4.4.0-24-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash $vt_handoff
  198. initrd /boot/initrd.img-4.4.0-24-generic
  199. }
  200. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-971007a0-e814-474a-b651-74856f578573' {
  201. menuentry 'Ubuntu, avec Linux 4.4.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-advanced-971007a0-e814-474a-b651-74856f578573' {
  202. recordfail
  203. load_video
  204. gfxmode $linux_gfx_mode
  205. insmod gzio
  206. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  207. insmod part_gpt
  208. insmod ext2
  209. set root='hd0,gpt2'
  210. if [ x$feature_platform_search_hint = xy ]; then
  211. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  212. else
  213. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  214. fi
  215. echo 'Chargement de Linux 4.4.0-24-generic…'
  216. linux /boot/vmlinuz-4.4.0-24-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash $vt_handoff
  217. echo 'Chargement du disque mémoire initial…'
  218. initrd /boot/initrd.img-4.4.0-24-generic
  219. }
  220. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-init-upstart-971007a0-e814-474a-b651-74856f578573' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  231. else
  232. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  233. fi
  234. echo 'Chargement de Linux 4.4.0-24-generic…'
  235. linux /boot/vmlinuz-4.4.0-24-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash $vt_handoff init=/sbin/upstart
  236. echo 'Chargement du disque mémoire initial…'
  237. initrd /boot/initrd.img-4.4.0-24-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-recovery-971007a0-e814-474a-b651-74856f578573' {
  240. recordfail
  241. load_video
  242. insmod gzio
  243. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  244. insmod part_gpt
  245. insmod ext2
  246. set root='hd0,gpt2'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  249. else
  250. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  251. fi
  252. echo 'Chargement de Linux 4.4.0-24-generic…'
  253. linux /boot/vmlinuz-4.4.0-24-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro recovery nomodeset
  254. echo 'Chargement du disque mémoire initial…'
  255. initrd /boot/initrd.img-4.4.0-24-generic
  256. }
  257. menuentry 'Ubuntu, avec Linux 4.4.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-advanced-971007a0-e814-474a-b651-74856f578573' {
  258. recordfail
  259. load_video
  260. gfxmode $linux_gfx_mode
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_gpt
  264. insmod ext2
  265. set root='hd0,gpt2'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  268. else
  269. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  270. fi
  271. echo 'Chargement de Linux 4.4.0-22-generic…'
  272. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash $vt_handoff
  273. echo 'Chargement du disque mémoire initial…'
  274. initrd /boot/initrd.img-4.4.0-22-generic
  275. }
  276. menuentry 'Ubuntu, with Linux 4.4.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-init-upstart-971007a0-e814-474a-b651-74856f578573' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_gpt
  283. insmod ext2
  284. set root='hd0,gpt2'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  287. else
  288. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  289. fi
  290. echo 'Chargement de Linux 4.4.0-22-generic…'
  291. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash $vt_handoff init=/sbin/upstart
  292. echo 'Chargement du disque mémoire initial…'
  293. initrd /boot/initrd.img-4.4.0-22-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 4.4.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-22-generic-recovery-971007a0-e814-474a-b651-74856f578573' {
  296. recordfail
  297. load_video
  298. insmod gzio
  299. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  300. insmod part_gpt
  301. insmod ext2
  302. set root='hd0,gpt2'
  303. if [ x$feature_platform_search_hint = xy ]; then
  304. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 971007a0-e814-474a-b651-74856f578573
  305. else
  306. search --no-floppy --fs-uuid --set=root 971007a0-e814-474a-b651-74856f578573
  307. fi
  308. echo 'Chargement de Linux 4.4.0-22-generic…'
  309. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro recovery nomodeset
  310. echo 'Chargement du disque mémoire initial…'
  311. initrd /boot/initrd.img-4.4.0-22-generic
  312. }
  313. }
  314. ### END /etc/grub.d/10_linux ###
  315. ### BEGIN /etc/grub.d/20_linux_xen ###
  316. ### END /etc/grub.d/20_linux_xen ###
  317. ### BEGIN /etc/grub.d/20_memtest86+ ###
  318. ### END /etc/grub.d/20_memtest86+ ###
  319. ### BEGIN /etc/grub.d/30_os-prober ###
  320. ### END /etc/grub.d/30_os-prober ###
  321. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  322. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  323. fwsetup
  324. }
  325. ### END /etc/grub.d/30_uefi-firmware ###
  326. ### BEGIN /etc/grub.d/40_custom ###
  327. # This file provides an easy way to add custom menu entries. Simply type the
  328. # menu entries you want to add after this comment. Be careful not to change
  329. # the 'exec tail' line above.
  330. ### END /etc/grub.d/40_custom ###
  331. ### BEGIN /etc/grub.d/41_custom ###
  332. if [ -f ${config_directory}/custom.cfg ]; then
  333. source ${config_directory}/custom.cfg
  334. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  335. source $prefix/custom.cfg;
  336. fi
  337. ### END /etc/grub.d/41_custom ###
  338. --------------------------------------------------------------------------------
  339. =============================== sda2/etc/fstab: ================================
  340. --------------------------------------------------------------------------------
  341. # /etc/fstab: static file system information.
  342. #
  343. # Use 'blkid' to print the universally unique identifier for a
  344. # device; this may be used with UUID= as a more robust way to name devices
  345. # that works even if disks are added and removed. See fstab(5).
  346. #
  347. # <file system> <mount point> <type> <options> <dump> <pass>
  348. # / was on /dev/sda2 during installation
  349. UUID=971007a0-e814-474a-b651-74856f578573 / ext4 errors=remount-ro 0 1
  350. # /boot/efi was on /dev/sda1 during installation
  351. UUID=30F8-D021 /boot/efi vfat umask=0077 0 1
  352. # swap was on /dev/sda3 during installation
  353. UUID=40654a0c-e408-4eb0-9614-e0339e6a46a1 none swap sw 0 0
  354. --------------------------------------------------------------------------------
  355. =================== sda2: Location of files loaded by Grub: ====================
  356. GiB - GB File Fragment(s)
  357. 798.677474976 = 857.573408768 boot/grub/grub.cfg 1
  358. 797.698780060 = 856.522543104 boot/vmlinuz-4.4.0-22-generic 1
  359. 797.780948639 = 856.610770944 boot/vmlinuz-4.4.0-22-generic.efi.signed 1
  360. 78.545261383 = 84.337332224 boot/vmlinuz-4.4.0-24-generic 1
  361. 148.163764954 = 159.089631232 boot/vmlinuz-4.4.0-24-generic.efi.signed 1
  362. 78.545261383 = 84.337332224 vmlinuz 1
  363. 797.961910248 = 856.805076992 boot/initrd.img-4.4.0-22-generic 4
  364. 148.165962219 = 159.091990528 boot/initrd.img-4.4.0-24-generic 5
  365. 148.165962219 = 159.091990528 initrd.img 5
  366. ADDITIONAL INFORMATION :
  367. =================== log of boot-info 2016-06-15__12h40 ===================
  368. boot-info version : 4ppa37
  369. boot-sav version : 4ppa37
  370. glade2script version : 3.2.3~ppa1
  371. boot-sav-extra version : 4ppa37
  372. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  373. CPU op-mode(s): 32-bit, 64-bit
  374. BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic.efi.signed root=UUID=971007a0-e814-474a-b651-74856f578573 ro quiet splash vt.handoff=7
  375. =================== os-prober:
  376. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  377. =================== blkid:
  378. /dev/sda1: UUID="30F8-D021" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="40cba8b7-c06e-4054-ae30-f227b8bbf660"
  379. /dev/sda2: UUID="971007a0-e814-474a-b651-74856f578573" TYPE="ext4" PARTUUID="5db1f7ba-ed80-4cc5-9a42-b849dfbec6db"
  380. /dev/sda3: UUID="40654a0c-e408-4eb0-9614-e0339e6a46a1" TYPE="swap" PARTUUID="6703350f-8c37-4cd5-92b9-1e63d97ff567"
  381. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  382. =================== /etc/grub.d/ :
  383. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  384. total 76
  385. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  386. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  387. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  388. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  389. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  390. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  391. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  392. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  393. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  394. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  395. =================== /etc/default/grub :
  396. # If you change this file, run 'update-grub' afterwards to update
  397. # /boot/grub/grub.cfg.
  398. # For full documentation of the options in this file, see:
  399. # info -f grub -n 'Simple configuration'
  400. GRUB_DEFAULT=0
  401. GRUB_HIDDEN_TIMEOUT=0
  402. GRUB_HIDDEN_TIMEOUT_QUIET=true
  403. GRUB_TIMEOUT=10
  404. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  405. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  406. GRUB_CMDLINE_LINUX=""
  407. # Uncomment to enable BadRAM filtering, modify to suit your needs
  408. # This works with Linux (no patch required) and with any kernel that obtains
  409. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  410. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  411. # Uncomment to disable graphical terminal (grub-pc only)
  412. #GRUB_TERMINAL=console
  413. # The resolution used on graphical terminal
  414. # note that you can use only modes which your graphic card supports via VBE
  415. # you can see them in real GRUB with the command `vbeinfo'
  416. #GRUB_GFXMODE=640x480
  417. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  418. #GRUB_DISABLE_LINUX_UUID=true
  419. # Uncomment to disable generation of recovery mode menu entries
  420. #GRUB_DISABLE_RECOVERY="true"
  421. # Uncomment to get a beep at grub start
  422. #GRUB_INIT_TUNE="480 440 1"
  423. /boot/efi detected in the fstab of sda2: UUID=30F8-D021 (sda1)
  424. =================== efibootmgr -v
  425. BootCurrent: 0002
  426. Timeout: 1 seconds
  427. BootOrder: 0002,0003,0001,0004,0005
  428. Boot0001* UEFI:CD/DVD Drive BBS(129,,0x0)
  429. Boot0002* ubuntu HD(1,GPT,40cba8b7-c06e-4054-ae30-f227b8bbf660,0x800,0x100000)/File(EFIUBUNTUSHIMX64.EFI)
  430. Boot0003* ubuntu HD(1,GPT,40cba8b7-c06e-4054-ae30-f227b8bbf660,0x800,0x100000)/File(EFIUBUNTUGRUBX64.EFI)..BO
  431. Boot0004* UEFI:Removable Device BBS(130,,0x0)
  432. Boot0005* UEFI:Network Device BBS(131,,0x0)
  433. =================== UEFI/Legacy mode:
  434. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  435. SecureBoot enabled.
  436. =================== PARTITIONS & DISKS:
  437. 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, .
  438. 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.
  439. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  440. =================== parted -l:
  441. Model: ATA TOSHIBA MQ01ABD1 (scsi)
  442. Disk /dev/sda: 1000GB
  443. Sector size (logical/physical): 512B/4096B
  444. Partition Table: gpt
  445. Disk Flags:
  446. Number Start End Size File system Name Flags
  447. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  448. 2 538MB 996GB 995GB ext4
  449. 3 996GB 1000GB 4192MB linux-swap(v1)
  450. =================== parted -lm:
  451. BYT;
  452. /dev/sda:1000GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABD1:;
  453. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  454. 2:538MB:996GB:995GB:ext4::;
  455. 3:996GB:1000GB:4192MB:linux-swap(v1)::;
  456. =================== lsblk:
  457. KNAME TYPE FSTYPE SIZE LABEL
  458. sda disk 931,5G
  459. sda1 part vfat 512M
  460. sda2 part ext4 927,1G
  461. sda3 part swap 3,9G
  462. sr0 rom 1024M
  463. KNAME ROTA RO RM STATE MOUNTPOINT
  464. sda 1 0 0 running
  465. sda1 1 0 0 /boot/efi
  466. sda2 1 0 0 /
  467. sda3 1 0 0 [SWAP]
  468. sr0 1 0 1 running
  469. =================== mount:
  470. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  471. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  472. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1954060k,nr_inodes=488515,mode=755)
  473. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  474. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=394672k,mode=755)
  475. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  476. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  477. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  478. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  479. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  480. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  481. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  482. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  483. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  484. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  485. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  486. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  487. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  488. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  489. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  490. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  491. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  492. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  493. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  494. mqueue on /dev/mqueue type mqueue (rw,relatime)
  495. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  496. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  497. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  498. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  499. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=394672k,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 dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 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 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb 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 21 d0 f8 30 4e 4f 20 4e 41 4d 45 20 20 |..)!..0NO 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 1.9G 0 1.9G 0% /dev
  529. tmpfs tmpfs 386M 6.4M 380M 2% /run
  530. /dev/sda2 ext4 913G 238G 629G 28% /
  531. tmpfs tmpfs 1.9G 240K 1.9G 1% /dev/shm
  532. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  533. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  534. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  535. tmpfs tmpfs 386M 48K 386M 1% /run/user/1000
  536. =================== fdisk -l:
  537. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 4096 bytes
  600. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  601. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 4096 bytes
  604. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  605. Disklabel type: gpt
  606. Disk identifier: EDFEDFC4-F05B-4823-9416-2B7D04C7EBA0
  607. Device Start End Sectors Size Type
  608. /dev/sda1 2048 1050623 1048576 512M EFI System
  609. /dev/sda2 1050624 1945335807 1944285184 927.1G Linux filesystem
  610. /dev/sda3 1945335808 1953523711 8187904 3.9G Linux swap
  611. =================== Suggested repair
  612. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  613. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  614. =================== Final advice in case of suggested repair
  615. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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)
  616. =================== User settings
  617. The settings chosen by the user will not act on the boot.
  618. paste.ubuntu.com ko (), using paste.debian
  619. paste.debian.net ko (), using paste2