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: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  24. Units: sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disklabel type: gpt
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 234,441,647 234,441,647 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 222,707,711 221,657,088 Data partition (Linux)
  34. /dev/sda3 222,707,712 234,440,703 11,732,992 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 26E7-BADC vfat
  39. /dev/sda2 80fa2b58-b6f0-4269-8996-4e1eced3810c ext4
  40. /dev/sda3 c9c85e9c-6e67-484b-8875-ec40e96b0d82 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Aug 4 22:42 ata-KINGSTON_SV300S37A120G_50026B723C09EBD8 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Aug 4 22:42 ata-KINGSTON_SV300S37A120G_50026B723C09EBD8-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Aug 4 22:42 ata-KINGSTON_SV300S37A120G_50026B723C09EBD8-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Aug 4 22:42 ata-KINGSTON_SV300S37A120G_50026B723C09EBD8-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Aug 4 22:05 ata-hp_DVD-RAM_UJ8D1_SED1411934 -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 Aug 4 22:42 wwn-0x50026b723c09ebd8 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Aug 4 22:42 wwn-0x50026b723c09ebd8-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Aug 4 22:42 wwn-0x50026b723c09ebd8-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Aug 4 22:42 wwn-0x50026b723c09ebd8-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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  121. else
  122. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  193. else
  194. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  195. fi
  196. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-31-generic
  198. }
  199. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  200. 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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  211. else
  212. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  213. fi
  214. echo 'Chargement de Linux 4.4.0-31-generic…'
  215. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c ro quiet splash $vt_handoff
  216. echo 'Chargement du disque mémoire initial…'
  217. initrd /boot/initrd.img-4.4.0-31-generic
  218. }
  219. 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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  230. else
  231. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  232. fi
  233. echo 'Chargement de Linux 4.4.0-31-generic…'
  234. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c ro quiet splash $vt_handoff init=/sbin/upstart
  235. echo 'Chargement du disque mémoire initial…'
  236. initrd /boot/initrd.img-4.4.0-31-generic
  237. }
  238. 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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  248. else
  249. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  250. fi
  251. echo 'Chargement de Linux 4.4.0-31-generic…'
  252. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c ro recovery nomodeset
  253. echo 'Chargement du disque mémoire initial…'
  254. initrd /boot/initrd.img-4.4.0-31-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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  267. else
  268. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  269. fi
  270. echo 'Chargement de Linux 4.4.0-21-generic…'
  271. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c 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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  286. else
  287. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  288. fi
  289. echo 'Chargement de Linux 4.4.0-21-generic…'
  290. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c 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-80fa2b58-b6f0-4269-8996-4e1eced3810c' {
  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 80fa2b58-b6f0-4269-8996-4e1eced3810c
  304. else
  305. search --no-floppy --fs-uuid --set=root 80fa2b58-b6f0-4269-8996-4e1eced3810c
  306. fi
  307. echo 'Chargement de Linux 4.4.0-21-generic…'
  308. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c 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. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  322. fwsetup
  323. }
  324. ### END /etc/grub.d/30_uefi-firmware ###
  325. ### BEGIN /etc/grub.d/40_custom ###
  326. # This file provides an easy way to add custom menu entries. Simply type the
  327. # menu entries you want to add after this comment. Be careful not to change
  328. # the 'exec tail' line above.
  329. ### END /etc/grub.d/40_custom ###
  330. ### BEGIN /etc/grub.d/41_custom ###
  331. if [ -f ${config_directory}/custom.cfg ]; then
  332. source ${config_directory}/custom.cfg
  333. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  334. source $prefix/custom.cfg;
  335. fi
  336. ### END /etc/grub.d/41_custom ###
  337. --------------------------------------------------------------------------------
  338. =============================== sda2/etc/fstab: ================================
  339. --------------------------------------------------------------------------------
  340. # /etc/fstab: static file system information.
  341. #
  342. # Use 'blkid' to print the universally unique identifier for a
  343. # device; this may be used with UUID= as a more robust way to name devices
  344. # that works even if disks are added and removed. See fstab(5).
  345. #
  346. # <file system> <mount point> <type> <options> <dump> <pass>
  347. # / was on /dev/sda2 during installation
  348. UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c / ext4 errors=remount-ro 0 1
  349. # /boot/efi was on /dev/sda1 during installation
  350. UUID=26E7-BADC /boot/efi vfat umask=0077 0 1
  351. # swap was on /dev/sda3 during installation
  352. UUID=c9c85e9c-6e67-484b-8875-ec40e96b0d82 none swap sw 0 0
  353. --------------------------------------------------------------------------------
  354. =================== sda2: Location of files loaded by Grub: ====================
  355. GiB - GB File Fragment(s)
  356. 70.806716919 = 76.028133376 boot/grub/grub.cfg 1
  357. 2.034851074 = 2.184904704 boot/vmlinuz-4.4.0-21-generic 2
  358. 69.549404144 = 74.678104064 boot/vmlinuz-4.4.0-31-generic 1
  359. 69.718479156 = 74.859646976 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  360. 2.034851074 = 2.184904704 vmlinuz 2
  361. 69.855869293 = 75.007168512 boot/initrd.img-4.4.0-21-generic 1
  362. 1.146259308 = 1.230786560 boot/initrd.img-4.4.0-31-generic 3
  363. 69.855869293 = 75.007168512 initrd.img 1
  364. 69.855869293 = 75.007168512 initrd.img.old 1
  365. ADDITIONAL INFORMATION :
  366. =================== log of boot-info 2016-08-04__22h42 ===================
  367. boot-info version : 4ppa38
  368. boot-sav version : 4ppa38
  369. glade2script version : 3.2.3~ppa1
  370. boot-sav-extra version : 4ppa38
  371. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  372. CPU op-mode(s): 32-bit, 64-bit
  373. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=80fa2b58-b6f0-4269-8996-4e1eced3810c ro quiet splash vt.handoff=7
  374. =================== os-prober:
  375. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  376. =================== blkid:
  377. /dev/sda1: UUID="26E7-BADC" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="75406fea-49a2-485e-965f-55b339ad5b0b"
  378. /dev/sda2: UUID="80fa2b58-b6f0-4269-8996-4e1eced3810c" TYPE="ext4" PARTUUID="e4b257ee-0e1e-47d8-98c5-c9286c190bf5"
  379. /dev/sda3: UUID="c9c85e9c-6e67-484b-8875-ec40e96b0d82" TYPE="swap" PARTUUID="dcf33fe0-eeda-4e6d-914d-91d61dc4d13a"
  380. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  381. =================== /etc/grub.d/ :
  382. drwxr-xr-x 2 root root 4096 août 3 22:36 grub.d
  383. total 76
  384. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  385. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  386. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  387. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  388. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  389. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  390. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  391. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  392. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  393. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  394. =================== /etc/default/grub :
  395. # If you change this file, run 'update-grub' afterwards to update
  396. # /boot/grub/grub.cfg.
  397. # For full documentation of the options in this file, see:
  398. # info -f grub -n 'Simple configuration'
  399. GRUB_DEFAULT=0
  400. GRUB_HIDDEN_TIMEOUT=0
  401. GRUB_HIDDEN_TIMEOUT_QUIET=true
  402. GRUB_TIMEOUT=10
  403. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  404. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  405. GRUB_CMDLINE_LINUX=""
  406. # Uncomment to enable BadRAM filtering, modify to suit your needs
  407. # This works with Linux (no patch required) and with any kernel that obtains
  408. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  409. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  410. # Uncomment to disable graphical terminal (grub-pc only)
  411. #GRUB_TERMINAL=console
  412. # The resolution used on graphical terminal
  413. # note that you can use only modes which your graphic card supports via VBE
  414. # you can see them in real GRUB with the command `vbeinfo'
  415. #GRUB_GFXMODE=640x480
  416. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  417. #GRUB_DISABLE_LINUX_UUID=true
  418. # Uncomment to disable generation of recovery mode menu entries
  419. #GRUB_DISABLE_RECOVERY="true"
  420. # Uncomment to get a beep at grub start
  421. #GRUB_INIT_TUNE="480 440 1"
  422. /boot/efi detected in the fstab of sda2: UUID=26E7-BADC (sda1)
  423. =================== efibootmgr -v
  424. BootCurrent: 0001
  425. Timeout: 0 seconds
  426. BootOrder: 3001,3004,2001,2002,2003
  427. Boot0000* Notebook Hard Drive BBS(HD,,0x500)................-.I.......I.A.I........................................
  428. Boot0001* Ubuntu HD(1,GPT,75406fea-49a2-485e-965f-55b339ad5b0b,0x800,0x100000)/File(EFIubuntugrubx64.efi)RC
  429. Boot0004* ubuntu HD(1,GPT,75406fea-49a2-485e-965f-55b339ad5b0b,0x800,0x100000)/File(EFIubuntushimx64.efi)
  430. Boot2001* USB Drive (UEFI) RC
  431. Boot2002* Internal CD/DVD ROM Drive (UEFI) RC
  432. Boot3000* Internal Hard Disk or Solid State Disk RC
  433. Boot3001* Internal Hard Disk or Solid State Disk RC
  434. Boot3002* Internal Hard Disk or Solid State Disk RC
  435. Boot3004* Internal Hard Disk or Solid State Disk RC
  436. =================== UEFI/Legacy mode:
  437. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  438. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  439. =================== PARTITIONS & DISKS:
  440. 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, .
  441. 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.
  442. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  443. =================== parted -l:
  444. Model: ATA KINGSTON SV300S3 (scsi)
  445. Disk /dev/sda: 120GB
  446. Sector size (logical/physical): 512B/512B
  447. Partition Table: gpt
  448. Disk Flags:
  449. Number Start End Size File system Name Flags
  450. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  451. 2 538MB 114GB 113GB ext4
  452. 3 114GB 120GB 6007MB linux-swap(v1)
  453. =================== parted -lm:
  454. BYT;
  455. /dev/sda:120GB:scsi:512:512:gpt:ATA KINGSTON SV300S3:;
  456. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  457. 2:538MB:114GB:113GB:ext4::;
  458. 3:114GB:120GB:6007MB:linux-swap(v1)::;
  459. =================== lsblk:
  460. KNAME TYPE FSTYPE SIZE LABEL
  461. sda disk 111,8G
  462. sda1 part vfat 512M
  463. sda2 part ext4 105,7G
  464. sda3 part swap 5,6G
  465. sr0 rom 1024M
  466. KNAME ROTA RO RM STATE MOUNTPOINT
  467. sda 0 0 0 running
  468. sda1 0 0 0 /boot/efi
  469. sda2 0 0 0 /
  470. sda3 0 0 0 [SWAP]
  471. sr0 1 0 1 running
  472. =================== mount:
  473. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  474. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  475. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2827596k,nr_inodes=706899,mode=755)
  476. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  477. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=569376k,mode=755)
  478. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  479. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  480. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  481. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  482. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  483. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  484. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  485. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  489. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  490. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  491. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  492. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  493. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  494. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  495. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  496. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  497. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  498. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  499. mqueue on /dev/mqueue type mqueue (rw,relatime)
  500. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  501. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  502. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=569376k,mode=700,uid=1000,gid=1000)
  503. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  504. =================== ls:
  505. /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
  506. /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
  507. /dev (filtered): 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 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kfd kmsg lightnvm log mapper mcelog media0 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
  508. ls /dev/mapper: control
  509. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  510. =================== hexdump -n512 -C /dev/sda1
  511. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  512. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  513. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  514. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  515. 00000040 80 01 29 dc ba e7 26 4e 4f 20 4e 41 4d 45 20 20 |..)...&NO NAME |
  516. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  517. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  518. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  519. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  520. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  521. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  522. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  523. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  524. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  525. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  526. *
  527. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  528. 00000200
  529. =================== df -Th:
  530. Filesystem Type Size Used Avail Use% Mounted on
  531. udev devtmpfs 2.7G 0 2.7G 0% /dev
  532. tmpfs tmpfs 557M 8.4M 548M 2% /run
  533. /dev/sda2 ext4 104G 5.0G 94G 6% /
  534. tmpfs tmpfs 2.8G 264K 2.8G 1% /dev/shm
  535. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  536. tmpfs tmpfs 2.8G 0 2.8G 0% /sys/fs/cgroup
  537. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  538. tmpfs tmpfs 557M 48K 556M 1% /run/user/1000
  539. =================== fdisk -l:
  540. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  589. Units: sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 4096 bytes
  591. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  592. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  605. Units: sectors of 1 * 512 = 512 bytes
  606. Sector size (logical/physical): 512 bytes / 512 bytes
  607. I/O size (minimum/optimal): 512 bytes / 512 bytes
  608. Disklabel type: gpt
  609. Disk identifier: 639D9210-C777-428E-A116-D1C13C37914C
  610. Device Start End Sectors Size Type
  611. /dev/sda1 2048 1050623 1048576 512M EFI System
  612. /dev/sda2 1050624 222707711 221657088 105.7G Linux filesystem
  613. /dev/sda3 222707712 234440703 11732992 5.6G Linux swap
  614. =================== Suggested repair
  615. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  616. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  617. =================== Final advice in case of suggested repair
  618. 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)
  619. =================== User settings
  620. The settings chosen by the user will not act on the boot.
  621. paste.ubuntu.com ko (), using paste.debian
  622. paste.debian.net ko (), using paste2