1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. => libparted MBR boot code is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ntfs
  7. Boot sector type: Windows 8/2012: NTFS
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files:
  11. sda2: __________________________________________________________________________
  12. File system: vfat
  13. Boot sector type: Windows 8/2012: FAT32
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  17. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  18. /EFI/ubuntu/shimx64.efi
  19. /EFI/Microsoft/Boot/bootmgfw.efi
  20. /EFI/Microsoft/Boot/bootmgr.efi
  21. /EFI/Microsoft/Boot/memtest.efi
  22. sda3: __________________________________________________________________________
  23. File system:
  24. Boot sector type: -
  25. Boot sector info:
  26. Mounting failed: mount: unknown filesystem type ''
  27. sda4: __________________________________________________________________________
  28. File system: ntfs
  29. Boot sector type: Windows 8/2012: NTFS
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files: /bootmgr /Windows/System32/winload.exe
  33. sda5: __________________________________________________________________________
  34. File system: ext4
  35. Boot sector type: -
  36. Boot sector info:
  37. Operating System: Ubuntu 16.04.1 LTS
  38. Boot files: /boot/grub/grub.cfg /etc/fstab
  39. sda6: __________________________________________________________________________
  40. File system: swap
  41. Boot sector type: -
  42. Boot sector info:
  43. sdb1: __________________________________________________________________________
  44. File system: ext4
  45. Boot sector type: -
  46. Boot sector info:
  47. Operating System:
  48. Boot files:
  49. ============================ Drive/Partition Info: =============================
  50. Drive: sda _____________________________________________________________________
  51. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  52. Units: sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54. I/O size (minimum/optimal): 512 bytes / 512 bytes
  55. Disklabel type: gpt
  56. Partition Boot Start Sector End Sector # of Sectors Id System
  57. /dev/sda1 1 125,829,119 125,829,119 ee GPT
  58. GUID Partition Table detected.
  59. Partition Attrs Start Sector End Sector # of Sectors System
  60. /dev/sda1 R 2,048 616,447 614,400 Windows Recovery Environment (Windows)
  61. /dev/sda2 616,448 821,247 204,800 EFI System partition
  62. /dev/sda3 821,248 1,083,391 262,144 Microsoft Reserved Partition (Windows)
  63. /dev/sda4 1,083,392 105,101,311 104,017,920 Data partition (Windows/Linux)
  64. /dev/sda5 105,101,312 123,628,655 18,527,344 Data partition (Windows/Linux)
  65. /dev/sda6 123,629,568 125,581,311 1,951,744 Swap partition (Linux)
  66. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  67. Drive: sdb _____________________________________________________________________
  68. Disk /dev/sdb: 110 GiB, 118111600640 bytes, 230686720 sectors
  69. Units: sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71. I/O size (minimum/optimal): 512 bytes / 512 bytes
  72. Disklabel type: dos
  73. Partition Boot Start Sector End Sector # of Sectors Id System
  74. /dev/sdb1 2,048 230,686,719 230,684,672 83 Linux
  75. "blkid" output: ________________________________________________________________
  76. Device UUID TYPE LABEL
  77. /dev/sda1 EE3C8F243C8EE6C5 ntfs Récupération
  78. /dev/sda2 34AF-5592 vfat
  79. /dev/sda3
  80. /dev/sda4 A0D4E425D4E40000 ntfs
  81. /dev/sda5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f ext4
  82. /dev/sda6 c8feaf02-384c-408a-a4c2-92eeb4c80449 swap
  83. /dev/sdb1 5439694e-0747-456b-9593-7ed04fd66bb4 ext4 stock_image
  84. /dev/sr0 2016-07-19-21-27-51-00 iso9660 Ubuntu 16.04.1 LTS amd64
  85. ================================ Mount points: =================================
  86. Device Mount_Point Type Options
  87. /dev/sda2 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  88. /dev/sda5 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  89. /dev/sr0 /media/malbo/Ubuntu 16.04.1 LTS amd641 iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  90. =========================== sda5/boot/grub/grub.cfg: ===========================
  91. --------------------------------------------------------------------------------
  92. #
  93. # DO NOT EDIT THIS FILE
  94. #
  95. # It is automatically generated by grub-mkconfig using templates
  96. # from /etc/grub.d and settings from /etc/default/grub
  97. #
  98. ### BEGIN /etc/grub.d/00_header ###
  99. if [ -s $prefix/grubenv ]; then
  100. set have_grubenv=true
  101. load_env
  102. fi
  103. if [ "${next_entry}" ] ; then
  104. set default="${next_entry}"
  105. set next_entry=
  106. save_env next_entry
  107. set boot_once=true
  108. else
  109. set default="0"
  110. fi
  111. if [ x"${feature_menuentry_id}" = xy ]; then
  112. menuentry_id_option="--id"
  113. else
  114. menuentry_id_option=""
  115. fi
  116. export menuentry_id_option
  117. if [ "${prev_saved_entry}" ]; then
  118. set saved_entry="${prev_saved_entry}"
  119. save_env saved_entry
  120. set prev_saved_entry=
  121. save_env prev_saved_entry
  122. set boot_once=true
  123. fi
  124. function savedefault {
  125. if [ -z "${boot_once}" ]; then
  126. saved_entry="${chosen}"
  127. save_env saved_entry
  128. fi
  129. }
  130. function recordfail {
  131. set recordfail=1
  132. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  133. }
  134. function load_video {
  135. if [ x$feature_all_video_module = xy ]; then
  136. insmod all_video
  137. else
  138. insmod efi_gop
  139. insmod efi_uga
  140. insmod ieee1275_fb
  141. insmod vbe
  142. insmod vga
  143. insmod video_bochs
  144. insmod video_cirrus
  145. fi
  146. }
  147. if [ x$feature_default_font_path = xy ] ; then
  148. font=unicode
  149. else
  150. insmod part_gpt
  151. insmod ext2
  152. set root='hd0,gpt5'
  153. if [ x$feature_platform_search_hint = xy ]; then
  154. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  155. else
  156. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  157. fi
  158. font="/usr/share/grub/unicode.pf2"
  159. fi
  160. if loadfont $font ; then
  161. set gfxmode=auto
  162. load_video
  163. insmod gfxterm
  164. set locale_dir=$prefix/locale
  165. set lang=fr_FR
  166. insmod gettext
  167. fi
  168. terminal_output gfxterm
  169. if [ "${recordfail}" = 1 ] ; then
  170. set timeout=30
  171. else
  172. if [ x$feature_timeout_style = xy ] ; then
  173. set timeout_style=hidden
  174. set timeout=0
  175. # Fallback hidden-timeout code in case the timeout_style feature is
  176. # unavailable.
  177. elif sleep --interruptible 0 ; then
  178. set timeout=0
  179. fi
  180. fi
  181. ### END /etc/grub.d/00_header ###
  182. ### BEGIN /etc/grub.d/05_debian_theme ###
  183. set menu_color_normal=white/black
  184. set menu_color_highlight=black/light-gray
  185. if background_color 44,0,30,0; then
  186. clear
  187. fi
  188. ### END /etc/grub.d/05_debian_theme ###
  189. ### BEGIN /etc/grub.d/10_linux ###
  190. function gfxmode {
  191. set gfxpayload="${1}"
  192. if [ "${1}" = "keep" ]; then
  193. set vt_handoff=vt.handoff=7
  194. else
  195. set vt_handoff=
  196. fi
  197. }
  198. if [ "${recordfail}" != 1 ]; then
  199. if [ -e ${prefix}/gfxblacklist.txt ]; then
  200. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  201. if [ ${match} = 0 ]; then
  202. set linux_gfx_mode=keep
  203. else
  204. set linux_gfx_mode=text
  205. fi
  206. else
  207. set linux_gfx_mode=text
  208. fi
  209. else
  210. set linux_gfx_mode=keep
  211. fi
  212. else
  213. set linux_gfx_mode=text
  214. fi
  215. export linux_gfx_mode
  216. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_gpt
  223. insmod ext2
  224. set root='hd0,gpt5'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  227. else
  228. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  229. fi
  230. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  231. initrd /boot/initrd.img-4.4.0-59-generic
  232. }
  233. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  234. menuentry 'Ubuntu, avec Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  235. recordfail
  236. load_video
  237. gfxmode $linux_gfx_mode
  238. insmod gzio
  239. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  240. insmod part_gpt
  241. insmod ext2
  242. set root='hd0,gpt5'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  245. else
  246. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  247. fi
  248. echo 'Chargement de Linux 4.4.0-59-generic…'
  249. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  250. echo 'Chargement du disque mémoire initial…'
  251. initrd /boot/initrd.img-4.4.0-59-generic
  252. }
  253. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  254. recordfail
  255. load_video
  256. gfxmode $linux_gfx_mode
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  259. insmod part_gpt
  260. insmod ext2
  261. set root='hd0,gpt5'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  264. else
  265. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  266. fi
  267. echo 'Chargement de Linux 4.4.0-59-generic…'
  268. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  269. echo 'Chargement du disque mémoire initial…'
  270. initrd /boot/initrd.img-4.4.0-59-generic
  271. }
  272. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  273. recordfail
  274. load_video
  275. insmod gzio
  276. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  277. insmod part_gpt
  278. insmod ext2
  279. set root='hd0,gpt5'
  280. if [ x$feature_platform_search_hint = xy ]; then
  281. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  282. else
  283. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  284. fi
  285. echo 'Chargement de Linux 4.4.0-59-generic…'
  286. linux /boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  287. echo 'Chargement du disque mémoire initial…'
  288. initrd /boot/initrd.img-4.4.0-59-generic
  289. }
  290. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  291. recordfail
  292. load_video
  293. gfxmode $linux_gfx_mode
  294. insmod gzio
  295. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  296. insmod part_gpt
  297. insmod ext2
  298. set root='hd0,gpt5'
  299. if [ x$feature_platform_search_hint = xy ]; then
  300. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  301. else
  302. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  303. fi
  304. echo 'Chargement de Linux 4.4.0-31-generic…'
  305. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  306. echo 'Chargement du disque mémoire initial…'
  307. initrd /boot/initrd.img-4.4.0-31-generic
  308. }
  309. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  310. recordfail
  311. load_video
  312. gfxmode $linux_gfx_mode
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_gpt
  316. insmod ext2
  317. set root='hd0,gpt5'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  320. else
  321. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  322. fi
  323. echo 'Chargement de Linux 4.4.0-31-generic…'
  324. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  325. echo 'Chargement du disque mémoire initial…'
  326. initrd /boot/initrd.img-4.4.0-31-generic
  327. }
  328. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  329. recordfail
  330. load_video
  331. insmod gzio
  332. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  333. insmod part_gpt
  334. insmod ext2
  335. set root='hd0,gpt5'
  336. if [ x$feature_platform_search_hint = xy ]; then
  337. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  338. else
  339. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  340. fi
  341. echo 'Chargement de Linux 4.4.0-31-generic…'
  342. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  343. echo 'Chargement du disque mémoire initial…'
  344. initrd /boot/initrd.img-4.4.0-31-generic
  345. }
  346. menuentry 'Ubuntu, avec Linux 3.13.0-107-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-107-generic-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  347. recordfail
  348. load_video
  349. gfxmode $linux_gfx_mode
  350. insmod gzio
  351. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  352. insmod part_gpt
  353. insmod ext2
  354. set root='hd0,gpt5'
  355. if [ x$feature_platform_search_hint = xy ]; then
  356. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  357. else
  358. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  359. fi
  360. echo 'Chargement de Linux 3.13.0-107-generic…'
  361. linux /boot/vmlinuz-3.13.0-107-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  362. echo 'Chargement du disque mémoire initial…'
  363. initrd /boot/initrd.img-3.13.0-107-generic
  364. }
  365. menuentry 'Ubuntu, with Linux 3.13.0-107-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-107-generic-init-upstart-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  366. recordfail
  367. load_video
  368. gfxmode $linux_gfx_mode
  369. insmod gzio
  370. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  371. insmod part_gpt
  372. insmod ext2
  373. set root='hd0,gpt5'
  374. if [ x$feature_platform_search_hint = xy ]; then
  375. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  376. else
  377. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  378. fi
  379. echo 'Chargement de Linux 3.13.0-107-generic…'
  380. linux /boot/vmlinuz-3.13.0-107-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  381. echo 'Chargement du disque mémoire initial…'
  382. initrd /boot/initrd.img-3.13.0-107-generic
  383. }
  384. menuentry 'Ubuntu, with Linux 3.13.0-107-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-107-generic-recovery-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  385. recordfail
  386. load_video
  387. insmod gzio
  388. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  389. insmod part_gpt
  390. insmod ext2
  391. set root='hd0,gpt5'
  392. if [ x$feature_platform_search_hint = xy ]; then
  393. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  394. else
  395. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  396. fi
  397. echo 'Chargement de Linux 3.13.0-107-generic…'
  398. linux /boot/vmlinuz-3.13.0-107-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  399. echo 'Chargement du disque mémoire initial…'
  400. initrd /boot/initrd.img-3.13.0-107-generic
  401. }
  402. menuentry 'Ubuntu, avec Linux 3.2.0-67-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  403. recordfail
  404. load_video
  405. gfxmode $linux_gfx_mode
  406. insmod gzio
  407. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  408. insmod part_gpt
  409. insmod ext2
  410. set root='hd0,gpt5'
  411. if [ x$feature_platform_search_hint = xy ]; then
  412. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  413. else
  414. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  415. fi
  416. echo 'Chargement de Linux 3.2.0-67-generic…'
  417. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  418. echo 'Chargement du disque mémoire initial…'
  419. initrd /boot/initrd.img-3.2.0-67-generic
  420. }
  421. menuentry 'Ubuntu, with Linux 3.2.0-67-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-init-upstart-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  422. recordfail
  423. load_video
  424. gfxmode $linux_gfx_mode
  425. insmod gzio
  426. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  427. insmod part_gpt
  428. insmod ext2
  429. set root='hd0,gpt5'
  430. if [ x$feature_platform_search_hint = xy ]; then
  431. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  432. else
  433. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  434. fi
  435. echo 'Chargement de Linux 3.2.0-67-generic…'
  436. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  437. echo 'Chargement du disque mémoire initial…'
  438. initrd /boot/initrd.img-3.2.0-67-generic
  439. }
  440. menuentry 'Ubuntu, with Linux 3.2.0-67-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-67-generic-recovery-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  441. recordfail
  442. load_video
  443. insmod gzio
  444. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  445. insmod part_gpt
  446. insmod ext2
  447. set root='hd0,gpt5'
  448. if [ x$feature_platform_search_hint = xy ]; then
  449. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  450. else
  451. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  452. fi
  453. echo 'Chargement de Linux 3.2.0-67-generic…'
  454. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  455. echo 'Chargement du disque mémoire initial…'
  456. initrd /boot/initrd.img-3.2.0-67-generic
  457. }
  458. menuentry 'Ubuntu, avec Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-advanced-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  459. recordfail
  460. load_video
  461. gfxmode $linux_gfx_mode
  462. insmod gzio
  463. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  464. insmod part_gpt
  465. insmod ext2
  466. set root='hd0,gpt5'
  467. if [ x$feature_platform_search_hint = xy ]; then
  468. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  469. else
  470. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  471. fi
  472. echo 'Chargement de Linux 3.2.0-29-generic…'
  473. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  474. echo 'Chargement du disque mémoire initial…'
  475. initrd /boot/initrd.img-3.2.0-29-generic
  476. }
  477. menuentry 'Ubuntu, with Linux 3.2.0-29-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-init-upstart-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  478. recordfail
  479. load_video
  480. gfxmode $linux_gfx_mode
  481. insmod gzio
  482. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  483. insmod part_gpt
  484. insmod ext2
  485. set root='hd0,gpt5'
  486. if [ x$feature_platform_search_hint = xy ]; then
  487. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  488. else
  489. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  490. fi
  491. echo 'Chargement de Linux 3.2.0-29-generic…'
  492. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  493. echo 'Chargement du disque mémoire initial…'
  494. initrd /boot/initrd.img-3.2.0-29-generic
  495. }
  496. menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-recovery-13f52140-0efe-48fe-a3f3-a5e6ff54f73f' {
  497. recordfail
  498. load_video
  499. insmod gzio
  500. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  501. insmod part_gpt
  502. insmod ext2
  503. set root='hd0,gpt5'
  504. if [ x$feature_platform_search_hint = xy ]; then
  505. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  506. else
  507. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  508. fi
  509. echo 'Chargement de Linux 3.2.0-29-generic…'
  510. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  511. echo 'Chargement du disque mémoire initial…'
  512. initrd /boot/initrd.img-3.2.0-29-generic
  513. }
  514. }
  515. ### END /etc/grub.d/10_linux ###
  516. ### BEGIN /etc/grub.d/20_linux_xen ###
  517. ### END /etc/grub.d/20_linux_xen ###
  518. ### BEGIN /etc/grub.d/20_memtest86+ ###
  519. ### END /etc/grub.d/20_memtest86+ ###
  520. ### BEGIN /etc/grub.d/30_os-prober ###
  521. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-34AF-5592' {
  522. insmod part_gpt
  523. insmod fat
  524. set root='hd0,gpt2'
  525. if [ x$feature_platform_search_hint = xy ]; then
  526. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 34AF-5592
  527. else
  528. search --no-floppy --fs-uuid --set=root 34AF-5592
  529. fi
  530. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  531. }
  532. set timeout_style=menu
  533. if [ "${timeout}" = 0 ]; then
  534. set timeout=10
  535. fi
  536. ### END /etc/grub.d/30_os-prober ###
  537. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  538. ### END /etc/grub.d/30_uefi-firmware ###
  539. ### BEGIN /etc/grub.d/40_custom ###
  540. # This file provides an easy way to add custom menu entries. Simply type the
  541. # menu entries you want to add after this comment. Be careful not to change
  542. # the 'exec tail' line above.
  543. ### END /etc/grub.d/40_custom ###
  544. ### BEGIN /etc/grub.d/41_custom ###
  545. if [ -f ${config_directory}/custom.cfg ]; then
  546. source ${config_directory}/custom.cfg
  547. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  548. source $prefix/custom.cfg;
  549. fi
  550. ### END /etc/grub.d/41_custom ###
  551. --------------------------------------------------------------------------------
  552. =============================== sda5/etc/fstab: ================================
  553. --------------------------------------------------------------------------------
  554. # /etc/fstab: static file system information.
  555. #
  556. # Use 'blkid' to print the universally unique identifier for a
  557. # device; this may be used with UUID= as a more robust way to name devices
  558. # that works even if disks are added and removed. See fstab(5).
  559. #
  560. # <file system> <mount point> <type> <options> <dump> <pass>
  561. # / was on /dev/sda5 during installation
  562. UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f / ext4 errors=remount-ro 0 1
  563. # /boot/efi was on /dev/sda2 during installation
  564. UUID=34AF-5592 /boot/efi vfat umask=0077 0 1
  565. # swap was on /dev/sda6 during installation
  566. UUID=c8feaf02-384c-408a-a4c2-92eeb4c80449 none swap sw 0 0
  567. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  568. --------------------------------------------------------------------------------
  569. =================== sda5: Location of files loaded by Grub: ====================
  570. GiB - GB File Fragment(s)
  571. 58.397876740 = 62.704242688 boot/grub/grub.cfg 1
  572. 50.918533325 = 54.673358848 boot/vmlinuz-3.13.0-107-generic 2
  573. 51.664627075 = 55.474470912 boot/vmlinuz-3.13.0-107-generic.efi.signed 2
  574. 52.374927521 = 56.237150208 boot/vmlinuz-3.2.0-29-generic 1
  575. 51.304447174 = 55.087730688 boot/vmlinuz-3.2.0-67-generic 1
  576. 52.068084717 = 55.907680256 boot/vmlinuz-4.4.0-31-generic 2
  577. 52.721721649 = 56.609517568 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  578. 53.638191223 = 57.593569280 boot/vmlinuz-4.4.0-59-generic 1
  579. 53.814201355 = 57.782558720 boot/vmlinuz-4.4.0-59-generic.efi.signed 1
  580. 52.068084717 = 55.907680256 vmlinuz 2
  581. 57.864818573 = 62.131875840 boot/initrd.img-3.13.0-107-generic 5
  582. 51.199745178 = 54.975307776 boot/initrd.img-3.2.0-29-generic 2
  583. 53.623268127 = 57.577545728 boot/initrd.img-3.2.0-67-generic 2
  584. 53.952144623 = 57.930674176 boot/initrd.img-4.4.0-31-generic 3
  585. 53.883525848 = 57.856995328 boot/initrd.img-4.4.0-59-generic 3
  586. 53.952144623 = 57.930674176 initrd.img 3
  587. 53.952144623 = 57.930674176 initrd.img.old 3
  588. =============================== StdErr Messages: ===============================
  589. File descriptor 9 (/proc/5809/mounts) leaked on lvs invocation. Parent PID 15929: bash
  590. File descriptor 63 (pipe:[34620]) leaked on lvs invocation. Parent PID 15929: bash
  591. ADDITIONAL INFORMATION :
  592. =================== log of boot-info 2017-01-23__17h43 ===================
  593. boot-info version : 4ppa40
  594. boot-sav version : 4ppa40
  595. glade2script version : 3.2.3~ppa1
  596. boot-sav-extra version : 4ppa40
  597. File descriptor 9 (/proc/5809/mounts) leaked on lvs invocation. Parent PID 7575: /bin/sh
  598. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  599. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  600. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  601. CPU op-mode(s): 32-bit, 64-bit
  602. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash vt.handoff=7
  603. =================== os-prober:
  604. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  605. /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  606. =================== blkid:
  607. /dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="EE3C8F243C8EE6C5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ec73a931-90a9-4528-9393-8e4f5c1da89f"
  608. /dev/sda2: UUID="34AF-5592" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="5ae30494-8b45-4a0a-b596-18a5571bdfdc"
  609. /dev/sda4: UUID="A0D4E425D4E40000" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a38c33c0-78a0-4a8d-9e89-100386607e96"
  610. /dev/sda5: UUID="13f52140-0efe-48fe-a3f3-a5e6ff54f73f" TYPE="ext4" PARTUUID="0cbb94f1-7aab-4dc2-a8c7-37fb75b8a89c"
  611. /dev/sda6: UUID="c8feaf02-384c-408a-a4c2-92eeb4c80449" TYPE="swap" PARTUUID="b3d2cc4b-0c14-4ebb-bbb4-73bf61f10a3d"
  612. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  613. /dev/sdb1: LABEL="stock_image" UUID="5439694e-0747-456b-9593-7ed04fd66bb4" TYPE="ext4" PARTUUID="00073576-01"
  614. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="f38cf2d5-b00e-4a9c-8b8c-b4bb22adda0e"
  615. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  616. Windows not detected by os-prober on sda4.
  617. ls: impossible d'accéder à '/dev/disk/by-id': Aucun fichier ou dossier de ce type
  618. ls: impossible d'accéder à '/dev/disk/by-id': Aucun fichier ou dossier de ce type
  619. =================== /etc/grub.d/ :
  620. drwxr-xr-x 2 root root 4096 janv. 23 17:35 grub.d
  621. total 76
  622. -rwxr-xr-x 1 root root 9791 déc. 20 22:03 00_header
  623. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  624. -rwxr-xr-x 1 root root 12261 déc. 20 22:03 10_linux
  625. -rwxr-xr-x 1 root root 11082 déc. 20 22:03 20_linux_xen
  626. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  627. -rwxr-xr-x 1 root root 11692 déc. 20 22:03 30_os-prober
  628. -rwxr-xr-x 1 root root 1418 déc. 20 22:03 30_uefi-firmware
  629. -rwxr-xr-x 1 root root 214 déc. 20 22:03 40_custom
  630. -rwxr-xr-x 1 root root 216 déc. 20 22:03 41_custom
  631. -rw-r--r-- 1 root root 483 déc. 20 22:03 README
  632. =================== /etc/default/grub :
  633. # If you change this file, run 'update-grub' afterwards to update
  634. # /boot/grub/grub.cfg.
  635. # For full documentation of the options in this file, see:
  636. # info -f grub -n 'Simple configuration'
  637. GRUB_DEFAULT=0
  638. GRUB_HIDDEN_TIMEOUT=0
  639. GRUB_HIDDEN_TIMEOUT_QUIET=true
  640. GRUB_TIMEOUT=10
  641. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  642. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  643. GRUB_CMDLINE_LINUX=""
  644. # Uncomment to enable BadRAM filtering, modify to suit your needs
  645. # This works with Linux (no patch required) and with any kernel that obtains
  646. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  647. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  648. # Uncomment to disable graphical terminal (grub-pc only)
  649. #GRUB_TERMINAL=console
  650. # The resolution used on graphical terminal
  651. # note that you can use only modes which your graphic card supports via VBE
  652. # you can see them in real GRUB with the command `vbeinfo'
  653. #GRUB_GFXMODE=640x480
  654. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  655. #GRUB_DISABLE_LINUX_UUID=true
  656. # Uncomment to disable generation of recovery mode menu entries
  657. #GRUB_DISABLE_RECOVERY="true"
  658. # Uncomment to get a beep at grub start
  659. #GRUB_INIT_TUNE="480 440 1"
  660. /boot/efi detected in the fstab of sda5: UUID=34AF-5592 (sda2)
  661. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  662. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  663. ls /sys/firmware/efi/vars : Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,RTC-378d7b65-8da9-4773-b6e4-a47826a833e1,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDP-fab7e9e1-39dd-4f2b-8408-e20e906cb6de,del_var,ConsoleOutMode-793d9786-44dc-4709-b57f-85b8e8fdbfd2,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  664. Veuillez indiquer ce message à [email protected]
  665. ls /sys/firmware/efi/vars : Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,RTC-378d7b65-8da9-4773-b6e4-a47826a833e1,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDP-fab7e9e1-39dd-4f2b-8408-e20e906cb6de,del_var,ConsoleOutMode-793d9786-44dc-4709-b57f-85b8e8fdbfd2,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  666. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  667. =================== efibootmgr -v
  668. BootCurrent: 0000
  669. Timeout: 2 seconds
  670. BootOrder: 0000,0005,0002,0004,0006,0001,0003
  671. Boot0000* ubuntu HD(2,GPT,5ae30494-8b45-4a0a-b596-18a5571bdfdc,0x96800,0x32000)/File(EFIubuntugrubx64.efi)
  672. Boot0001* EFI Floppy PciRoot(0x0)/Pci(0x7,0x0)/Floppy(0x0)
  673. Boot0002* EFI Network PciRoot(0x0)/Pci(0x16,0x0)/Pci(0x0,0x0)/MAC(000c292750cf,0)
  674. Boot0003* EFI Internal Shell (Unsupported option) MemoryMapped(11,0x3eda9000,0x3f035fff)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)
  675. Boot0004* EFI VMware Virtual SCSI Hard Drive (0.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(0,0)
  676. Boot0005* EFI VMware Virtual SCSI CDROM Drive (1.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(1,0)
  677. Boot0006* EFI VMware Virtual SCSI Hard Drive (2.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(2,0)
  678. =================== UEFI/Legacy mode:
  679. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  680. SecureBoot enabled.
  681. =================== PARTITIONS & DISKS:
  682. 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, not-far, .
  683. sda1 : 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, not-far, /mnt/boot-sav/sda1.
  684. sda2 : 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.
  685. sda4 : 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, not-far, /mnt/boot-sav/sda4.
  686. sdb1 : sdb, maybesepboot, 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, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdb1.
  687. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  688. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  689. =================== parted -l:
  690. Model: VMware, VMware Virtual S (scsi)
  691. Disk /dev/sda: 64.4GB
  692. Sector size (logical/physical): 512B/512B
  693. Partition Table: gpt
  694. Disk Flags:
  695. Number Start End Size File system Name Flags
  696. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  697. 2 316MB 420MB 105MB fat32 EFI system partition boot, esp
  698. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  699. 4 555MB 53.8GB 53.3GB ntfs Basic data partition msftdata
  700. 5 53.8GB 63.3GB 9486MB ext4 msftdata
  701. 6 63.3GB 64.3GB 999MB linux-swap(v1)
  702. Model: VMware, VMware Virtual S (scsi)
  703. Disk /dev/sdb: 118GB
  704. Sector size (logical/physical): 512B/512B
  705. Partition Table: msdos
  706. Disk Flags:
  707. Number Start End Size Type File system Flags
  708. 1 1049kB 118GB 118GB primary ext4
  709. Model: VMware, Virtual CD-ROM (scsi)
  710. Disk /dev/sr0: 1513MB
  711. Sector size (logical/physical): 2048B/2048B
  712. Partition Table: mac
  713. Disk Flags:
  714. Number Start End Size File system Name Flags
  715. 1 2048B 6143B 4096B Apple
  716. 2 1499MB 1501MB 2425kB EFI
  717. =================== parted -lm:
  718. BYT;
  719. /dev/sda:64.4GB:scsi:512:512:gpt:VMware, VMware Virtual S:;
  720. 1:1049kB:316MB:315MB:ntfs:Basic data partition:hidden, diag;
  721. 2:316MB:420MB:105MB:fat32:EFI system partition:boot, esp;
  722. 3:420MB:555MB:134MB::Microsoft reserved partition:msftres;
  723. 4:555MB:53.8GB:53.3GB:ntfs:Basic data partition:msftdata;
  724. 5:53.8GB:63.3GB:9486MB:ext4::msftdata;
  725. 6:63.3GB:64.3GB:999MB:linux-swap(v1)::;
  726. BYT;
  727. /dev/sdb:118GB:scsi:512:512:msdos:VMware, VMware Virtual S:;
  728. 1:1049kB:118GB:118GB:ext4::;
  729. BYT;
  730. /dev/sr0:1513MB:scsi:2048:2048:mac:VMware, Virtual CD-ROM:;
  731. 1:2048B:6143B:4096B::Apple:;
  732. 2:1499MB:1501MB:2425kB::EFI:;
  733. =================== lsblk:
  734. KNAME TYPE FSTYPE SIZE LABEL
  735. fd0 disk 4K
  736. sda disk 60G
  737. sda1 part ntfs 300M Récupération
  738. sda2 part vfat 100M
  739. sda3 part 128M
  740. sda4 part ntfs 49,6G
  741. sda5 part ext4 8,9G
  742. sda6 part swap 953M
  743. sdb disk 110G
  744. sdb1 part ext4 110G stock_image
  745. sr0 rom iso9660 1,4G Ubuntu 16.04.1 LTS amd64
  746. KNAME ROTA RO RM STATE MOUNTPOINT
  747. fd0 1 0 1
  748. sda 1 0 0 running
  749. sda1 1 0 0 /mnt/boot-sav/sda1
  750. sda2 1 0 0 /boot/efi
  751. sda3 1 0 0
  752. sda4 1 0 0 /mnt/boot-sav/sda4
  753. sda5 1 0 0 /
  754. sda6 1 0 0 [SWAP]
  755. sdb 1 0 0 running
  756. sdb1 1 0 0 /mnt/boot-sav/sdb1
  757. sr0 1 0 1 running /media/malbo/Ubuntu 16.04.1 LTS amd641
  758. =================== mount:
  759. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  760. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  761. udev on /dev type devtmpfs (rw,nosuid,relatime,size=487500k,nr_inodes=121875,mode=755)
  762. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  763. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101520k,mode=755)
  764. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  765. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  766. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  767. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  768. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  769. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  770. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  771. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  772. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  773. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  774. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  775. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  776. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  777. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  778. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  779. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  780. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  781. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  782. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  783. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  784. mqueue on /dev/mqueue type mqueue (rw,relatime)
  785. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  786. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  787. /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  788. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101520k,mode=700,uid=1000,gid=1000)
  789. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  790. /dev/sr0 on /media/malbo/Ubuntu 16.04.1 LTS amd641 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  791. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  792. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  793. /dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw,relatime,data=ordered)
  794. =================== ls:
  795. /sys/block/fd0 (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
  796. /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
  797. /sys/block/sdb (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 sdb1 size slaves stat subsystem trace uevent
  798. /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
  799. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd fd0 full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng initctl input kmsg lightnvm log lp0 mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net vmci zero
  800. ls /dev/mapper: control
  801. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  802. =================== hexdump -n512 -C /dev/sda1
  803. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  804. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  805. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  806. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  807. 00000040 f6 00 00 00 01 00 00 00 c5 e6 8e 3c 24 8f 3c ee |...........<$.<.|
  808. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  809. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  810. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  811. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  812. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  813. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  814. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  815. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  816. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  817. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  818. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  819. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  820. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  821. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  822. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  823. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  824. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  825. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  826. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  827. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  828. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  829. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  830. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  831. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  832. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  833. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  834. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  835. 00000200
  836. =================== hexdump -n512 -C /dev/sda2
  837. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  838. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  839. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  840. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  841. 00000040 80 01 29 92 55 af 34 4e 4f 20 4e 41 4d 45 20 20 |..).U.4NO NAME |
  842. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  843. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  844. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  845. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  846. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  847. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  848. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  849. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  850. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  851. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  852. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  853. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  854. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  855. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  856. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  857. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  858. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  859. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  860. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  861. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  862. *
  863. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  864. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  865. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  866. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  867. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  868. 000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  869. 00000200
  870. =================== hexdump -n512 -C /dev/sda4
  871. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  872. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 10 00 |........?.......|
  873. 00000020 00 00 00 00 80 00 80 00 ff 2f 33 06 00 00 00 00 |........./3.....|
  874. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  875. 00000040 f6 00 00 00 01 00 00 00 00 00 e4 d4 25 e4 d4 a0 |............%...|
  876. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  877. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  878. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  879. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  880. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  881. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  882. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  883. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  884. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  885. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  886. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  887. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  888. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  889. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  890. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  891. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  892. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  893. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  894. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  895. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  896. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  897. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  898. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  899. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  900. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  901. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  902. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  903. 00000200
  904. =================== df -Th:
  905. Filesystem Type Size Used Avail Use% Mounted on
  906. udev devtmpfs 477M 0 477M 0% /dev
  907. tmpfs tmpfs 100M 6.5M 93M 7% /run
  908. /dev/sda5 ext4 8.6G 4.9G 3.4G 60% /
  909. tmpfs tmpfs 496M 212K 496M 1% /dev/shm
  910. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  911. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  912. /dev/sda2 vfat 96M 29M 68M 31% /boot/efi
  913. tmpfs tmpfs 100M 52K 100M 1% /run/user/1000
  914. /dev/sr0 iso9660 1.5G 1.5G 0 100% /media/malbo/Ubuntu 16.04.1 LTS amd641
  915. /dev/sda1 fuseblk 300M 218M 83M 73% /mnt/boot-sav/sda1
  916. /dev/sda4 fuseblk 50G 18G 33G 35% /mnt/boot-sav/sda4
  917. /dev/sdb1 ext4 109G 20G 83G 20% /mnt/boot-sav/sdb1
  918. =================== fdisk -l:
  919. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  920. Units: sectors of 1 * 512 = 512 bytes
  921. Sector size (logical/physical): 512 bytes / 4096 bytes
  922. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  923. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  924. Units: sectors of 1 * 512 = 512 bytes
  925. Sector size (logical/physical): 512 bytes / 4096 bytes
  926. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  927. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  928. Units: sectors of 1 * 512 = 512 bytes
  929. Sector size (logical/physical): 512 bytes / 4096 bytes
  930. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  931. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  932. Units: sectors of 1 * 512 = 512 bytes
  933. Sector size (logical/physical): 512 bytes / 4096 bytes
  934. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  935. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  936. Units: sectors of 1 * 512 = 512 bytes
  937. Sector size (logical/physical): 512 bytes / 4096 bytes
  938. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  939. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  940. Units: sectors of 1 * 512 = 512 bytes
  941. Sector size (logical/physical): 512 bytes / 4096 bytes
  942. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  943. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  944. Units: sectors of 1 * 512 = 512 bytes
  945. Sector size (logical/physical): 512 bytes / 4096 bytes
  946. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  947. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  948. Units: sectors of 1 * 512 = 512 bytes
  949. Sector size (logical/physical): 512 bytes / 4096 bytes
  950. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  951. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  952. Units: sectors of 1 * 512 = 512 bytes
  953. Sector size (logical/physical): 512 bytes / 4096 bytes
  954. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  955. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  956. Units: sectors of 1 * 512 = 512 bytes
  957. Sector size (logical/physical): 512 bytes / 4096 bytes
  958. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  959. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  960. Units: sectors of 1 * 512 = 512 bytes
  961. Sector size (logical/physical): 512 bytes / 4096 bytes
  962. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  963. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  964. Units: sectors of 1 * 512 = 512 bytes
  965. Sector size (logical/physical): 512 bytes / 4096 bytes
  966. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  967. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  968. Units: sectors of 1 * 512 = 512 bytes
  969. Sector size (logical/physical): 512 bytes / 4096 bytes
  970. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  971. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  972. Units: sectors of 1 * 512 = 512 bytes
  973. Sector size (logical/physical): 512 bytes / 4096 bytes
  974. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  975. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  976. Units: sectors of 1 * 512 = 512 bytes
  977. Sector size (logical/physical): 512 bytes / 4096 bytes
  978. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  979. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  980. Units: sectors of 1 * 512 = 512 bytes
  981. Sector size (logical/physical): 512 bytes / 4096 bytes
  982. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  983. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  984. Units: sectors of 1 * 512 = 512 bytes
  985. Sector size (logical/physical): 512 bytes / 512 bytes
  986. I/O size (minimum/optimal): 512 bytes / 512 bytes
  987. Disklabel type: gpt
  988. Disk identifier: B05FC06F-49DC-4CF8-A54A-B8DFCCA7172F
  989. Device Start End Sectors Size Type
  990. /dev/sda1 2048 616447 614400 300M Windows recovery environment
  991. /dev/sda2 616448 821247 204800 100M EFI System
  992. /dev/sda3 821248 1083391 262144 128M Microsoft reserved
  993. /dev/sda4 1083392 105101311 104017920 49.6G Microsoft basic data
  994. /dev/sda5 105101312 123628655 18527344 8.9G Microsoft basic data
  995. /dev/sda6 123629568 125581311 1951744 953M Linux swap
  996. Disk /dev/sdb: 110 GiB, 118111600640 bytes, 230686720 sectors
  997. Units: sectors of 1 * 512 = 512 bytes
  998. Sector size (logical/physical): 512 bytes / 512 bytes
  999. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1000. Disklabel type: dos
  1001. Disk identifier: 0x00073576
  1002. Device Boot Start End Sectors Size Id Type
  1003. /dev/sdb1 2048 230686719 230684672 110G 83 Linux
  1004. =================== Suggested repair
  1005. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda5, using the following options: sda2/boot/efi,
  1006. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  1007. =================== Advice in case of suggested repair
  1008. Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?
  1009. =================== Final advice in case of suggested repair
  1010. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (64.4GB) !
  1011. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  1012. 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.
  1013. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  1014. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  1015. =================== User settings
  1016. The settings chosen by the user will not act on the boot.
  1017. paste.ubuntu.com ko (), using paste.debian
  1018. paste.debian.net ko (), using paste2