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: 465.8 GiB, 500107862016 bytes, 976773168 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 976,773,167 976,773,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 968,761,343 967,710,720 Data partition (Linux)
  34. /dev/sda3 968,761,344 976,771,071 8,009,728 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 B727-AD54 vfat
  39. /dev/sda2 1b98decc-0366-4b93-8f18-5530a8f6a565 ext4
  40. /dev/sda3 d3b19d74-56b8-4e66-8071-b8911be6dc0d swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 May 16 11:30 ata-HL-DT-ST_DVDRAM_GT90N_M5GD1GN2801 -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 May 16 13:20 ata-WDC_WD5000BPVT-22HXZT3_WD-WX21E42RK543 -> ../../sda
  45. lrwxrwxrwx 1 root root 10 May 16 13:20 ata-WDC_WD5000BPVT-22HXZT3_WD-WX21E42RK543-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 May 16 13:20 ata-WDC_WD5000BPVT-22HXZT3_WD-WX21E42RK543-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 May 16 13:20 ata-WDC_WD5000BPVT-22HXZT3_WD-WX21E42RK543-part3 -> ../../sda3
  48. lrwxrwxrwx 1 root root 9 May 16 11:30 wwn-0x5001480000000000 -> ../../sr0
  49. lrwxrwxrwx 1 root root 9 May 16 13:20 wwn-0x50014ee6adb7b473 -> ../../sda
  50. lrwxrwxrwx 1 root root 10 May 16 13:20 wwn-0x50014ee6adb7b473-part1 -> ../../sda1
  51. lrwxrwxrwx 1 root root 10 May 16 13:20 wwn-0x50014ee6adb7b473-part2 -> ../../sda2
  52. lrwxrwxrwx 1 root root 10 May 16 13:20 wwn-0x50014ee6adb7b473-part3 -> ../../sda3
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  122. else
  123. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  194. else
  195. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  196. fi
  197. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro quiet splash $vt_handoff
  198. initrd /boot/initrd.img-4.4.0-22-generic
  199. }
  200. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  201. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  212. else
  213. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  214. fi
  215. echo 'Chargement de Linux 4.4.0-22-generic…'
  216. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro quiet splash $vt_handoff
  217. echo 'Chargement du disque mémoire initial…'
  218. initrd /boot/initrd.img-4.4.0-22-generic
  219. }
  220. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  231. else
  232. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  233. fi
  234. echo 'Chargement de Linux 4.4.0-22-generic…'
  235. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro quiet splash $vt_handoff init=/sbin/upstart
  236. echo 'Chargement du disque mémoire initial…'
  237. initrd /boot/initrd.img-4.4.0-22-generic
  238. }
  239. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  249. else
  250. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  251. fi
  252. echo 'Chargement de Linux 4.4.0-22-generic…'
  253. linux /boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro recovery nomodeset
  254. echo 'Chargement du disque mémoire initial…'
  255. initrd /boot/initrd.img-4.4.0-22-generic
  256. }
  257. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  268. else
  269. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  270. fi
  271. echo 'Chargement de Linux 4.4.0-21-generic…'
  272. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro quiet splash $vt_handoff
  273. echo 'Chargement du disque mémoire initial…'
  274. initrd /boot/initrd.img-4.4.0-21-generic
  275. }
  276. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  287. else
  288. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  289. fi
  290. echo 'Chargement de Linux 4.4.0-21-generic…'
  291. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro quiet splash $vt_handoff init=/sbin/upstart
  292. echo 'Chargement du disque mémoire initial…'
  293. initrd /boot/initrd.img-4.4.0-21-generic
  294. }
  295. 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-1b98decc-0366-4b93-8f18-5530a8f6a565' {
  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 1b98decc-0366-4b93-8f18-5530a8f6a565
  305. else
  306. search --no-floppy --fs-uuid --set=root 1b98decc-0366-4b93-8f18-5530a8f6a565
  307. fi
  308. echo 'Chargement de Linux 4.4.0-21-generic…'
  309. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 ro recovery nomodeset
  310. echo 'Chargement du disque mémoire initial…'
  311. initrd /boot/initrd.img-4.4.0-21-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=1b98decc-0366-4b93-8f18-5530a8f6a565 / ext4 errors=remount-ro 0 1
  350. # /boot/efi was on /dev/sda1 during installation
  351. UUID=B727-AD54 /boot/efi vfat umask=0077 0 1
  352. # swap was on /dev/sda3 during installation
  353. UUID=d3b19d74-56b8-4e66-8071-b8911be6dc0d none swap sw 0 0
  354. --------------------------------------------------------------------------------
  355. =================== sda2: Location of files loaded by Grub: ====================
  356. GiB - GB File Fragment(s)
  357. 204.650279999 = 219.741564928 boot/grub/grub.cfg 1
  358. 1.726257324 = 1.853554688 boot/vmlinuz-4.4.0-21-generic 1
  359. 99.198780060 = 106.513879040 boot/vmlinuz-4.4.0-22-generic 1
  360. 99.402042389 = 106.732130304 boot/vmlinuz-4.4.0-22-generic.efi.signed 1
  361. 1.726257324 = 1.853554688 vmlinuz 1
  362. 99.512130737 = 106.850336768 boot/initrd.img-4.4.0-21-generic 1
  363. 100.454097748 = 107.861766144 boot/initrd.img-4.4.0-22-generic 4
  364. 99.512130737 = 106.850336768 initrd.img 1
  365. 99.512130737 = 106.850336768 initrd.img.old 1
  366. ADDITIONAL INFORMATION :
  367. =================== log of boot-info 2016-05-16__13h20 ===================
  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-22-generic.efi.signed root=UUID=1b98decc-0366-4b93-8f18-5530a8f6a565 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/sda3: UUID="d3b19d74-56b8-4e66-8071-b8911be6dc0d" TYPE="swap" PARTUUID="67b2dddd-fabb-4662-ab65-fbe0f5adc9be"
  379. /dev/sda1: UUID="B727-AD54" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="fa42c68d-e32a-4a77-82b7-5e39bcdb9ace"
  380. /dev/sda2: UUID="1b98decc-0366-4b93-8f18-5530a8f6a565" TYPE="ext4" PARTUUID="92dfb832-78a5-4b1f-9ca2-c177f507ac48"
  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=B727-AD54 (sda1)
  424. =================== efibootmgr -v
  425. BootCurrent: 0000
  426. Timeout: 2 seconds
  427. BootOrder: 0000
  428. Boot0000* HDD: HD(1,GPT,fa42c68d-e32a-4a77-82b7-5e39bcdb9ace,0x800,0x100000)/File(EFIubuntugrubx64.efi)RC
  429. Boot0001* BRCM MBA Slot 0200 v15.0.11 BBS(128,,0x500)................a........ ..E............ .............................
  430. Boot0002* WDC WD5000BPVT-22HXZT3 BBS(HD,,0x500)................-...........A..........................................
  431. Boot0003* HL-DT-ST DVDRAM GT90N BBS(CDROM,,0x500)................-...........A......#...................................
  432. Boot0005* Windows Boot Manager HD(2,GPT,cac73faf-e886-43cb-8413-d0473324a1ac,0xc8800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...D................
  433. Boot0006* ubuntu HD(1,GPT,fa42c68d-e32a-4a77-82b7-5e39bcdb9ace,0x800,0x100000)/File(EFIubuntushimx64.efi)
  434. =================== UEFI/Legacy mode:
  435. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  436. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  437. =================== PARTITIONS & DISKS:
  438. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  439. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
  440. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  441. =================== parted -l:
  442. Model: ATA WDC WD5000BPVT-2 (scsi)
  443. Disk /dev/sda: 500GB
  444. Sector size (logical/physical): 512B/4096B
  445. Partition Table: gpt
  446. Disk Flags:
  447. Number Start End Size File system Name Flags
  448. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  449. 2 538MB 496GB 495GB ext4
  450. 3 496GB 500GB 4101MB linux-swap(v1)
  451. =================== parted -lm:
  452. BYT;
  453. /dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000BPVT-2:;
  454. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  455. 2:538MB:496GB:495GB:ext4::;
  456. 3:496GB:500GB:4101MB:linux-swap(v1)::;
  457. =================== lsblk:
  458. KNAME TYPE FSTYPE SIZE LABEL
  459. sda disk 465,8G
  460. sda1 part vfat 512M
  461. sda2 part ext4 461,5G
  462. sda3 part swap 3,8G
  463. sr0 rom 1024M
  464. KNAME ROTA RO RM STATE MOUNTPOINT
  465. sda 1 0 0 running
  466. sda1 1 0 0 /boot/efi
  467. sda2 1 0 0 /
  468. sda3 1 0 0 [SWAP]
  469. sr0 1 0 1 running
  470. =================== mount:
  471. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  472. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  473. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1910320k,nr_inodes=477580,mode=755)
  474. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  475. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=385928k,mode=755)
  476. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  477. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  478. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  479. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  480. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  481. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  482. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  483. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  484. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  485. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  488. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  489. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  490. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  491. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  492. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  493. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  494. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  495. mqueue on /dev/mqueue type mqueue (rw,relatime)
  496. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  497. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  498. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  499. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  500. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=385928k,mode=700,uid=1000,gid=1000)
  501. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  502. =================== ls:
  503. /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
  504. /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
  505. /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 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 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 userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  506. ls /dev/mapper: control
  507. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  508. =================== hexdump -n512 -C /dev/sda1
  509. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  510. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  511. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  512. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  513. 00000040 80 01 29 54 ad 27 b7 4e 4f 20 4e 41 4d 45 20 20 |..)T.'.NO NAME |
  514. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  515. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  516. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  517. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  518. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  519. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  520. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  521. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  522. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  523. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  524. *
  525. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  526. 00000200
  527. =================== df -Th:
  528. Filesystem Type Size Used Avail Use% Mounted on
  529. udev devtmpfs 1.9G 0 1.9G 0% /dev
  530. tmpfs tmpfs 377M 6.1M 371M 2% /run
  531. /dev/sda2 ext4 455G 4.5G 427G 2% /
  532. tmpfs tmpfs 1.9G 328K 1.9G 1% /dev/shm
  533. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  534. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  535. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  536. tmpfs tmpfs 377M 64K 377M 1% /run/user/1000
  537. =================== fdisk -l:
  538. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  587. Units: sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  591. Units: sectors of 1 * 512 = 512 bytes
  592. Sector size (logical/physical): 512 bytes / 4096 bytes
  593. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  594. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 4096 bytes
  597. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  598. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  599. Units: sectors of 1 * 512 = 512 bytes
  600. Sector size (logical/physical): 512 bytes / 4096 bytes
  601. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  602. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 4096 bytes
  605. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  606. Disklabel type: gpt
  607. Disk identifier: 02E2151A-5D19-4EF9-BB35-3953C8AC9E98
  608. Device Start End Sectors Size Type
  609. /dev/sda1 2048 1050623 1048576 512M EFI System
  610. /dev/sda2 1050624 968761343 967710720 461.5G Linux filesystem
  611. /dev/sda3 968761344 976771071 8009728 3.8G Linux swap
  612. =================== Suggested repair
  613. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  614. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  615. =================== Final advice in case of suggested repair
  616. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  617. =================== User settings
  618. The settings chosen by the user will not act on the boot.
  619. paste.ubuntu.com ko (), using paste.debian
  620. paste.debian.net ko (), using paste2