1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 2048 of the same hard drive for core.img, but core.img can not be found at
  5. this location.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: Windows 8/2012: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  12. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  13. /EFI/ubuntu/shimx64.efi
  14. /EFI/Microsoft/Boot/bootmgfw.efi
  15. /EFI/Microsoft/Boot/bootmgr.efi
  16. /EFI/Microsoft/Boot/memtest.efi
  17. sda2: __________________________________________________________________________
  18. File system: ntfs
  19. Boot sector type: Windows Vista: NTFS
  20. Boot sector info: No errors found in the Boot Parameter Block.
  21. Operating System:
  22. Boot files: /bootmgr /Windows/System32/winload.exe
  23. sda3: __________________________________________________________________________
  24. File system: ext4
  25. Boot sector type: -
  26. Boot sector info:
  27. Operating System: Ubuntu 16.04.2 LTS
  28. Boot files: /boot/grub/grub.cfg /etc/fstab
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 4096 bytes
  34. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  35. Disklabel type: gpt
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 1 250,069,679 250,069,679 ee GPT
  38. GUID Partition Table detected.
  39. Partition Attrs Start Sector End Sector # of Sectors System
  40. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  41. /dev/sda2 1,050,624 209,106,943 208,056,320 Data partition (Windows/Linux)
  42. /dev/sda3 209,106,944 250,068,991 40,962,048 Data partition (Linux)
  43. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/sda1 42A8-8FCE vfat
  47. /dev/sda2 5AA9703A5DB606DB ntfs
  48. /dev/sda3 8537481a-9167-4abb-b27d-048aa6e79933 ext4
  49. ========================= "ls -l /dev/disk/by-id" output: ======================
  50. total 0
  51. lrwxrwxrwx 1 root root 9 Apr 2 14:50 ata-HFS128G39TND-N210A_FS6CN56091090CH0N -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Apr 2 14:50 ata-HFS128G39TND-N210A_FS6CN56091090CH0N-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Apr 2 14:50 ata-HFS128G39TND-N210A_FS6CN56091090CH0N-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Apr 2 14:50 ata-HFS128G39TND-N210A_FS6CN56091090CH0N-part3 -> ../../sda3
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  58. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  59. =========================== sda3/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. #
  62. # DO NOT EDIT THIS FILE
  63. #
  64. # It is automatically generated by grub-mkconfig using templates
  65. # from /etc/grub.d and settings from /etc/default/grub
  66. #
  67. ### BEGIN /etc/grub.d/00_header ###
  68. if [ -s $prefix/grubenv ]; then
  69. set have_grubenv=true
  70. load_env
  71. fi
  72. if [ "${next_entry}" ] ; then
  73. set default="${next_entry}"
  74. set next_entry=
  75. save_env next_entry
  76. set boot_once=true
  77. else
  78. set default="0"
  79. fi
  80. if [ x"${feature_menuentry_id}" = xy ]; then
  81. menuentry_id_option="--id"
  82. else
  83. menuentry_id_option=""
  84. fi
  85. export menuentry_id_option
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93. function savedefault {
  94. if [ -z "${boot_once}" ]; then
  95. saved_entry="${chosen}"
  96. save_env saved_entry
  97. fi
  98. }
  99. function recordfail {
  100. set recordfail=1
  101. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  102. }
  103. function load_video {
  104. if [ x$feature_all_video_module = xy ]; then
  105. insmod all_video
  106. else
  107. insmod efi_gop
  108. insmod efi_uga
  109. insmod ieee1275_fb
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. fi
  115. }
  116. if [ x$feature_default_font_path = xy ] ; then
  117. font=unicode
  118. else
  119. insmod part_gpt
  120. insmod ext2
  121. set root='hd0,gpt3'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  124. else
  125. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  126. fi
  127. font="/usr/share/grub/unicode.pf2"
  128. fi
  129. if loadfont $font ; then
  130. set gfxmode=auto
  131. load_video
  132. insmod gfxterm
  133. set locale_dir=$prefix/locale
  134. set lang=fr_FR
  135. insmod gettext
  136. fi
  137. terminal_output gfxterm
  138. if [ "${recordfail}" = 1 ] ; then
  139. set timeout=30
  140. else
  141. if [ x$feature_timeout_style = xy ] ; then
  142. set timeout_style=menu
  143. set timeout=10
  144. # Fallback normal timeout code in case the timeout_style feature is
  145. # unavailable.
  146. else
  147. set timeout=10
  148. fi
  149. fi
  150. ### END /etc/grub.d/00_header ###
  151. ### BEGIN /etc/grub.d/05_debian_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=black/light-gray
  154. if background_color 44,0,30,0; then
  155. clear
  156. fi
  157. ### END /etc/grub.d/05_debian_theme ###
  158. ### BEGIN /etc/grub.d/10_linux ###
  159. function gfxmode {
  160. set gfxpayload="${1}"
  161. if [ "${1}" = "keep" ]; then
  162. set vt_handoff=vt.handoff=7
  163. else
  164. set vt_handoff=
  165. fi
  166. }
  167. if [ "${recordfail}" != 1 ]; then
  168. if [ -e ${prefix}/gfxblacklist.txt ]; then
  169. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  170. if [ ${match} = 0 ]; then
  171. set linux_gfx_mode=keep
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=keep
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. export linux_gfx_mode
  185. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8537481a-9167-4abb-b27d-048aa6e79933' {
  186. recordfail
  187. load_video
  188. gfxmode $linux_gfx_mode
  189. insmod gzio
  190. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  191. insmod part_gpt
  192. insmod ext2
  193. set root='hd0,gpt3'
  194. if [ x$feature_platform_search_hint = xy ]; then
  195. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  196. else
  197. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  198. fi
  199. linux /boot/vmlinuz-4.8.0-45-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off $vt_handoff
  200. initrd /boot/initrd.img-4.8.0-45-generic
  201. }
  202. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-8537481a-9167-4abb-b27d-048aa6e79933' {
  203. menuentry 'Ubuntu, avec Linux 4.8.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-45-generic-advanced-8537481a-9167-4abb-b27d-048aa6e79933' {
  204. recordfail
  205. load_video
  206. gfxmode $linux_gfx_mode
  207. insmod gzio
  208. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  209. insmod part_gpt
  210. insmod ext2
  211. set root='hd0,gpt3'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  214. else
  215. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  216. fi
  217. echo 'Chargement de Linux 4.8.0-45-generic…'
  218. linux /boot/vmlinuz-4.8.0-45-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off $vt_handoff
  219. echo 'Chargement du disque mémoire initial…'
  220. initrd /boot/initrd.img-4.8.0-45-generic
  221. }
  222. menuentry 'Ubuntu, with Linux 4.8.0-45-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-45-generic-init-upstart-8537481a-9167-4abb-b27d-048aa6e79933' {
  223. recordfail
  224. load_video
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  228. insmod part_gpt
  229. insmod ext2
  230. set root='hd0,gpt3'
  231. if [ x$feature_platform_search_hint = xy ]; then
  232. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  233. else
  234. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  235. fi
  236. echo 'Chargement de Linux 4.8.0-45-generic…'
  237. linux /boot/vmlinuz-4.8.0-45-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off $vt_handoff init=/sbin/upstart
  238. echo 'Chargement du disque mémoire initial…'
  239. initrd /boot/initrd.img-4.8.0-45-generic
  240. }
  241. menuentry 'Ubuntu, with Linux 4.8.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-45-generic-recovery-8537481a-9167-4abb-b27d-048aa6e79933' {
  242. recordfail
  243. load_video
  244. insmod gzio
  245. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  246. insmod part_gpt
  247. insmod ext2
  248. set root='hd0,gpt3'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  251. else
  252. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  253. fi
  254. echo 'Chargement de Linux 4.8.0-45-generic…'
  255. linux /boot/vmlinuz-4.8.0-45-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro recovery nomodeset
  256. echo 'Chargement du disque mémoire initial…'
  257. initrd /boot/initrd.img-4.8.0-45-generic
  258. }
  259. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-8537481a-9167-4abb-b27d-048aa6e79933' {
  260. recordfail
  261. load_video
  262. gfxmode $linux_gfx_mode
  263. insmod gzio
  264. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  265. insmod part_gpt
  266. insmod ext2
  267. set root='hd0,gpt3'
  268. if [ x$feature_platform_search_hint = xy ]; then
  269. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  270. else
  271. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  272. fi
  273. echo 'Chargement de Linux 4.8.0-36-generic…'
  274. linux /boot/vmlinuz-4.8.0-36-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off $vt_handoff
  275. echo 'Chargement du disque mémoire initial…'
  276. initrd /boot/initrd.img-4.8.0-36-generic
  277. }
  278. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-8537481a-9167-4abb-b27d-048aa6e79933' {
  279. recordfail
  280. load_video
  281. gfxmode $linux_gfx_mode
  282. insmod gzio
  283. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  284. insmod part_gpt
  285. insmod ext2
  286. set root='hd0,gpt3'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  289. else
  290. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  291. fi
  292. echo 'Chargement de Linux 4.8.0-36-generic…'
  293. linux /boot/vmlinuz-4.8.0-36-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off $vt_handoff init=/sbin/upstart
  294. echo 'Chargement du disque mémoire initial…'
  295. initrd /boot/initrd.img-4.8.0-36-generic
  296. }
  297. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-8537481a-9167-4abb-b27d-048aa6e79933' {
  298. recordfail
  299. load_video
  300. insmod gzio
  301. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  302. insmod part_gpt
  303. insmod ext2
  304. set root='hd0,gpt3'
  305. if [ x$feature_platform_search_hint = xy ]; then
  306. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 8537481a-9167-4abb-b27d-048aa6e79933
  307. else
  308. search --no-floppy --fs-uuid --set=root 8537481a-9167-4abb-b27d-048aa6e79933
  309. fi
  310. echo 'Chargement de Linux 4.8.0-36-generic…'
  311. linux /boot/vmlinuz-4.8.0-36-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro recovery nomodeset
  312. echo 'Chargement du disque mémoire initial…'
  313. initrd /boot/initrd.img-4.8.0-36-generic
  314. }
  315. }
  316. ### END /etc/grub.d/10_linux ###
  317. ### BEGIN /etc/grub.d/20_linux_xen ###
  318. ### END /etc/grub.d/20_linux_xen ###
  319. ### BEGIN /etc/grub.d/20_memtest86+ ###
  320. ### END /etc/grub.d/20_memtest86+ ###
  321. ### BEGIN /etc/grub.d/30_os-prober ###
  322. menuentry 'Windows Boot Manager (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-42A8-8FCE' {
  323. insmod part_gpt
  324. insmod fat
  325. set root='hd0,gpt1'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 42A8-8FCE
  328. else
  329. search --no-floppy --fs-uuid --set=root 42A8-8FCE
  330. fi
  331. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  332. }
  333. set timeout_style=menu
  334. if [ "${timeout}" = 0 ]; then
  335. set timeout=10
  336. fi
  337. ### END /etc/grub.d/30_os-prober ###
  338. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  339. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  340. fwsetup
  341. }
  342. ### END /etc/grub.d/30_uefi-firmware ###
  343. ### BEGIN /etc/grub.d/40_custom ###
  344. # This file provides an easy way to add custom menu entries. Simply type the
  345. # menu entries you want to add after this comment. Be careful not to change
  346. # the 'exec tail' line above.
  347. ### END /etc/grub.d/40_custom ###
  348. ### BEGIN /etc/grub.d/41_custom ###
  349. if [ -f ${config_directory}/custom.cfg ]; then
  350. source ${config_directory}/custom.cfg
  351. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  352. source $prefix/custom.cfg;
  353. fi
  354. ### END /etc/grub.d/41_custom ###
  355. --------------------------------------------------------------------------------
  356. =============================== sda3/etc/fstab: ================================
  357. --------------------------------------------------------------------------------
  358. # /etc/fstab: static file system information.
  359. #
  360. # Use 'blkid' to print the universally unique identifier for a
  361. # device; this may be used with UUID= as a more robust way to name devices
  362. # that works even if disks are added and removed. See fstab(5).
  363. #
  364. # <file system> <mount point> <type> <options> <dump> <pass>
  365. # / was on /dev/sda3 during installation
  366. UUID=8537481a-9167-4abb-b27d-048aa6e79933 / ext4 errors=remount-ro 0 1
  367. # /boot/efi was on /dev/sda1 during installation
  368. UUID=42A8-8FCE /boot/efi vfat umask=0077 0 1
  369. --------------------------------------------------------------------------------
  370. =================== sda3: Location of files loaded by Grub: ====================
  371. GiB - GB File Fragment(s)
  372. 99.888462067 = 107.254419456 boot/grub/grub.cfg 1
  373. 100.869098663 = 108.307369984 boot/vmlinuz-4.8.0-36-generic 2
  374. 103.999046326 = 111.668125696 boot/vmlinuz-4.8.0-36-generic.efi.signed 1
  375. 101.591762543 = 109.083324416 boot/vmlinuz-4.8.0-45-generic 1
  376. 102.244110107 = 109.783777280 boot/vmlinuz-4.8.0-45-generic.efi.signed 1
  377. 101.591762543 = 109.083324416 vmlinuz 1
  378. 100.869098663 = 108.307369984 vmlinuz.old 2
  379. 101.091056824 = 108.545695744 boot/initrd.img-4.8.0-36-generic 3
  380. 102.372299194 = 109.921419264 boot/initrd.img-4.8.0-45-generic 2
  381. 102.372299194 = 109.921419264 initrd.img 2
  382. 101.091056824 = 108.545695744 initrd.img.old 3
  383. ADDITIONAL INFORMATION :
  384. =================== log of boot-info 2017-04-02__14h50 ===================
  385. boot-info version : 4ppa40
  386. boot-sav version : 4ppa40
  387. glade2script version : 3.2.3~ppa1
  388. boot-sav-extra version : 4ppa40
  389. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  390. CPU op-mode(s): 32-bit, 64-bit
  391. BOOT_IMAGE=/boot/vmlinuz-4.8.0-45-generic.efi.signed root=UUID=8537481a-9167-4abb-b27d-048aa6e79933 ro quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off vt.handoff=7
  392. =================== os-prober:
  393. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  394. /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  395. =================== blkid:
  396. /dev/sda1: UUID="42A8-8FCE" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="4713c733-8173-4c36-852f-0ad5bca3b201"
  397. /dev/sda2: UUID="5AA9703A5DB606DB" TYPE="ntfs" PARTUUID="d5a39d76-a3a1-49c5-9919-3748b46132c5"
  398. /dev/sda3: UUID="8537481a-9167-4abb-b27d-048aa6e79933" TYPE="ext4" PARTUUID="e9afce50-7c44-4c00-99cc-1eecf613fa5c"
  399. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  400. Windows not detected by os-prober on sda2.
  401. =================== /etc/grub.d/ :
  402. drwxr-xr-x 2 root root 4096 avril 1 19:19 grub.d
  403. total 80
  404. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  405. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  406. -rwxr-xr-x 1 root root 12512 mars 1 22:01 10_linux
  407. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  408. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  409. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  410. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  411. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  412. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  413. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  414. =================== /etc/default/grub :
  415. # If you change this file, run 'update-grub' afterwards to update
  416. # /boot/grub/grub.cfg.
  417. # For full documentation of the options in this file, see:
  418. # info -f grub -n 'Simple configuration'
  419. GRUB_DEFAULT=0
  420. #GRUB_HIDDEN_TIMEOUT=0
  421. GRUB_HIDDEN_TIMEOUT_QUIET=true
  422. GRUB_TIMEOUT=10
  423. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  424. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.reset i8042.nomux i8042.nopnp i8042.noloop acpi=off"
  425. GRUB_CMDLINE_LINUX=""
  426. # Uncomment to enable BadRAM filtering, modify to suit your needs
  427. # This works with Linux (no patch required) and with any kernel that obtains
  428. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  429. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  430. # Uncomment to disable graphical terminal (grub-pc only)
  431. #GRUB_TERMINAL=console
  432. # The resolution used on graphical terminal
  433. # note that you can use only modes which your graphic card supports via VBE
  434. # you can see them in real GRUB with the command `vbeinfo'
  435. #GRUB_GFXMODE=640x480
  436. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  437. #GRUB_DISABLE_LINUX_UUID=true
  438. # Uncomment to disable generation of recovery mode menu entries
  439. #GRUB_DISABLE_RECOVERY="true"
  440. # Uncomment to get a beep at grub start
  441. #GRUB_INIT_TUNE="480 440 1"
  442. /boot/efi detected in the fstab of sda3: UUID=42A8-8FCE (sda1)
  443. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  444. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  445. =================== efibootmgr -v
  446. BootCurrent: 0000
  447. Timeout: 0 seconds
  448. BootOrder: 0000,0001,2001,2002,2003
  449. Boot0000* Ubuntu PciRoot(0x0)/Pci(0x17,0x0)/Sata(1,0,0)/HD(1,GPT,4713c733-8173-4c36-852f-0ad5bca3b201,0x800,0x100000)/File(EFIubuntushimx64.efi)A01 ..
  450. Boot0001* Windows Boot Manager HD(1,GPT,4713c733-8173-4c36-852f-0ad5bca3b201,0x800,0x100000)/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.}...8................
  451. Boot0002* Unknown Device: HD(1,GPT,4713c733-8173-4c36-852f-0ad5bca3b201,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  452. Boot0003* Unknown Device: HD(1,GPT,4713c733-8173-4c36-852f-0ad5bca3b201,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  453. Boot2001* EFI USB Device RC
  454. Boot2002* EFI DVD/CDROM RC
  455. Boot2003* EFI Network RC
  456. =================== UEFI/Legacy mode:
  457. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  458. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  459. =================== PARTITIONS & DISKS:
  460. sda3 : 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, .
  461. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-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.
  462. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  463. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  464. =================== parted -l:
  465. Model: ATA HFS128G39TND-N21 (scsi)
  466. Disk /dev/sda: 128GB
  467. Sector size (logical/physical): 512B/4096B
  468. Partition Table: gpt
  469. Disk Flags:
  470. Number Start End Size File system Name Flags
  471. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  472. 2 538MB 107GB 107GB ntfs msftdata
  473. 3 107GB 128GB 21.0GB ext4
  474. =================== parted -lm:
  475. BYT;
  476. /dev/sda:128GB:scsi:512:4096:gpt:ATA HFS128G39TND-N21:;
  477. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  478. 2:538MB:107GB:107GB:ntfs::msftdata;
  479. 3:107GB:128GB:21.0GB:ext4::;
  480. =================== lsblk:
  481. KNAME TYPE FSTYPE SIZE LABEL
  482. sda disk 119,2G
  483. sda2 part ntfs 99,2G
  484. sda3 part ext4 19,5G
  485. sda1 part vfat 512M
  486. KNAME ROTA RO RM STATE MOUNTPOINT
  487. sda 0 0 0 running
  488. sda2 0 0 0 /mnt/boot-sav/sda2
  489. sda3 0 0 0 /
  490. sda1 0 0 0 /boot/efi
  491. =================== mount:
  492. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  493. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  494. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1933016k,nr_inodes=483254,mode=755)
  495. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  496. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=390840k,mode=755)
  497. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  498. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  499. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  500. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  501. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  502. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  503. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  504. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  505. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  506. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  507. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  508. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  509. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  510. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  511. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  512. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  513. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  514. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  515. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11386)
  516. mqueue on /dev/mqueue type mqueue (rw,relatime)
  517. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  518. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  519. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  520. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  521. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=390840k,mode=700,uid=1000,gid=1000)
  522. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  523. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  524. =================== ls:
  525. /sys/block/sda (filtered): alignment_offset badblocks 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
  526. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  527. ls /dev/mapper: control
  528. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  529. =================== hexdump -n512 -C /dev/sda1
  530. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 0e 18 |.X.MSDOS5.0.....|
  531. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  532. 00000020 00 00 10 00 f9 03 00 00 00 00 00 00 02 00 00 00 |................|
  533. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  534. 00000040 80 01 29 ce 8f a8 42 4e 4f 20 4e 41 4d 45 20 20 |..)...BNO NAME |
  535. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  536. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  537. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  538. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  539. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  540. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  541. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  542. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  543. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  544. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  545. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  546. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  547. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  548. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  549. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  550. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  551. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  552. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  553. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  554. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  555. *
  556. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  557. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  558. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  559. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  560. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  561. 000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  562. 00000200
  563. =================== hexdump -n512 -C /dev/sda2
  564. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  565. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 10 00 |........?.......|
  566. 00000020 00 00 00 00 80 00 80 00 ff af 66 0c 00 00 00 00 |..........f.....|
  567. 00000030 04 00 00 00 00 00 00 00 ff be e5 00 00 00 00 00 |................|
  568. 00000040 f6 00 00 00 01 00 00 00 db 06 b6 5d 3a 70 a9 5a |...........]:p.Z|
  569. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  570. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  571. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  572. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  573. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  574. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  575. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  576. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  577. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  578. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  579. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  580. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  581. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  582. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  583. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  584. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  585. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  586. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  587. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  588. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  589. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  590. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  591. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  592. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  593. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  594. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  595. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  596. 00000200
  597. =================== df -Th:
  598. Filesystem Type Size Used Avail Use% Mounted on
  599. udev devtmpfs 1.9G 0 1.9G 0% /dev
  600. tmpfs tmpfs 382M 6.0M 376M 2% /run
  601. /dev/sda3 ext4 20G 6.6G 12G 37% /
  602. tmpfs tmpfs 1.9G 464K 1.9G 1% /dev/shm
  603. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  604. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  605. /dev/sda1 vfat 508M 29M 480M 6% /boot/efi
  606. tmpfs tmpfs 382M 92K 382M 1% /run/user/1000
  607. /dev/sda2 fuseblk 100G 44G 56G 45% /mnt/boot-sav/sda2
  608. =================== fdisk -l:
  609. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  610. Units: sectors of 1 * 512 = 512 bytes
  611. Sector size (logical/physical): 512 bytes / 4096 bytes
  612. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  613. Disklabel type: gpt
  614. Disk identifier: 72AB3EAF-C889-43C8-8817-2C6174EA0DD7
  615. Device Start End Sectors Size Type
  616. /dev/sda1 2048 1050623 1048576 512M EFI System
  617. /dev/sda2 1050624 209106943 208056320 99.2G Microsoft basic data
  618. /dev/sda3 209106944 250068991 40962048 19.5G Linux filesystem
  619. =================== Suggested repair
  620. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda3, using the following options: sda1/boot/efi,
  621. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  622. =================== Final advice in case of suggested repair
  623. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 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)
  624. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  625. Si votre BIOS ne permet pas de changer l'ordre de démarrage, changez l'entrée de démarrage par défaut de l'amorceur Windows.
  626. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  627. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  628. =================== User settings
  629. The settings chosen by the user will not act on the boot.
  630. paste.ubuntu.com ko (), using paste.debian
  631. paste.debian.net ko (), using paste2