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: Windows 8/2012: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootmgr.efi
  14. /EFI/Microsoft/Boot/memtest.efi
  15. sda2: __________________________________________________________________________
  16. File system:
  17. Boot sector type: -
  18. Boot sector info:
  19. Mounting failed: mount: unknown filesystem type ''
  20. sda3: __________________________________________________________________________
  21. File system: ntfs
  22. Boot sector type: Windows 8/2012: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26. sda4: __________________________________________________________________________
  27. File system: ntfs
  28. Boot sector type: Windows 8/2012: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files:
  32. sda5: __________________________________________________________________________
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System: Ubuntu 16.04 LTS
  37. Boot files: /boot/grub/grub.cfg /etc/fstab
  38. sda6: __________________________________________________________________________
  39. File system: swap
  40. Boot sector type: -
  41. Boot sector info:
  42. ============================ Drive/Partition Info: =============================
  43. Drive: sda _____________________________________________________________________
  44. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  45. Units: sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. I/O size (minimum/optimal): 512 bytes / 512 bytes
  48. Disklabel type: gpt
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50. /dev/sda1 1 500,118,191 500,118,191 ee GPT
  51. GUID Partition Table detected.
  52. Partition Attrs Start Sector End Sector # of Sectors System
  53. /dev/sda1 2,048 534,527 532,480 EFI System partition
  54. /dev/sda2 534,528 567,295 32,768 Microsoft Reserved Partition (Windows)
  55. /dev/sda3 567,296 128,366,591 127,799,296 Data partition (Windows/Linux)
  56. /dev/sda4 R 499,095,552 500,117,503 1,021,952 Windows Recovery Environment (Windows)
  57. /dev/sda5 128,366,592 482,537,471 354,170,880 Data partition (Linux)
  58. /dev/sda6 482,537,472 499,095,551 16,558,080 Swap partition (Linux)
  59. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  60. "blkid" output: ________________________________________________________________
  61. Device UUID TYPE LABEL
  62. /dev/sda1 1259-6D12 vfat SYSTEM
  63. /dev/sda2
  64. /dev/sda3 12605D51605D3CA3 ntfs OS
  65. /dev/sda4 66DCC5EADCC5B499 ntfs RECOVERY
  66. /dev/sda5 383ececc-bb05-4331-b6dc-f43ec6212298 ext4
  67. /dev/sda6 78bfef5d-c702-4f18-bcb1-8033eacafd96 swap
  68. ========================= "ls -l /dev/disk/by-id" output: ======================
  69. total 0
  70. lrwxrwxrwx 1 root root 9 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z -> ../../sda
  71. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part1 -> ../../sda1
  72. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part2 -> ../../sda2
  73. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part3 -> ../../sda3
  74. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part4 -> ../../sda4
  75. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part5 -> ../../sda5
  76. lrwxrwxrwx 1 root root 10 Jul 1 23:44 ata-HFS256G32MND-2200A_EJ61N62181060221Z-part6 -> ../../sda6
  77. ================================ Mount points: =================================
  78. Device Mount_Point Type Options
  79. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  80. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  81. =========================== sda5/boot/grub/grub.cfg: ===========================
  82. --------------------------------------------------------------------------------
  83. #
  84. # DO NOT EDIT THIS FILE
  85. #
  86. # It is automatically generated by grub-mkconfig using templates
  87. # from /etc/grub.d and settings from /etc/default/grub
  88. #
  89. ### BEGIN /etc/grub.d/00_header ###
  90. if [ -s $prefix/grubenv ]; then
  91. set have_grubenv=true
  92. load_env
  93. fi
  94. if [ "${next_entry}" ] ; then
  95. set default="${next_entry}"
  96. set next_entry=
  97. save_env next_entry
  98. set boot_once=true
  99. else
  100. set default="0"
  101. fi
  102. if [ x"${feature_menuentry_id}" = xy ]; then
  103. menuentry_id_option="--id"
  104. else
  105. menuentry_id_option=""
  106. fi
  107. export menuentry_id_option
  108. if [ "${prev_saved_entry}" ]; then
  109. set saved_entry="${prev_saved_entry}"
  110. save_env saved_entry
  111. set prev_saved_entry=
  112. save_env prev_saved_entry
  113. set boot_once=true
  114. fi
  115. function savedefault {
  116. if [ -z "${boot_once}" ]; then
  117. saved_entry="${chosen}"
  118. save_env saved_entry
  119. fi
  120. }
  121. function recordfail {
  122. set recordfail=1
  123. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  124. }
  125. function load_video {
  126. if [ x$feature_all_video_module = xy ]; then
  127. insmod all_video
  128. else
  129. insmod efi_gop
  130. insmod efi_uga
  131. insmod ieee1275_fb
  132. insmod vbe
  133. insmod vga
  134. insmod video_bochs
  135. insmod video_cirrus
  136. fi
  137. }
  138. if [ x$feature_default_font_path = xy ] ; then
  139. font=unicode
  140. else
  141. insmod part_gpt
  142. insmod ext2
  143. set root='hd0,gpt5'
  144. if [ x$feature_platform_search_hint = xy ]; then
  145. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  146. else
  147. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  148. fi
  149. font="/usr/share/grub/unicode.pf2"
  150. fi
  151. if loadfont $font ; then
  152. set gfxmode=auto
  153. load_video
  154. insmod gfxterm
  155. set locale_dir=$prefix/locale
  156. set lang=fr_FR
  157. insmod gettext
  158. fi
  159. terminal_output gfxterm
  160. if [ "${recordfail}" = 1 ] ; then
  161. set timeout=30
  162. else
  163. if [ x$feature_timeout_style = xy ] ; then
  164. set timeout_style=menu
  165. set timeout=10
  166. # Fallback normal timeout code in case the timeout_style feature is
  167. # unavailable.
  168. else
  169. set timeout=10
  170. fi
  171. fi
  172. ### END /etc/grub.d/00_header ###
  173. ### BEGIN /etc/grub.d/05_debian_theme ###
  174. set menu_color_normal=white/black
  175. set menu_color_highlight=black/light-gray
  176. if background_color 44,0,30,0; then
  177. clear
  178. fi
  179. ### END /etc/grub.d/05_debian_theme ###
  180. ### BEGIN /etc/grub.d/10_linux ###
  181. function gfxmode {
  182. set gfxpayload="${1}"
  183. if [ "${1}" = "keep" ]; then
  184. set vt_handoff=vt.handoff=7
  185. else
  186. set vt_handoff=
  187. fi
  188. }
  189. if [ "${recordfail}" != 1 ]; then
  190. if [ -e ${prefix}/gfxblacklist.txt ]; then
  191. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  192. if [ ${match} = 0 ]; then
  193. set linux_gfx_mode=keep
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. else
  198. set linux_gfx_mode=text
  199. fi
  200. else
  201. set linux_gfx_mode=keep
  202. fi
  203. else
  204. set linux_gfx_mode=text
  205. fi
  206. export linux_gfx_mode
  207. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-383ececc-bb05-4331-b6dc-f43ec6212298' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt5'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  218. else
  219. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  220. fi
  221. linux /boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash $vt_handoff
  222. initrd /boot/initrd.img-4.4.0-28-generic
  223. }
  224. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-383ececc-bb05-4331-b6dc-f43ec6212298' {
  225. menuentry 'Ubuntu, avec Linux 4.4.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-advanced-383ececc-bb05-4331-b6dc-f43ec6212298' {
  226. recordfail
  227. load_video
  228. gfxmode $linux_gfx_mode
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_gpt
  232. insmod ext2
  233. set root='hd0,gpt5'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  236. else
  237. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  238. fi
  239. echo 'Chargement de Linux 4.4.0-28-generic…'
  240. linux /boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash $vt_handoff
  241. echo 'Chargement du disque mémoire initial…'
  242. initrd /boot/initrd.img-4.4.0-28-generic
  243. }
  244. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-init-upstart-383ececc-bb05-4331-b6dc-f43ec6212298' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt5'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  255. else
  256. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  257. fi
  258. echo 'Chargement de Linux 4.4.0-28-generic…'
  259. linux /boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash $vt_handoff init=/sbin/upstart
  260. echo 'Chargement du disque mémoire initial…'
  261. initrd /boot/initrd.img-4.4.0-28-generic
  262. }
  263. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-recovery-383ececc-bb05-4331-b6dc-f43ec6212298' {
  264. recordfail
  265. load_video
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt5'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  273. else
  274. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  275. fi
  276. echo 'Chargement de Linux 4.4.0-28-generic…'
  277. linux /boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro recovery nomodeset
  278. echo 'Chargement du disque mémoire initial…'
  279. initrd /boot/initrd.img-4.4.0-28-generic
  280. }
  281. 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-383ececc-bb05-4331-b6dc-f43ec6212298' {
  282. recordfail
  283. load_video
  284. gfxmode $linux_gfx_mode
  285. insmod gzio
  286. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  287. insmod part_gpt
  288. insmod ext2
  289. set root='hd0,gpt5'
  290. if [ x$feature_platform_search_hint = xy ]; then
  291. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  292. else
  293. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  294. fi
  295. echo 'Chargement de Linux 4.4.0-21-generic…'
  296. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash $vt_handoff
  297. echo 'Chargement du disque mémoire initial…'
  298. initrd /boot/initrd.img-4.4.0-21-generic
  299. }
  300. 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-383ececc-bb05-4331-b6dc-f43ec6212298' {
  301. recordfail
  302. load_video
  303. gfxmode $linux_gfx_mode
  304. insmod gzio
  305. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  306. insmod part_gpt
  307. insmod ext2
  308. set root='hd0,gpt5'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  311. else
  312. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  313. fi
  314. echo 'Chargement de Linux 4.4.0-21-generic…'
  315. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash $vt_handoff init=/sbin/upstart
  316. echo 'Chargement du disque mémoire initial…'
  317. initrd /boot/initrd.img-4.4.0-21-generic
  318. }
  319. 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-383ececc-bb05-4331-b6dc-f43ec6212298' {
  320. recordfail
  321. load_video
  322. insmod gzio
  323. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  324. insmod part_gpt
  325. insmod ext2
  326. set root='hd0,gpt5'
  327. if [ x$feature_platform_search_hint = xy ]; then
  328. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 383ececc-bb05-4331-b6dc-f43ec6212298
  329. else
  330. search --no-floppy --fs-uuid --set=root 383ececc-bb05-4331-b6dc-f43ec6212298
  331. fi
  332. echo 'Chargement de Linux 4.4.0-21-generic…'
  333. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro recovery nomodeset
  334. echo 'Chargement du disque mémoire initial…'
  335. initrd /boot/initrd.img-4.4.0-21-generic
  336. }
  337. }
  338. ### END /etc/grub.d/10_linux ###
  339. ### BEGIN /etc/grub.d/20_linux_xen ###
  340. ### END /etc/grub.d/20_linux_xen ###
  341. ### BEGIN /etc/grub.d/20_memtest86+ ###
  342. ### END /etc/grub.d/20_memtest86+ ###
  343. ### BEGIN /etc/grub.d/30_os-prober ###
  344. menuentry 'Windows Boot Manager (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-1259-6D12' {
  345. insmod part_gpt
  346. insmod fat
  347. set root='hd0,gpt1'
  348. if [ x$feature_platform_search_hint = xy ]; then
  349. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 1259-6D12
  350. else
  351. search --no-floppy --fs-uuid --set=root 1259-6D12
  352. fi
  353. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  354. }
  355. set timeout_style=menu
  356. if [ "${timeout}" = 0 ]; then
  357. set timeout=10
  358. fi
  359. ### END /etc/grub.d/30_os-prober ###
  360. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  361. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  362. fwsetup
  363. }
  364. ### END /etc/grub.d/30_uefi-firmware ###
  365. ### BEGIN /etc/grub.d/40_custom ###
  366. # This file provides an easy way to add custom menu entries. Simply type the
  367. # menu entries you want to add after this comment. Be careful not to change
  368. # the 'exec tail' line above.
  369. ### END /etc/grub.d/40_custom ###
  370. ### BEGIN /etc/grub.d/41_custom ###
  371. if [ -f ${config_directory}/custom.cfg ]; then
  372. source ${config_directory}/custom.cfg
  373. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  374. source $prefix/custom.cfg;
  375. fi
  376. ### END /etc/grub.d/41_custom ###
  377. --------------------------------------------------------------------------------
  378. =============================== sda5/etc/fstab: ================================
  379. --------------------------------------------------------------------------------
  380. # /etc/fstab: static file system information.
  381. #
  382. # Use 'blkid' to print the universally unique identifier for a
  383. # device; this may be used with UUID= as a more robust way to name devices
  384. # that works even if disks are added and removed. See fstab(5).
  385. #
  386. # <file system> <mount point> <type> <options> <dump> <pass>
  387. # / was on /dev/sda5 during installation
  388. UUID=383ececc-bb05-4331-b6dc-f43ec6212298 / ext4 errors=remount-ro 0 1
  389. # /boot/efi was on /dev/sda1 during installation
  390. UUID=1259-6D12 /boot/efi vfat umask=0077 0 1
  391. # swap was on /dev/sda6 during installation
  392. UUID=78bfef5d-c702-4f18-bcb1-8033eacafd96 none swap sw 0 0
  393. --------------------------------------------------------------------------------
  394. =================== sda5: Location of files loaded by Grub: ====================
  395. GiB - GB File Fragment(s)
  396. 219.356166840 = 235.531890688 boot/grub/grub.cfg 1
  397. 62.380554199 = 66.980610048 boot/vmlinuz-4.4.0-21-generic 1
  398. 76.474143982 = 82.113486848 boot/vmlinuz-4.4.0-28-generic 1
  399. 76.728225708 = 82.386305024 boot/vmlinuz-4.4.0-28-generic.efi.signed 1
  400. 62.380554199 = 66.980610048 vmlinuz 1
  401. 76.850582123 = 82.517684224 boot/initrd.img-4.4.0-21-generic 3
  402. 78.462154388 = 84.248096768 boot/initrd.img-4.4.0-28-generic 2
  403. 76.850582123 = 82.517684224 initrd.img 3
  404. 76.850582123 = 82.517684224 initrd.img.old 3
  405. ADDITIONAL INFORMATION :
  406. =================== log of boot-repair 2016-07-01__23h44 ===================
  407. boot-repair version : 4ppa38
  408. boot-sav version : 4ppa38
  409. glade2script version : 3.2.3~ppa1
  410. boot-sav-extra version : 4ppa38
  411. boot-repair is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  412. CPU op-mode(s): 32-bit, 64-bit
  413. BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic.efi.signed root=UUID=383ececc-bb05-4331-b6dc-f43ec6212298 ro quiet splash
  414. =================== os-prober:
  415. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  416. /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  417. =================== blkid:
  418. /dev/sda1: LABEL="SYSTEM" UUID="1259-6D12" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="fe952f17-516a-4164-9867-b2b597536889"
  419. /dev/sda3: LABEL="OS" UUID="12605D51605D3CA3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ca7f6255-dcda-46ed-9bf3-c7b152d43291"
  420. /dev/sda4: LABEL="RECOVERY" UUID="66DCC5EADCC5B499" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="73bb281f-c05e-4497-94e4-b3308f62952c"
  421. /dev/sda5: UUID="383ececc-bb05-4331-b6dc-f43ec6212298" TYPE="ext4" PARTUUID="d694c2e0-01cd-467e-af4e-42d6a019a98d"
  422. /dev/sda6: UUID="78bfef5d-c702-4f18-bcb1-8033eacafd96" TYPE="swap" PARTUUID="30bf9541-4fb3-4dce-a281-a2f1a615f83e"
  423. /dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="bfd89166-1280-4bcb-b07f-6d33a745016a"
  424. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  425. Windows not detected by os-prober on sda3.
  426. =================== /etc/grub.d/ :
  427. drwxr-xr-x 2 root root 4096 avril 21 00:15 grub.d
  428. total 76
  429. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  430. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  431. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  432. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  433. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  434. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  435. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  436. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  437. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  438. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  439. =================== /etc/default/grub :
  440. # If you change this file, run 'update-grub' afterwards to update
  441. # /boot/grub/grub.cfg.
  442. # For full documentation of the options in this file, see:
  443. # info -f grub -n 'Simple configuration'
  444. GRUB_DEFAULT=0
  445. #GRUB_HIDDEN_TIMEOUT=0
  446. GRUB_HIDDEN_TIMEOUT_QUIET=true
  447. GRUB_TIMEOUT=10
  448. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  449. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  450. GRUB_CMDLINE_LINUX=""
  451. # Uncomment to enable BadRAM filtering, modify to suit your needs
  452. # This works with Linux (no patch required) and with any kernel that obtains
  453. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  454. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  455. # Uncomment to disable graphical terminal (grub-pc only)
  456. #GRUB_TERMINAL=console
  457. # The resolution used on graphical terminal
  458. # note that you can use only modes which your graphic card supports via VBE
  459. # you can see them in real GRUB with the command `vbeinfo'
  460. #GRUB_GFXMODE=640x480
  461. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  462. #GRUB_DISABLE_LINUX_UUID=true
  463. # Uncomment to disable generation of recovery mode menu entries
  464. #GRUB_DISABLE_RECOVERY="true"
  465. # Uncomment to get a beep at grub start
  466. #GRUB_INIT_TUNE="480 440 1"
  467. /boot/efi detected in the fstab of sda5: UUID=1259-6D12 (sda1)
  468. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  469. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  470. =================== efibootmgr -v
  471. BootCurrent: 0001
  472. Timeout: 2 seconds
  473. BootOrder: 0001,0007,0004,0000
  474. Boot0000* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)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.}....................
  475. Boot0001* ubuntu HD(1,GPT,fe952f17-516a-4164-9867-b2b597536889,0x800,0x82000)/File(EFIUBUNTUSHIMX64.EFI)
  476. Boot0004* Windows Boot Manager HD(1,GPT,fe952f17-516a-4164-9867-b2b597536889,0x800,0x82000)/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.}....................
  477. Boot0007* Hard Drive BBS(HD,,0x0)..GO..NO........o.H.F.S.2.5.6.G.3.2.M.N.D.-.2.2.0.0.A....................A...........................>..Gd-.;.A..MQ..L.J.E.1.6.6.N.1.2.1.8.6.0.2.0.1.2. .Z. . ........BO
  478. =================== UEFI/Legacy mode:
  479. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  480. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  481. =================== PARTITIONS & DISKS:
  482. sda5 : 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, .
  483. 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.
  484. sda3 : 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, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda3.
  485. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  486. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  487. =================== parted -l:
  488. Model: ATA HFS256G32MND-220 (scsi)
  489. Disk /dev/sda: 256GB
  490. Sector size (logical/physical): 512B/512B
  491. Partition Table: gpt
  492. Disk Flags:
  493. Number Start End Size File system Name Flags
  494. 1 1049kB 274MB 273MB fat32 EFI system partition boot, esp
  495. 2 274MB 290MB 16.8MB Microsoft reserved partition msftres
  496. 3 290MB 65.7GB 65.4GB ntfs Basic data partition msftdata
  497. 5 65.7GB 247GB 181GB ext4
  498. 6 247GB 256GB 8478MB linux-swap(v1)
  499. 4 256GB 256GB 523MB ntfs Basic data partition hidden, diag
  500. =================== parted -lm:
  501. BYT;
  502. /dev/sda:256GB:scsi:512:512:gpt:ATA HFS256G32MND-220:;
  503. 1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
  504. 2:274MB:290MB:16.8MB::Microsoft reserved partition:msftres;
  505. 3:290MB:65.7GB:65.4GB:ntfs:Basic data partition:msftdata;
  506. 5:65.7GB:247GB:181GB:ext4::;
  507. 6:247GB:256GB:8478MB:linux-swap(v1)::;
  508. 4:256GB:256GB:523MB:ntfs:Basic data partition:hidden, diag;
  509. =================== lsblk:
  510. KNAME TYPE FSTYPE SIZE LABEL
  511. sda disk 238,5G
  512. sda1 part vfat 260M SYSTEM
  513. sda2 part 16M
  514. sda3 part ntfs 61G OS
  515. sda4 part ntfs 499M RECOVERY
  516. sda5 part ext4 168,9G
  517. sda6 part swap 7,9G
  518. KNAME ROTA RO RM STATE MOUNTPOINT
  519. sda 0 0 0 running
  520. sda1 0 0 0 /boot/efi
  521. sda2 0 0 0
  522. sda3 0 0 0 /mnt/boot-sav/sda3
  523. sda4 0 0 0 /mnt/boot-sav/sda4
  524. sda5 0 0 0 /
  525. sda6 0 0 0 [SWAP]
  526. =================== mount:
  527. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  528. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  529. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4013908k,nr_inodes=1003477,mode=755)
  530. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  531. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806640k,mode=755)
  532. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  533. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  534. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  535. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  536. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  537. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  538. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  539. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  540. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  541. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  542. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  543. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  544. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  545. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  546. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  547. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  548. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  549. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  550. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  551. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  552. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  553. mqueue on /dev/mqueue type mqueue (rw,relatime)
  554. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  555. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  556. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806640k,mode=700,uid=1000,gid=1000)
  557. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  558. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  559. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  560. =================== ls:
  561. /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 sda4 sda5 sda6 size slaves stat subsystem trace uevent
  562. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet 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 sda4 sda5 sda6 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  563. ls /dev/mapper: control
  564. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  565. =================== hexdump -n512 -C /dev/sda1
  566. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 fe 1b |.X.MSDOS5.0.....|
  567. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  568. 00000020 00 20 08 00 01 02 00 00 00 00 00 00 02 00 00 00 |. ..............|
  569. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  570. 00000040 80 01 29 12 6d 59 12 4e 4f 20 4e 41 4d 45 20 20 |..).mY.NO NAME |
  571. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  572. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  573. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  574. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  575. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  576. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  577. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  578. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  579. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  580. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  581. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  582. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  583. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  584. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  585. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  586. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  587. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  588. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  589. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  590. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  591. *
  592. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  593. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  594. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  595. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  596. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  597. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  598. 00000200
  599. =================== hexdump -n512 -C /dev/sda3
  600. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  601. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 08 00 |........?.......|
  602. 00000020 00 00 00 00 80 00 80 00 ff 0f 9e 07 00 00 00 00 |................|
  603. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  604. 00000040 f6 00 00 00 01 00 00 00 a3 3c 5d 60 51 5d 60 12 |.........<]`Q]`.|
  605. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  606. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  607. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  608. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  609. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  610. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  611. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  612. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  613. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  614. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  615. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  616. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  617. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  618. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  619. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  620. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  621. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  622. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  623. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  624. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  625. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  626. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  627. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  628. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  629. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  630. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  631. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  632. 00000200
  633. =================== hexdump -n512 -C /dev/sda4
  634. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  635. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 98 bf 1d |........?.......|
  636. 00000020 00 00 00 00 80 00 80 00 ff 97 0f 00 00 00 00 00 |................|
  637. 00000030 55 a6 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U...............|
  638. 00000040 f6 00 00 00 01 00 00 00 99 b4 c5 dc ea c5 dc 66 |...............f|
  639. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  640. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  641. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  642. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  643. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  644. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  645. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  646. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  647. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  648. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  649. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  650. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  651. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  652. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  653. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  654. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  655. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  656. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  657. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  658. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  659. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  660. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  661. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  662. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  663. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  664. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  665. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  666. 00000200
  667. =================== df -Th:
  668. Filesystem Type Size Used Avail Use% Mounted on
  669. udev devtmpfs 3.9G 0 3.9G 0% /dev
  670. tmpfs tmpfs 788M 9.6M 779M 2% /run
  671. /dev/sda5 ext4 167G 11G 148G 7% /
  672. tmpfs tmpfs 3.9G 280K 3.9G 1% /dev/shm
  673. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  674. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  675. /dev/sda1 vfat 256M 25M 232M 10% /boot/efi
  676. tmpfs tmpfs 788M 48K 788M 1% /run/user/1000
  677. /dev/sda3 fuseblk 61G 28G 34G 46% /mnt/boot-sav/sda3
  678. /dev/sda4 fuseblk 499M 320M 180M 65% /mnt/boot-sav/sda4
  679. =================== fdisk -l:
  680. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 4096 bytes
  683. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  684. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  685. Units: sectors of 1 * 512 = 512 bytes
  686. Sector size (logical/physical): 512 bytes / 4096 bytes
  687. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  688. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  689. Units: sectors of 1 * 512 = 512 bytes
  690. Sector size (logical/physical): 512 bytes / 4096 bytes
  691. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  692. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 4096 bytes
  695. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  696. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 4096 bytes
  699. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  700. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  701. Units: sectors of 1 * 512 = 512 bytes
  702. Sector size (logical/physical): 512 bytes / 4096 bytes
  703. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  704. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  705. Units: sectors of 1 * 512 = 512 bytes
  706. Sector size (logical/physical): 512 bytes / 4096 bytes
  707. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  708. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  709. Units: sectors of 1 * 512 = 512 bytes
  710. Sector size (logical/physical): 512 bytes / 4096 bytes
  711. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  712. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  713. Units: sectors of 1 * 512 = 512 bytes
  714. Sector size (logical/physical): 512 bytes / 4096 bytes
  715. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  716. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  717. Units: sectors of 1 * 512 = 512 bytes
  718. Sector size (logical/physical): 512 bytes / 4096 bytes
  719. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  720. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  721. Units: sectors of 1 * 512 = 512 bytes
  722. Sector size (logical/physical): 512 bytes / 4096 bytes
  723. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  724. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  725. Units: sectors of 1 * 512 = 512 bytes
  726. Sector size (logical/physical): 512 bytes / 4096 bytes
  727. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  728. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  729. Units: sectors of 1 * 512 = 512 bytes
  730. Sector size (logical/physical): 512 bytes / 4096 bytes
  731. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  732. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  733. Units: sectors of 1 * 512 = 512 bytes
  734. Sector size (logical/physical): 512 bytes / 4096 bytes
  735. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  736. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  737. Units: sectors of 1 * 512 = 512 bytes
  738. Sector size (logical/physical): 512 bytes / 4096 bytes
  739. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  740. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  741. Units: sectors of 1 * 512 = 512 bytes
  742. Sector size (logical/physical): 512 bytes / 4096 bytes
  743. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  744. Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  745. Units: sectors of 1 * 512 = 512 bytes
  746. Sector size (logical/physical): 512 bytes / 512 bytes
  747. I/O size (minimum/optimal): 512 bytes / 512 bytes
  748. Disklabel type: gpt
  749. Disk identifier: 0CACC4C8-0F38-4E26-BD4F-8038A66FC67E
  750. Device Start End Sectors Size Type
  751. /dev/sda1 2048 534527 532480 260M EFI System
  752. /dev/sda2 534528 567295 32768 16M Microsoft reserved
  753. /dev/sda3 567296 128366591 127799296 61G Microsoft basic data
  754. /dev/sda4 499095552 500117503 1021952 499M Windows recovery environment
  755. /dev/sda5 128366592 482537471 354170880 168.9G Linux filesystem
  756. /dev/sda6 482537472 499095551 16558080 7.9G Linux swap
  757. Partition table entries are not in disk order.
  758. =================== Suggested repair
  759. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda5, using the following options: sda1/boot/efi,
  760. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
  761. =================== Final advice in case of suggested repair
  762. 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 [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  763. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  764. 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.
  765. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  766. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  767. =================== User settings
  768. The settings chosen by the user will not act on the boot.
  769. paste.ubuntu.com ko (), using paste.debian
  770. paste.debian.net ko (), using paste2