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=/dev/sda5 ro quiet splash $vt_handoff
  306. }
  307. 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' {
  308. recordfail
  309. load_video
  310. gfxmode $linux_gfx_mode
  311. insmod gzio
  312. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  313. insmod part_gpt
  314. insmod ext2
  315. set root='hd0,gpt5'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  318. else
  319. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  320. fi
  321. echo 'Chargement de Linux 4.4.0-31-generic…'
  322. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda5 ro quiet splash $vt_handoff init=/sbin/upstart
  323. }
  324. 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' {
  325. recordfail
  326. load_video
  327. insmod gzio
  328. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  329. insmod part_gpt
  330. insmod ext2
  331. set root='hd0,gpt5'
  332. if [ x$feature_platform_search_hint = xy ]; then
  333. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  334. else
  335. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  336. fi
  337. echo 'Chargement de Linux 4.4.0-31-generic…'
  338. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda5 ro recovery nomodeset
  339. }
  340. 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' {
  341. recordfail
  342. load_video
  343. gfxmode $linux_gfx_mode
  344. insmod gzio
  345. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  346. insmod part_gpt
  347. insmod ext2
  348. set root='hd0,gpt5'
  349. if [ x$feature_platform_search_hint = xy ]; then
  350. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  351. else
  352. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  353. fi
  354. echo 'Chargement de Linux 3.13.0-107-generic…'
  355. linux /boot/vmlinuz-3.13.0-107-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  356. echo 'Chargement du disque mémoire initial…'
  357. initrd /boot/initrd.img-3.13.0-107-generic
  358. }
  359. 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' {
  360. recordfail
  361. load_video
  362. gfxmode $linux_gfx_mode
  363. insmod gzio
  364. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  365. insmod part_gpt
  366. insmod ext2
  367. set root='hd0,gpt5'
  368. if [ x$feature_platform_search_hint = xy ]; then
  369. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  370. else
  371. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  372. fi
  373. echo 'Chargement de Linux 3.13.0-107-generic…'
  374. 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
  375. echo 'Chargement du disque mémoire initial…'
  376. initrd /boot/initrd.img-3.13.0-107-generic
  377. }
  378. 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' {
  379. recordfail
  380. load_video
  381. insmod gzio
  382. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  383. insmod part_gpt
  384. insmod ext2
  385. set root='hd0,gpt5'
  386. if [ x$feature_platform_search_hint = xy ]; then
  387. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  388. else
  389. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  390. fi
  391. echo 'Chargement de Linux 3.13.0-107-generic…'
  392. linux /boot/vmlinuz-3.13.0-107-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  393. echo 'Chargement du disque mémoire initial…'
  394. initrd /boot/initrd.img-3.13.0-107-generic
  395. }
  396. 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' {
  397. recordfail
  398. load_video
  399. gfxmode $linux_gfx_mode
  400. insmod gzio
  401. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  402. insmod part_gpt
  403. insmod ext2
  404. set root='hd0,gpt5'
  405. if [ x$feature_platform_search_hint = xy ]; then
  406. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  407. else
  408. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  409. fi
  410. echo 'Chargement de Linux 3.2.0-67-generic…'
  411. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  412. echo 'Chargement du disque mémoire initial…'
  413. initrd /boot/initrd.img-3.2.0-67-generic
  414. }
  415. 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' {
  416. recordfail
  417. load_video
  418. gfxmode $linux_gfx_mode
  419. insmod gzio
  420. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  421. insmod part_gpt
  422. insmod ext2
  423. set root='hd0,gpt5'
  424. if [ x$feature_platform_search_hint = xy ]; then
  425. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  426. else
  427. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  428. fi
  429. echo 'Chargement de Linux 3.2.0-67-generic…'
  430. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  431. echo 'Chargement du disque mémoire initial…'
  432. initrd /boot/initrd.img-3.2.0-67-generic
  433. }
  434. 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' {
  435. recordfail
  436. load_video
  437. insmod gzio
  438. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  439. insmod part_gpt
  440. insmod ext2
  441. set root='hd0,gpt5'
  442. if [ x$feature_platform_search_hint = xy ]; then
  443. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  444. else
  445. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  446. fi
  447. echo 'Chargement de Linux 3.2.0-67-generic…'
  448. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  449. echo 'Chargement du disque mémoire initial…'
  450. initrd /boot/initrd.img-3.2.0-67-generic
  451. }
  452. 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' {
  453. recordfail
  454. load_video
  455. gfxmode $linux_gfx_mode
  456. insmod gzio
  457. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  458. insmod part_gpt
  459. insmod ext2
  460. set root='hd0,gpt5'
  461. if [ x$feature_platform_search_hint = xy ]; then
  462. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  463. else
  464. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  465. fi
  466. echo 'Chargement de Linux 3.2.0-29-generic…'
  467. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff
  468. echo 'Chargement du disque mémoire initial…'
  469. initrd /boot/initrd.img-3.2.0-29-generic
  470. }
  471. 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' {
  472. recordfail
  473. load_video
  474. gfxmode $linux_gfx_mode
  475. insmod gzio
  476. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  477. insmod part_gpt
  478. insmod ext2
  479. set root='hd0,gpt5'
  480. if [ x$feature_platform_search_hint = xy ]; then
  481. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  482. else
  483. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  484. fi
  485. echo 'Chargement de Linux 3.2.0-29-generic…'
  486. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash $vt_handoff init=/sbin/upstart
  487. echo 'Chargement du disque mémoire initial…'
  488. initrd /boot/initrd.img-3.2.0-29-generic
  489. }
  490. 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' {
  491. recordfail
  492. load_video
  493. insmod gzio
  494. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  495. insmod part_gpt
  496. insmod ext2
  497. set root='hd0,gpt5'
  498. if [ x$feature_platform_search_hint = xy ]; then
  499. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  500. else
  501. search --no-floppy --fs-uuid --set=root 13f52140-0efe-48fe-a3f3-a5e6ff54f73f
  502. fi
  503. echo 'Chargement de Linux 3.2.0-29-generic…'
  504. linux /boot/vmlinuz-3.2.0-29-generic root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro recovery nomodeset
  505. echo 'Chargement du disque mémoire initial…'
  506. initrd /boot/initrd.img-3.2.0-29-generic
  507. }
  508. }
  509. ### END /etc/grub.d/10_linux ###
  510. ### BEGIN /etc/grub.d/20_linux_xen ###
  511. ### END /etc/grub.d/20_linux_xen ###
  512. ### BEGIN /etc/grub.d/20_memtest86+ ###
  513. ### END /etc/grub.d/20_memtest86+ ###
  514. ### BEGIN /etc/grub.d/30_os-prober ###
  515. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-34AF-5592' {
  516. insmod part_gpt
  517. insmod fat
  518. set root='hd0,gpt2'
  519. if [ x$feature_platform_search_hint = xy ]; then
  520. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 34AF-5592
  521. else
  522. search --no-floppy --fs-uuid --set=root 34AF-5592
  523. fi
  524. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  525. }
  526. set timeout_style=menu
  527. if [ "${timeout}" = 0 ]; then
  528. set timeout=10
  529. fi
  530. ### END /etc/grub.d/30_os-prober ###
  531. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  532. ### END /etc/grub.d/30_uefi-firmware ###
  533. ### BEGIN /etc/grub.d/40_custom ###
  534. # This file provides an easy way to add custom menu entries. Simply type the
  535. # menu entries you want to add after this comment. Be careful not to change
  536. # the 'exec tail' line above.
  537. ### END /etc/grub.d/40_custom ###
  538. ### BEGIN /etc/grub.d/41_custom ###
  539. if [ -f ${config_directory}/custom.cfg ]; then
  540. source ${config_directory}/custom.cfg
  541. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  542. source $prefix/custom.cfg;
  543. fi
  544. ### END /etc/grub.d/41_custom ###
  545. --------------------------------------------------------------------------------
  546. =============================== sda5/etc/fstab: ================================
  547. --------------------------------------------------------------------------------
  548. # /etc/fstab: static file system information.
  549. #
  550. # Use 'blkid' to print the universally unique identifier for a
  551. # device; this may be used with UUID= as a more robust way to name devices
  552. # that works even if disks are added and removed. See fstab(5).
  553. #
  554. # <file system> <mount point> <type> <options> <dump> <pass>
  555. # / was on /dev/sda5 during installation
  556. UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f / ext4 errors=remount-ro 0 1
  557. # /boot/efi was on /dev/sda2 during installation
  558. UUID=34AF-5592 /boot/efi vfat umask=0077 0 1
  559. # swap was on /dev/sda6 during installation
  560. UUID=c8feaf02-384c-408a-a4c2-92eeb4c80449 none swap sw 0 0
  561. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  562. --------------------------------------------------------------------------------
  563. =================== sda5: Location of files loaded by Grub: ====================
  564. GiB - GB File Fragment(s)
  565. 58.383827209 = 62.689157120 boot/grub/grub.cfg 1
  566. 50.918533325 = 54.673358848 boot/vmlinuz-3.13.0-107-generic 2
  567. 51.664627075 = 55.474470912 boot/vmlinuz-3.13.0-107-generic.efi.signed 2
  568. 52.374927521 = 56.237150208 boot/vmlinuz-3.2.0-29-generic 1
  569. 51.304447174 = 55.087730688 boot/vmlinuz-3.2.0-67-generic 1
  570. 52.068084717 = 55.907680256 boot/vmlinuz-4.4.0-31-generic 2
  571. 52.721721649 = 56.609517568 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  572. 53.638191223 = 57.593569280 boot/vmlinuz-4.4.0-59-generic 1
  573. 53.814201355 = 57.782558720 boot/vmlinuz-4.4.0-59-generic.efi.signed 1
  574. 52.068084717 = 55.907680256 vmlinuz 2
  575. 57.864818573 = 62.131875840 boot/initrd.img-3.13.0-107-generic 5
  576. 51.199745178 = 54.975307776 boot/initrd.img-3.2.0-29-generic 2
  577. 53.623268127 = 57.577545728 boot/initrd.img-3.2.0-67-generic 2
  578. 53.952144623 = 57.930674176 boot/initrd.img-4.4.0-31-generic 3
  579. 53.883525848 = 57.856995328 boot/initrd.img-4.4.0-59-generic 3
  580. 53.952144623 = 57.930674176 initrd.img 3
  581. 53.952144623 = 57.930674176 initrd.img.old 3
  582. =============================== StdErr Messages: ===============================
  583. File descriptor 9 (/proc/8565/mounts) leaked on lvs invocation. Parent PID 18568: bash
  584. File descriptor 63 (pipe:[41961]) leaked on lvs invocation. Parent PID 18568: bash
  585. ADDITIONAL INFORMATION :
  586. =================== log of boot-info 2017-01-23__17h17 ===================
  587. boot-info version : 4ppa40
  588. boot-sav version : 4ppa40
  589. glade2script version : 3.2.3~ppa1
  590. boot-sav-extra version : 4ppa40
  591. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  592. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  593. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  594. CPU op-mode(s): 32-bit, 64-bit
  595. BOOT_IMAGE=/boot/vmlinuz-4.4.0-59-generic.efi.signed root=UUID=13f52140-0efe-48fe-a3f3-a5e6ff54f73f ro quiet splash vt.handoff=7
  596. =================== os-prober:
  597. /dev/sda5:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  598. /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  599. =================== blkid:
  600. /dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="EE3C8F243C8EE6C5" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="ec73a931-90a9-4528-9393-8e4f5c1da89f"
  601. /dev/sda2: UUID="34AF-5592" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="5ae30494-8b45-4a0a-b596-18a5571bdfdc"
  602. /dev/sda4: UUID="A0D4E425D4E40000" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a38c33c0-78a0-4a8d-9e89-100386607e96"
  603. /dev/sda5: UUID="13f52140-0efe-48fe-a3f3-a5e6ff54f73f" TYPE="ext4" PARTUUID="0cbb94f1-7aab-4dc2-a8c7-37fb75b8a89c"
  604. /dev/sda6: UUID="c8feaf02-384c-408a-a4c2-92eeb4c80449" TYPE="swap" PARTUUID="b3d2cc4b-0c14-4ebb-bbb4-73bf61f10a3d"
  605. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  606. /dev/sdb1: LABEL="stock_image" UUID="5439694e-0747-456b-9593-7ed04fd66bb4" TYPE="ext4" PARTUUID="00073576-01"
  607. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="f38cf2d5-b00e-4a9c-8b8c-b4bb22adda0e"
  608. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  609. Windows not detected by os-prober on sda4.
  610. ls: impossible d'accéder à '/dev/disk/by-id': Aucun fichier ou dossier de ce type
  611. ls: impossible d'accéder à '/dev/disk/by-id': Aucun fichier ou dossier de ce type
  612. No sda5/etc/default/grub
  613. =================== /etc/grub.d/ :
  614. drwxr-xr-x 2 root root 4096 juil. 19 2016 grub.d
  615. total 76
  616. -rwxr-xr-x 1 root root 9791 juin 17 2016 00_header
  617. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  618. -rwxr-xr-x 1 root root 12261 juin 17 2016 10_linux
  619. -rwxr-xr-x 1 root root 11082 juin 17 2016 20_linux_xen
  620. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  621. -rwxr-xr-x 1 root root 11692 juin 17 2016 30_os-prober
  622. -rwxr-xr-x 1 root root 1418 juin 17 2016 30_uefi-firmware
  623. -rwxr-xr-x 1 root root 214 juin 17 2016 40_custom
  624. -rwxr-xr-x 1 root root 216 juin 17 2016 41_custom
  625. -rw-r--r-- 1 root root 483 juin 17 2016 README
  626. /boot/efi detected in the fstab of sda5: UUID=34AF-5592 (sda2)
  627. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  628. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  629. 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,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,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,
  630. Veuillez indiquer ce message à [email protected]
  631. 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,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,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,
  632. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  633. =================== efibootmgr -v
  634. BootCurrent: 0000
  635. Timeout: 2 seconds
  636. BootOrder: 0000,0005,0002,0004,0006,0001,0003
  637. Boot0000* ubuntu HD(2,GPT,5ae30494-8b45-4a0a-b596-18a5571bdfdc,0x96800,0x32000)/File(EFIubuntushimx64.efi)
  638. Boot0001* EFI Floppy PciRoot(0x0)/Pci(0x7,0x0)/Floppy(0x0)
  639. Boot0002* EFI Network PciRoot(0x0)/Pci(0x16,0x0)/Pci(0x0,0x0)/MAC(000c292750cf,0)
  640. Boot0003* EFI Internal Shell (Unsupported option) MemoryMapped(11,0x3eda9000,0x3f035fff)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)
  641. Boot0004* EFI VMware Virtual SCSI Hard Drive (0.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(0,0)
  642. Boot0005* EFI VMware Virtual SCSI CDROM Drive (1.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(1,0)
  643. Boot0006* EFI VMware Virtual SCSI Hard Drive (2.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(2,0)
  644. =================== UEFI/Legacy mode:
  645. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  646. SecureBoot enabled.
  647. =================== PARTITIONS & DISKS:
  648. sda5 : sda, not-sepboot, grubenv-ok grub1, signed grub-pc , 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, .
  649. 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.
  650. 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.
  651. 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.
  652. 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.
  653. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  654. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  655. =================== parted -l:
  656. Model: VMware, VMware Virtual S (scsi)
  657. Disk /dev/sda: 64.4GB
  658. Sector size (logical/physical): 512B/512B
  659. Partition Table: gpt
  660. Disk Flags:
  661. Number Start End Size File system Name Flags
  662. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  663. 2 316MB 420MB 105MB fat32 EFI system partition boot, esp
  664. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  665. 4 555MB 53.8GB 53.3GB ntfs Basic data partition msftdata
  666. 5 53.8GB 63.3GB 9486MB ext4 msftdata
  667. 6 63.3GB 64.3GB 999MB linux-swap(v1)
  668. Model: VMware, VMware Virtual S (scsi)
  669. Disk /dev/sdb: 118GB
  670. Sector size (logical/physical): 512B/512B
  671. Partition Table: msdos
  672. Disk Flags:
  673. Number Start End Size Type File system Flags
  674. 1 1049kB 118GB 118GB primary ext4
  675. Model: VMware, Virtual CD-ROM (scsi)
  676. Disk /dev/sr0: 1513MB
  677. Sector size (logical/physical): 2048B/2048B
  678. Partition Table: mac
  679. Disk Flags:
  680. Number Start End Size File system Name Flags
  681. 1 2048B 6143B 4096B Apple
  682. 2 1499MB 1501MB 2425kB EFI
  683. =================== parted -lm:
  684. BYT;
  685. /dev/sda:64.4GB:scsi:512:512:gpt:VMware, VMware Virtual S:;
  686. 1:1049kB:316MB:315MB:ntfs:Basic data partition:hidden, diag;
  687. 2:316MB:420MB:105MB:fat32:EFI system partition:boot, esp;
  688. 3:420MB:555MB:134MB::Microsoft reserved partition:msftres;
  689. 4:555MB:53.8GB:53.3GB:ntfs:Basic data partition:msftdata;
  690. 5:53.8GB:63.3GB:9486MB:ext4::msftdata;
  691. 6:63.3GB:64.3GB:999MB:linux-swap(v1)::;
  692. BYT;
  693. /dev/sdb:118GB:scsi:512:512:msdos:VMware, VMware Virtual S:;
  694. 1:1049kB:118GB:118GB:ext4::;
  695. BYT;
  696. /dev/sr0:1513MB:scsi:2048:2048:mac:VMware, Virtual CD-ROM:;
  697. 1:2048B:6143B:4096B::Apple:;
  698. 2:1499MB:1501MB:2425kB::EFI:;
  699. =================== lsblk:
  700. KNAME TYPE FSTYPE SIZE LABEL
  701. fd0 disk 4K
  702. sda disk 60G
  703. sda1 part ntfs 300M Récupération
  704. sda2 part vfat 100M
  705. sda3 part 128M
  706. sda4 part ntfs 49,6G
  707. sda5 part ext4 8,9G
  708. sda6 part swap 953M
  709. sdb disk 110G
  710. sdb1 part ext4 110G stock_image
  711. sr0 rom iso9660 1,4G Ubuntu 16.04.1 LTS amd64
  712. KNAME ROTA RO RM STATE MOUNTPOINT
  713. fd0 1 0 1
  714. sda 1 0 0 running
  715. sda1 1 0 0 /mnt/boot-sav/sda1
  716. sda2 1 0 0 /boot/efi
  717. sda3 1 0 0
  718. sda4 1 0 0 /mnt/boot-sav/sda4
  719. sda5 1 0 0 /
  720. sda6 1 0 0 [SWAP]
  721. sdb 1 0 0 running
  722. sdb1 1 0 0 /mnt/boot-sav/sdb1
  723. sr0 1 0 1 running /media/malbo/Ubuntu 16.04.1 LTS amd641
  724. =================== mount:
  725. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  726. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  727. udev on /dev type devtmpfs (rw,nosuid,relatime,size=487500k,nr_inodes=121875,mode=755)
  728. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  729. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101520k,mode=755)
  730. /dev/sda5 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  731. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  732. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  733. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  734. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  735. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  736. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  737. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  738. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  739. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  740. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  741. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  742. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  743. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  744. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  745. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  746. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  747. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  748. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  749. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  750. mqueue on /dev/mqueue type mqueue (rw,relatime)
  751. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  752. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  753. /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  754. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101520k,mode=700,uid=1000,gid=1000)
  755. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  756. /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)
  757. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  758. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  759. /dev/sdb1 on /mnt/boot-sav/sdb1 type ext4 (rw,relatime,data=ordered)
  760. =================== ls:
  761. /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
  762. /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
  763. /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
  764. /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
  765. /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
  766. ls /dev/mapper: control
  767. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  768. =================== hexdump -n512 -C /dev/sda1
  769. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  770. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  771. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  772. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  773. 00000040 f6 00 00 00 01 00 00 00 c5 e6 8e 3c 24 8f 3c ee |...........<$.<.|
  774. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  775. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  776. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  777. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  778. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  779. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  780. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  781. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  782. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  783. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  784. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  785. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  786. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  787. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  788. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  789. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  790. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  791. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  792. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  793. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  794. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  795. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  796. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  797. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  798. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  799. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  800. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  801. 00000200
  802. =================== hexdump -n512 -C /dev/sda2
  803. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  804. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  805. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  806. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  807. 00000040 80 01 29 92 55 af 34 4e 4f 20 4e 41 4d 45 20 20 |..).U.4NO NAME |
  808. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  809. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  810. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  811. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  812. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  813. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  814. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  815. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  816. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  817. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  818. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  819. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  820. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  821. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  822. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  823. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  824. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  825. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  826. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  827. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  828. *
  829. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  830. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  831. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  832. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  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 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  835. 00000200
  836. =================== hexdump -n512 -C /dev/sda4
  837. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  838. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 10 00 |........?.......|
  839. 00000020 00 00 00 00 80 00 80 00 ff 2f 33 06 00 00 00 00 |........./3.....|
  840. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  841. 00000040 f6 00 00 00 01 00 00 00 00 00 e4 d4 25 e4 d4 a0 |............%...|
  842. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  843. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  844. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  845. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  846. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  847. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  848. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  849. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  850. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  851. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  852. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  853. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  854. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  855. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  856. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  857. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  858. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  859. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  860. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  861. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  862. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  863. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  864. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  865. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  866. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  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 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  869. 00000200
  870. =================== df -Th:
  871. Filesystem Type Size Used Avail Use% Mounted on
  872. udev devtmpfs 477M 0 477M 0% /dev
  873. tmpfs tmpfs 100M 6.4M 93M 7% /run
  874. /dev/sda5 ext4 8.6G 4.9G 3.3G 60% /
  875. tmpfs tmpfs 496M 224K 496M 1% /dev/shm
  876. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  877. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  878. /dev/sda2 vfat 96M 28M 69M 29% /boot/efi
  879. tmpfs tmpfs 100M 60K 100M 1% /run/user/1000
  880. /dev/sr0 iso9660 1.5G 1.5G 0 100% /media/malbo/Ubuntu 16.04.1 LTS amd641
  881. /dev/sda1 fuseblk 300M 218M 83M 73% /mnt/boot-sav/sda1
  882. /dev/sda4 fuseblk 50G 18G 33G 35% /mnt/boot-sav/sda4
  883. /dev/sdb1 ext4 109G 20G 83G 20% /mnt/boot-sav/sdb1
  884. =================== fdisk -l:
  885. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  886. Units: sectors of 1 * 512 = 512 bytes
  887. Sector size (logical/physical): 512 bytes / 4096 bytes
  888. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  889. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  890. Units: sectors of 1 * 512 = 512 bytes
  891. Sector size (logical/physical): 512 bytes / 4096 bytes
  892. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  893. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  894. Units: sectors of 1 * 512 = 512 bytes
  895. Sector size (logical/physical): 512 bytes / 4096 bytes
  896. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  897. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  898. Units: sectors of 1 * 512 = 512 bytes
  899. Sector size (logical/physical): 512 bytes / 4096 bytes
  900. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  901. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  902. Units: sectors of 1 * 512 = 512 bytes
  903. Sector size (logical/physical): 512 bytes / 4096 bytes
  904. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  905. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  906. Units: sectors of 1 * 512 = 512 bytes
  907. Sector size (logical/physical): 512 bytes / 4096 bytes
  908. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  909. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  910. Units: sectors of 1 * 512 = 512 bytes
  911. Sector size (logical/physical): 512 bytes / 4096 bytes
  912. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  913. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  914. Units: sectors of 1 * 512 = 512 bytes
  915. Sector size (logical/physical): 512 bytes / 4096 bytes
  916. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  917. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  918. Units: sectors of 1 * 512 = 512 bytes
  919. Sector size (logical/physical): 512 bytes / 4096 bytes
  920. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  921. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  922. Units: sectors of 1 * 512 = 512 bytes
  923. Sector size (logical/physical): 512 bytes / 4096 bytes
  924. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  925. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  926. Units: sectors of 1 * 512 = 512 bytes
  927. Sector size (logical/physical): 512 bytes / 4096 bytes
  928. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  929. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  930. Units: sectors of 1 * 512 = 512 bytes
  931. Sector size (logical/physical): 512 bytes / 4096 bytes
  932. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  933. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  934. Units: sectors of 1 * 512 = 512 bytes
  935. Sector size (logical/physical): 512 bytes / 4096 bytes
  936. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  937. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  938. Units: sectors of 1 * 512 = 512 bytes
  939. Sector size (logical/physical): 512 bytes / 4096 bytes
  940. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  941. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  942. Units: sectors of 1 * 512 = 512 bytes
  943. Sector size (logical/physical): 512 bytes / 4096 bytes
  944. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  945. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  946. Units: sectors of 1 * 512 = 512 bytes
  947. Sector size (logical/physical): 512 bytes / 4096 bytes
  948. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  949. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  950. Units: sectors of 1 * 512 = 512 bytes
  951. Sector size (logical/physical): 512 bytes / 512 bytes
  952. I/O size (minimum/optimal): 512 bytes / 512 bytes
  953. Disklabel type: gpt
  954. Disk identifier: B05FC06F-49DC-4CF8-A54A-B8DFCCA7172F
  955. Device Start End Sectors Size Type
  956. /dev/sda1 2048 616447 614400 300M Windows recovery environment
  957. /dev/sda2 616448 821247 204800 100M EFI System
  958. /dev/sda3 821248 1083391 262144 128M Microsoft reserved
  959. /dev/sda4 1083392 105101311 104017920 49.6G Microsoft basic data
  960. /dev/sda5 105101312 123628655 18527344 8.9G Microsoft basic data
  961. /dev/sda6 123629568 125581311 1951744 953M Linux swap
  962. Disk /dev/sdb: 110 GiB, 118111600640 bytes, 230686720 sectors
  963. Units: sectors of 1 * 512 = 512 bytes
  964. Sector size (logical/physical): 512 bytes / 512 bytes
  965. I/O size (minimum/optimal): 512 bytes / 512 bytes
  966. Disklabel type: dos
  967. Disk identifier: 0x00073576
  968. Device Boot Start End Sectors Size Id Type
  969. /dev/sdb1 2048 230686719 230684672 110G 83 Linux
  970. =================== Suggested repair
  971. The default repair of the Boot-Repair utility would purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda5, using the following options: sda2/boot/efi,
  972. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  973. =================== Advice in case of suggested repair
  974. Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?
  975. =================== Final advice in case of suggested repair
  976. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (64.4GB) !
  977. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  978. 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.
  979. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  980. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  981. =================== User settings
  982. The settings chosen by the user will not act on the boot.
  983. paste.ubuntu.com ko (), using paste.debian
  984. paste.debian.net ko (), using paste2