1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: ntfs
  6. Boot sector type: Windows 8/2012: NTFS
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files:
  10. sda2: __________________________________________________________________________
  11. File system: vfat
  12. Boot sector type: Windows 8/2012: FAT32
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  16. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  17. /EFI/ubuntu/shimx64.efi
  18. /EFI/ubuntu_back/MokManager.efi
  19. /EFI/ubuntu_back/fwupx64.efi
  20. /EFI/ubuntu_back/grubx64.efi
  21. /EFI/ubuntu_back/shimx64.efi
  22. /EFI/Microsoft/Boot/bootmgfw.efi
  23. /EFI/Microsoft/Boot/bootmgr.efi
  24. /EFI/Microsoft/Boot/memtest.efi
  25. sda3: __________________________________________________________________________
  26. File system:
  27. Boot sector type: -
  28. Boot sector info:
  29. Mounting failed: mount: unknown filesystem type ''
  30. sda4: __________________________________________________________________________
  31. File system: ntfs
  32. Boot sector type: Windows 8/2012: NTFS
  33. Boot sector info: No errors found in the Boot Parameter Block.
  34. Operating System:
  35. Boot files: /bootmgr /Windows/System32/winload.exe
  36. sda5: __________________________________________________________________________
  37. File system: ext4
  38. Boot sector type: -
  39. Boot sector info:
  40. Operating System: Ubuntu 14.04.1 LTS
  41. Boot files: /boot/grub/grub.cfg /etc/fstab
  42. sda6: __________________________________________________________________________
  43. File system: swap
  44. Boot sector type: -
  45. Boot sector info:
  46. sda7: __________________________________________________________________________
  47. File system: ext4
  48. Boot sector type: -
  49. Boot sector info:
  50. Operating System: Ubuntu 16.04.1 LTS
  51. Boot files: /boot/grub/grub.cfg /etc/fstab
  52. ============================ Drive/Partition Info: =============================
  53. Drive: sda _____________________________________________________________________
  54. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  55. Units: sectors of 1 * 512 = 512 bytes
  56. Sector size (logical/physical): 512 bytes / 512 bytes
  57. I/O size (minimum/optimal): 512 bytes / 512 bytes
  58. Disklabel type: gpt
  59. Partition Boot Start Sector End Sector # of Sectors Id System
  60. /dev/sda1 1 125,829,119 125,829,119 ee GPT
  61. GUID Partition Table detected.
  62. Partition Attrs Start Sector End Sector # of Sectors System
  63. /dev/sda1 R 2,048 923,647 921,600 Windows Recovery Environment (Windows)
  64. /dev/sda2 923,648 1,128,447 204,800 EFI System partition
  65. /dev/sda3 1,128,448 1,161,215 32,768 Microsoft Reserved Partition (Windows)
  66. /dev/sda4 1,161,216 81,922,047 80,760,832 Data partition (Windows/Linux)
  67. /dev/sda5 81,922,048 101,453,823 19,531,776 Data partition (Linux)
  68. /dev/sda6 101,453,824 106,297,343 4,843,520 Swap partition (Linux)
  69. /dev/sda7 106,297,344 125,827,071 19,529,728 Data partition (Linux)
  70. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  71. "blkid" output: ________________________________________________________________
  72. Device UUID TYPE LABEL
  73. /dev/loop0 squashfs
  74. /dev/sda1 5A10E3BF10E39FED ntfs Récupération
  75. /dev/sda2 F8EB-0EB3 vfat
  76. /dev/sda3
  77. /dev/sda4 DE880792880767FB ntfs
  78. /dev/sda5 e64e4f97-a674-4f90-9b20-66f078c2dd6b ext4
  79. /dev/sda6 4667dc06-015b-426b-8cce-22fa7d0ad435 swap
  80. /dev/sda7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ext4
  81. /dev/sr0 2016-07-19-21-27-51-00 iso9660 Ubuntu 16.04.1 LTS amd64
  82. ================================ Mount points: =================================
  83. Device Mount_Point Type Options
  84. /dev/loop0 /rofs squashfs (ro,noatime)
  85. /dev/sr0 /cdrom iso9660 (ro,noatime)
  86. =========================== sda5/boot/grub/grub.cfg: ===========================
  87. --------------------------------------------------------------------------------
  88. #
  89. # DO NOT EDIT THIS FILE
  90. #
  91. # It is automatically generated by grub-mkconfig using templates
  92. # from /etc/grub.d and settings from /etc/default/grub
  93. #
  94. ### BEGIN /etc/grub.d/00_header ###
  95. if [ -s $prefix/grubenv ]; then
  96. set have_grubenv=true
  97. load_env
  98. fi
  99. if [ "${next_entry}" ] ; then
  100. set default="${next_entry}"
  101. set next_entry=
  102. save_env next_entry
  103. set boot_once=true
  104. else
  105. set default="0"
  106. fi
  107. if [ x"${feature_menuentry_id}" = xy ]; then
  108. menuentry_id_option="--id"
  109. else
  110. menuentry_id_option=""
  111. fi
  112. export menuentry_id_option
  113. if [ "${prev_saved_entry}" ]; then
  114. set saved_entry="${prev_saved_entry}"
  115. save_env saved_entry
  116. set prev_saved_entry=
  117. save_env prev_saved_entry
  118. set boot_once=true
  119. fi
  120. function savedefault {
  121. if [ -z "${boot_once}" ]; then
  122. saved_entry="${chosen}"
  123. save_env saved_entry
  124. fi
  125. }
  126. function recordfail {
  127. set recordfail=1
  128. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  129. }
  130. function load_video {
  131. if [ x$feature_all_video_module = xy ]; then
  132. insmod all_video
  133. else
  134. insmod efi_gop
  135. insmod efi_uga
  136. insmod ieee1275_fb
  137. insmod vbe
  138. insmod vga
  139. insmod video_bochs
  140. insmod video_cirrus
  141. fi
  142. }
  143. if [ x$feature_default_font_path = xy ] ; then
  144. font=unicode
  145. else
  146. insmod part_gpt
  147. insmod ext2
  148. set root='hd0,gpt5'
  149. if [ x$feature_platform_search_hint = xy ]; then
  150. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  151. else
  152. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  153. fi
  154. font="/usr/share/grub/unicode.pf2"
  155. fi
  156. if loadfont $font ; then
  157. set gfxmode=auto
  158. load_video
  159. insmod gfxterm
  160. set locale_dir=$prefix/locale
  161. set lang=fr_FR
  162. insmod gettext
  163. fi
  164. terminal_output gfxterm
  165. if [ "${recordfail}" = 1 ] ; then
  166. set timeout=30
  167. else
  168. if [ x$feature_timeout_style = xy ] ; then
  169. set timeout_style=menu
  170. set timeout=10
  171. # Fallback normal timeout code in case the timeout_style feature is
  172. # unavailable.
  173. else
  174. set timeout=10
  175. fi
  176. fi
  177. ### END /etc/grub.d/00_header ###
  178. ### BEGIN /etc/grub.d/05_debian_theme ###
  179. set menu_color_normal=white/black
  180. set menu_color_highlight=black/light-gray
  181. if background_color 44,0,30; then
  182. clear
  183. fi
  184. ### END /etc/grub.d/05_debian_theme ###
  185. ### BEGIN /etc/grub.d/10_linux ###
  186. function gfxmode {
  187. set gfxpayload="${1}"
  188. if [ "${1}" = "keep" ]; then
  189. set vt_handoff=vt.handoff=7
  190. else
  191. set vt_handoff=
  192. fi
  193. }
  194. if [ "${recordfail}" != 1 ]; then
  195. if [ -e ${prefix}/gfxblacklist.txt ]; then
  196. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  197. if [ ${match} = 0 ]; then
  198. set linux_gfx_mode=keep
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. else
  206. set linux_gfx_mode=keep
  207. fi
  208. else
  209. set linux_gfx_mode=text
  210. fi
  211. export linux_gfx_mode
  212. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  213. recordfail
  214. load_video
  215. gfxmode $linux_gfx_mode
  216. insmod gzio
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt5'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  222. else
  223. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  224. fi
  225. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  226. initrd /boot/initrd.img-3.13.0-95-generic
  227. }
  228. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  229. menuentry 'Ubuntu, avec Linux 3.13.0-95-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-95-generic-advanced-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  230. recordfail
  231. load_video
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. insmod part_gpt
  235. insmod ext2
  236. set root='hd0,gpt5'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  239. else
  240. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  241. fi
  242. echo 'Chargement de Linux 3.13.0-95-generic…'
  243. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  244. echo 'Chargement du disque mémoire initial…'
  245. initrd /boot/initrd.img-3.13.0-95-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 3.13.0-95-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-95-generic-recovery-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  248. recordfail
  249. load_video
  250. insmod gzio
  251. insmod part_gpt
  252. insmod ext2
  253. set root='hd0,gpt5'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  256. else
  257. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  258. fi
  259. echo 'Chargement de Linux 3.13.0-95-generic…'
  260. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset
  261. echo 'Chargement du disque mémoire initial…'
  262. initrd /boot/initrd.img-3.13.0-95-generic
  263. }
  264. menuentry 'Ubuntu, avec Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  265. recordfail
  266. load_video
  267. gfxmode $linux_gfx_mode
  268. insmod gzio
  269. insmod part_gpt
  270. insmod ext2
  271. set root='hd0,gpt5'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  274. else
  275. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  276. fi
  277. echo 'Chargement de Linux 3.13.0-32-generic…'
  278. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  279. echo 'Chargement du disque mémoire initial…'
  280. initrd /boot/initrd.img-3.13.0-32-generic
  281. }
  282. menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  283. recordfail
  284. load_video
  285. insmod gzio
  286. insmod part_gpt
  287. insmod ext2
  288. set root='hd0,gpt5'
  289. if [ x$feature_platform_search_hint = xy ]; then
  290. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  291. else
  292. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  293. fi
  294. echo 'Chargement de Linux 3.13.0-32-generic…'
  295. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset
  296. echo 'Chargement du disque mémoire initial…'
  297. initrd /boot/initrd.img-3.13.0-32-generic
  298. }
  299. }
  300. ### END /etc/grub.d/10_linux ###
  301. ### BEGIN /etc/grub.d/20_linux_xen ###
  302. ### END /etc/grub.d/20_linux_xen ###
  303. ### BEGIN /etc/grub.d/20_memtest86+ ###
  304. ### END /etc/grub.d/20_memtest86+ ###
  305. ### BEGIN /etc/grub.d/30_os-prober ###
  306. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-F8EB-0EB3' {
  307. insmod part_gpt
  308. insmod fat
  309. set root='hd0,gpt2'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 F8EB-0EB3
  312. else
  313. search --no-floppy --fs-uuid --set=root F8EB-0EB3
  314. fi
  315. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  316. }
  317. menuentry 'Ubuntu 16.04.1 LTS (16.04) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  318. insmod part_gpt
  319. insmod ext2
  320. set root='hd0,gpt7'
  321. if [ x$feature_platform_search_hint = xy ]; then
  322. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  323. else
  324. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  325. fi
  326. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff
  327. initrd /boot/initrd.img-4.4.0-36-generic
  328. }
  329. submenu 'Options avancées pour Ubuntu 16.04.1 LTS (16.04) (sur /dev/sda7)' $menuentry_id_option 'osprober-gnulinux-advanced-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  330. menuentry 'Ubuntu (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-36-generic.efi.signed--25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  331. insmod part_gpt
  332. insmod ext2
  333. set root='hd0,gpt7'
  334. if [ x$feature_platform_search_hint = xy ]; then
  335. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  336. else
  337. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  338. fi
  339. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff
  340. initrd /boot/initrd.img-4.4.0-36-generic
  341. }
  342. menuentry 'Ubuntu, avec Linux 4.4.0-36-generic (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-36-generic.efi.signed--25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  343. insmod part_gpt
  344. insmod ext2
  345. set root='hd0,gpt7'
  346. if [ x$feature_platform_search_hint = xy ]; then
  347. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  348. else
  349. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  350. fi
  351. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff
  352. initrd /boot/initrd.img-4.4.0-36-generic
  353. }
  354. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-36-generic.efi.signed--25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  355. insmod part_gpt
  356. insmod ext2
  357. set root='hd0,gpt7'
  358. if [ x$feature_platform_search_hint = xy ]; then
  359. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  360. else
  361. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  362. fi
  363. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff init=/sbin/upstart
  364. initrd /boot/initrd.img-4.4.0-36-generic
  365. }
  366. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-36-generic.efi.signed-root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro recovery nomodeset-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  367. insmod part_gpt
  368. insmod ext2
  369. set root='hd0,gpt7'
  370. if [ x$feature_platform_search_hint = xy ]; then
  371. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  372. else
  373. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  374. fi
  375. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro recovery nomodeset
  376. initrd /boot/initrd.img-4.4.0-36-generic
  377. }
  378. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-31-generic.efi.signed--25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  379. insmod part_gpt
  380. insmod ext2
  381. set root='hd0,gpt7'
  382. if [ x$feature_platform_search_hint = xy ]; then
  383. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  384. else
  385. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  386. fi
  387. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro quiet splash $vt_handoff
  388. }
  389. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-31-generic.efi.signed--25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  390. insmod part_gpt
  391. insmod ext2
  392. set root='hd0,gpt7'
  393. if [ x$feature_platform_search_hint = xy ]; then
  394. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  395. else
  396. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  397. fi
  398. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro quiet splash $vt_handoff init=/sbin/upstart
  399. }
  400. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-31-generic.efi.signed-root=/dev/sda7 ro recovery nomodeset-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  401. insmod part_gpt
  402. insmod ext2
  403. set root='hd0,gpt7'
  404. if [ x$feature_platform_search_hint = xy ]; then
  405. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  406. else
  407. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  408. fi
  409. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro recovery nomodeset
  410. }
  411. }
  412. set timeout_style=menu
  413. if [ "${timeout}" = 0 ]; then
  414. set timeout=10
  415. fi
  416. ### END /etc/grub.d/30_os-prober ###
  417. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  418. ### END /etc/grub.d/30_uefi-firmware ###
  419. ### BEGIN /etc/grub.d/40_custom ###
  420. # This file provides an easy way to add custom menu entries. Simply type the
  421. # menu entries you want to add after this comment. Be careful not to change
  422. # the 'exec tail' line above.
  423. ### END /etc/grub.d/40_custom ###
  424. ### BEGIN /etc/grub.d/41_custom ###
  425. if [ -f ${config_directory}/custom.cfg ]; then
  426. source ${config_directory}/custom.cfg
  427. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  428. source $prefix/custom.cfg;
  429. fi
  430. ### END /etc/grub.d/41_custom ###
  431. --------------------------------------------------------------------------------
  432. =============================== sda5/etc/fstab: ================================
  433. --------------------------------------------------------------------------------
  434. # /etc/fstab: static file system information.
  435. #
  436. # Use 'blkid' to print the universally unique identifier for a
  437. # device; this may be used with UUID= as a more robust way to name devices
  438. # that works even if disks are added and removed. See fstab(5).
  439. #
  440. # <file system> <mount point> <type> <options> <dump> <pass>
  441. # / was on /dev/sda5 during installation
  442. UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b / ext4 errors=remount-ro 0 1
  443. # /boot/efi was on /dev/sda2 during installation
  444. UUID=F8EB-0EB3 /boot/efi vfat defaults 0 1
  445. # swap was on /dev/sda6 during installation
  446. UUID=4667dc06-015b-426b-8cce-22fa7d0ad435 none swap sw 0 0
  447. --------------------------------------------------------------------------------
  448. =================== sda5: Location of files loaded by Grub: ====================
  449. GiB - GB File Fragment(s)
  450. 45.581703186 = 48.942981120 boot/grub/grub.cfg 2
  451. 40.971218109 = 43.992510464 boot/vmlinuz-3.13.0-32-generic 2
  452. 42.857971191 = 46.018396160 boot/vmlinuz-3.13.0-95-generic 1
  453. 42.994693756 = 46.165200896 boot/vmlinuz-3.13.0-95-generic.efi.signed 1
  454. 40.971218109 = 43.992510464 vmlinuz 2
  455. 43.941417694 = 47.181737984 boot/initrd.img-3.13.0-32-generic 3
  456. 42.540035248 = 45.677015040 boot/initrd.img-3.13.0-95-generic 2
  457. 43.941417694 = 47.181737984 initrd.img 3
  458. 43.941417694 = 47.181737984 initrd.img.old 3
  459. =========================== sda7/boot/grub/grub.cfg: ===========================
  460. --------------------------------------------------------------------------------
  461. #
  462. # DO NOT EDIT THIS FILE
  463. #
  464. # It is automatically generated by grub-mkconfig using templates
  465. # from /etc/grub.d and settings from /etc/default/grub
  466. #
  467. ### BEGIN /etc/grub.d/00_header ###
  468. if [ -s $prefix/grubenv ]; then
  469. set have_grubenv=true
  470. load_env
  471. fi
  472. if [ "${next_entry}" ] ; then
  473. set default="${next_entry}"
  474. set next_entry=
  475. save_env next_entry
  476. set boot_once=true
  477. else
  478. set default="0"
  479. fi
  480. if [ x"${feature_menuentry_id}" = xy ]; then
  481. menuentry_id_option="--id"
  482. else
  483. menuentry_id_option=""
  484. fi
  485. export menuentry_id_option
  486. if [ "${prev_saved_entry}" ]; then
  487. set saved_entry="${prev_saved_entry}"
  488. save_env saved_entry
  489. set prev_saved_entry=
  490. save_env prev_saved_entry
  491. set boot_once=true
  492. fi
  493. function savedefault {
  494. if [ -z "${boot_once}" ]; then
  495. saved_entry="${chosen}"
  496. save_env saved_entry
  497. fi
  498. }
  499. function recordfail {
  500. set recordfail=1
  501. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  502. }
  503. function load_video {
  504. if [ x$feature_all_video_module = xy ]; then
  505. insmod all_video
  506. else
  507. insmod efi_gop
  508. insmod efi_uga
  509. insmod ieee1275_fb
  510. insmod vbe
  511. insmod vga
  512. insmod video_bochs
  513. insmod video_cirrus
  514. fi
  515. }
  516. if [ x$feature_default_font_path = xy ] ; then
  517. font=unicode
  518. else
  519. insmod part_gpt
  520. insmod ext2
  521. set root='hd0,gpt7'
  522. if [ x$feature_platform_search_hint = xy ]; then
  523. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  524. else
  525. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  526. fi
  527. font="/usr/share/grub/unicode.pf2"
  528. fi
  529. if loadfont $font ; then
  530. set gfxmode=auto
  531. load_video
  532. insmod gfxterm
  533. set locale_dir=$prefix/locale
  534. set lang=fr_FR
  535. insmod gettext
  536. fi
  537. terminal_output gfxterm
  538. if [ "${recordfail}" = 1 ] ; then
  539. set timeout=30
  540. else
  541. if [ x$feature_timeout_style = xy ] ; then
  542. set timeout_style=hidden
  543. set timeout=0
  544. # Fallback hidden-timeout code in case the timeout_style feature is
  545. # unavailable.
  546. elif sleep --interruptible 0 ; then
  547. set timeout=0
  548. fi
  549. fi
  550. ### END /etc/grub.d/00_header ###
  551. ### BEGIN /etc/grub.d/05_debian_theme ###
  552. set menu_color_normal=white/black
  553. set menu_color_highlight=black/light-gray
  554. if background_color 44,0,30,0; then
  555. clear
  556. fi
  557. ### END /etc/grub.d/05_debian_theme ###
  558. ### BEGIN /etc/grub.d/10_linux ###
  559. function gfxmode {
  560. set gfxpayload="${1}"
  561. if [ "${1}" = "keep" ]; then
  562. set vt_handoff=vt.handoff=7
  563. else
  564. set vt_handoff=
  565. fi
  566. }
  567. if [ "${recordfail}" != 1 ]; then
  568. if [ -e ${prefix}/gfxblacklist.txt ]; then
  569. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  570. if [ ${match} = 0 ]; then
  571. set linux_gfx_mode=keep
  572. else
  573. set linux_gfx_mode=text
  574. fi
  575. else
  576. set linux_gfx_mode=text
  577. fi
  578. else
  579. set linux_gfx_mode=keep
  580. fi
  581. else
  582. set linux_gfx_mode=text
  583. fi
  584. export linux_gfx_mode
  585. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  586. recordfail
  587. load_video
  588. gfxmode $linux_gfx_mode
  589. insmod gzio
  590. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  591. insmod part_gpt
  592. insmod ext2
  593. set root='hd0,gpt7'
  594. if [ x$feature_platform_search_hint = xy ]; then
  595. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  596. else
  597. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  598. fi
  599. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff
  600. initrd /boot/initrd.img-4.4.0-36-generic
  601. }
  602. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  603. menuentry 'Ubuntu, avec Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  604. recordfail
  605. load_video
  606. gfxmode $linux_gfx_mode
  607. insmod gzio
  608. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  609. insmod part_gpt
  610. insmod ext2
  611. set root='hd0,gpt7'
  612. if [ x$feature_platform_search_hint = xy ]; then
  613. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  614. else
  615. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  616. fi
  617. echo 'Chargement de Linux 4.4.0-36-generic…'
  618. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff
  619. echo 'Chargement du disque mémoire initial…'
  620. initrd /boot/initrd.img-4.4.0-36-generic
  621. }
  622. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  623. recordfail
  624. load_video
  625. gfxmode $linux_gfx_mode
  626. insmod gzio
  627. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  628. insmod part_gpt
  629. insmod ext2
  630. set root='hd0,gpt7'
  631. if [ x$feature_platform_search_hint = xy ]; then
  632. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  633. else
  634. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  635. fi
  636. echo 'Chargement de Linux 4.4.0-36-generic…'
  637. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro quiet splash $vt_handoff init=/sbin/upstart
  638. echo 'Chargement du disque mémoire initial…'
  639. initrd /boot/initrd.img-4.4.0-36-generic
  640. }
  641. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  642. recordfail
  643. load_video
  644. insmod gzio
  645. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  646. insmod part_gpt
  647. insmod ext2
  648. set root='hd0,gpt7'
  649. if [ x$feature_platform_search_hint = xy ]; then
  650. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  651. else
  652. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  653. fi
  654. echo 'Chargement de Linux 4.4.0-36-generic…'
  655. linux /boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 ro recovery nomodeset
  656. echo 'Chargement du disque mémoire initial…'
  657. initrd /boot/initrd.img-4.4.0-36-generic
  658. }
  659. 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-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  660. recordfail
  661. load_video
  662. gfxmode $linux_gfx_mode
  663. insmod gzio
  664. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  665. insmod part_gpt
  666. insmod ext2
  667. set root='hd0,gpt7'
  668. if [ x$feature_platform_search_hint = xy ]; then
  669. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  670. else
  671. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  672. fi
  673. echo 'Chargement de Linux 4.4.0-31-generic…'
  674. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro quiet splash $vt_handoff
  675. }
  676. 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-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  677. recordfail
  678. load_video
  679. gfxmode $linux_gfx_mode
  680. insmod gzio
  681. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  682. insmod part_gpt
  683. insmod ext2
  684. set root='hd0,gpt7'
  685. if [ x$feature_platform_search_hint = xy ]; then
  686. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  687. else
  688. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  689. fi
  690. echo 'Chargement de Linux 4.4.0-31-generic…'
  691. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro quiet splash $vt_handoff init=/sbin/upstart
  692. }
  693. 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-25ce1f29-f7b3-4301-9525-0ebc8d6a19e5' {
  694. recordfail
  695. load_video
  696. insmod gzio
  697. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  698. insmod part_gpt
  699. insmod ext2
  700. set root='hd0,gpt7'
  701. if [ x$feature_platform_search_hint = xy ]; then
  702. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  703. else
  704. search --no-floppy --fs-uuid --set=root 25ce1f29-f7b3-4301-9525-0ebc8d6a19e5
  705. fi
  706. echo 'Chargement de Linux 4.4.0-31-generic…'
  707. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=/dev/sda7 ro recovery nomodeset
  708. }
  709. }
  710. ### END /etc/grub.d/10_linux ###
  711. ### BEGIN /etc/grub.d/20_linux_xen ###
  712. ### END /etc/grub.d/20_linux_xen ###
  713. ### BEGIN /etc/grub.d/20_memtest86+ ###
  714. ### END /etc/grub.d/20_memtest86+ ###
  715. ### BEGIN /etc/grub.d/30_os-prober ###
  716. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-F8EB-0EB3' {
  717. insmod part_gpt
  718. insmod fat
  719. set root='hd0,gpt2'
  720. if [ x$feature_platform_search_hint = xy ]; then
  721. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 F8EB-0EB3
  722. else
  723. search --no-floppy --fs-uuid --set=root F8EB-0EB3
  724. fi
  725. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  726. }
  727. menuentry 'Ubuntu 14.04.1 LTS (14.04) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  728. insmod part_gpt
  729. insmod ext2
  730. set root='hd0,gpt5'
  731. if [ x$feature_platform_search_hint = xy ]; then
  732. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  733. else
  734. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  735. fi
  736. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  737. initrd /boot/initrd.img-3.13.0-95-generic
  738. }
  739. submenu 'Options avancées pour Ubuntu 14.04.1 LTS (14.04) (sur /dev/sda5)' $menuentry_id_option 'osprober-gnulinux-advanced-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  740. menuentry 'Ubuntu (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-95-generic.efi.signed--e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  741. insmod part_gpt
  742. insmod ext2
  743. set root='hd0,gpt5'
  744. if [ x$feature_platform_search_hint = xy ]; then
  745. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  746. else
  747. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  748. fi
  749. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  750. initrd /boot/initrd.img-3.13.0-95-generic
  751. }
  752. menuentry 'Ubuntu, avec Linux 3.13.0-95-generic (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-95-generic.efi.signed--e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  753. insmod part_gpt
  754. insmod ext2
  755. set root='hd0,gpt5'
  756. if [ x$feature_platform_search_hint = xy ]; then
  757. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  758. else
  759. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  760. fi
  761. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  762. initrd /boot/initrd.img-3.13.0-95-generic
  763. }
  764. menuentry 'Ubuntu, with Linux 3.13.0-95-generic (recovery mode) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-95-generic.efi.signed-root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  765. insmod part_gpt
  766. insmod ext2
  767. set root='hd0,gpt5'
  768. if [ x$feature_platform_search_hint = xy ]; then
  769. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  770. else
  771. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  772. fi
  773. linux /boot/vmlinuz-3.13.0-95-generic.efi.signed root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset
  774. initrd /boot/initrd.img-3.13.0-95-generic
  775. }
  776. menuentry 'Ubuntu, avec Linux 3.13.0-32-generic (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-32-generic--e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  777. insmod part_gpt
  778. insmod ext2
  779. set root='hd0,gpt5'
  780. if [ x$feature_platform_search_hint = xy ]; then
  781. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  782. else
  783. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  784. fi
  785. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro quiet splash $vt_handoff
  786. initrd /boot/initrd.img-3.13.0-32-generic
  787. }
  788. menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-32-generic-root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset-e64e4f97-a674-4f90-9b20-66f078c2dd6b' {
  789. insmod part_gpt
  790. insmod ext2
  791. set root='hd0,gpt5'
  792. if [ x$feature_platform_search_hint = xy ]; then
  793. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 e64e4f97-a674-4f90-9b20-66f078c2dd6b
  794. else
  795. search --no-floppy --fs-uuid --set=root e64e4f97-a674-4f90-9b20-66f078c2dd6b
  796. fi
  797. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=e64e4f97-a674-4f90-9b20-66f078c2dd6b ro recovery nomodeset
  798. initrd /boot/initrd.img-3.13.0-32-generic
  799. }
  800. }
  801. set timeout_style=menu
  802. if [ "${timeout}" = 0 ]; then
  803. set timeout=10
  804. fi
  805. ### END /etc/grub.d/30_os-prober ###
  806. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  807. ### END /etc/grub.d/30_uefi-firmware ###
  808. ### BEGIN /etc/grub.d/40_custom ###
  809. # This file provides an easy way to add custom menu entries. Simply type the
  810. # menu entries you want to add after this comment. Be careful not to change
  811. # the 'exec tail' line above.
  812. ### END /etc/grub.d/40_custom ###
  813. ### BEGIN /etc/grub.d/41_custom ###
  814. if [ -f ${config_directory}/custom.cfg ]; then
  815. source ${config_directory}/custom.cfg
  816. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  817. source $prefix/custom.cfg;
  818. fi
  819. ### END /etc/grub.d/41_custom ###
  820. --------------------------------------------------------------------------------
  821. =============================== sda7/etc/fstab: ================================
  822. --------------------------------------------------------------------------------
  823. # /etc/fstab: static file system information.
  824. #
  825. # Use 'blkid' to print the universally unique identifier for a
  826. # device; this may be used with UUID= as a more robust way to name devices
  827. # that works even if disks are added and removed. See fstab(5).
  828. #
  829. # <file system> <mount point> <type> <options> <dump> <pass>
  830. # / was on /dev/sda7 during installation
  831. UUID=25ce1f29-f7b3-4301-9525-0ebc8d6a19e5 / ext4 errors=remount-ro 0 1
  832. # /boot/efi was on /dev/sda2 during installation
  833. UUID=F8EB-0EB3 /boot/efi vfat umask=0077 0 1
  834. # swap was on /dev/sda6 during installation
  835. UUID=4667dc06-015b-426b-8cce-22fa7d0ad435 none swap sw 0 0
  836. --------------------------------------------------------------------------------
  837. =================== sda7: Location of files loaded by Grub: ====================
  838. GiB - GB File Fragment(s)
  839. 55.973720551 = 60.101324800 boot/grub/grub.cfg 2
  840. 52.173553467 = 56.020926464 boot/vmlinuz-4.4.0-31-generic 2
  841. 52.984798431 = 56.891994112 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  842. 52.568084717 = 56.444551168 boot/vmlinuz-4.4.0-36-generic 1
  843. 53.114959717 = 57.031753728 boot/vmlinuz-4.4.0-36-generic.efi.signed 1
  844. 52.173553467 = 56.020926464 vmlinuz 2
  845. 53.236732483 = 57.162506240 boot/initrd.img-4.4.0-31-generic 1
  846. 53.139644623 = 57.058258944 boot/initrd.img-4.4.0-36-generic 3
  847. 53.236732483 = 57.162506240 initrd.img 1
  848. 53.236732483 = 57.162506240 initrd.img.old 1
  849. =============================== StdErr Messages: ===============================
  850. File descriptor 9 (/proc/10889/mounts) leaked on lvs invocation. Parent PID 19712: bash
  851. File descriptor 63 (pipe:[57884]) leaked on lvs invocation. Parent PID 19712: bash
  852. ADDITIONAL INFORMATION :
  853. =================== log of boot-info 2016-09-12__03h49 ===================
  854. boot-info version : 4ppa38
  855. boot-sav version : 4ppa38
  856. glade2script version : 3.2.3~ppa1
  857. boot-sav-extra version : 4ppa38
  858. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  859. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  860. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  861. CPU op-mode(s): 32-bit, 64-bit
  862. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  863. ls: cannot access '/home/usr/.config': No such file or directory
  864. =================== os-prober:
  865. /dev/sda2@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  866. /dev/sda5:Ubuntu 14.04.1 LTS (14.04):Ubuntu:linux
  867. /dev/sda7:Ubuntu 16.04.1 LTS (16.04):Ubuntu1:linux
  868. =================== blkid:
  869. /dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="5A10E3BF10E39FED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="7f861dfe-9b3e-4f7e-82cc-5c6eef6512b8"
  870. /dev/sda2: UUID="F8EB-0EB3" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="08f82e4c-8c2c-40c6-ba72-889736322a9f"
  871. /dev/sda4: UUID="DE880792880767FB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e3bbbdda-d946-434c-89c7-e2e758f49a3c"
  872. /dev/sda5: UUID="e64e4f97-a674-4f90-9b20-66f078c2dd6b" TYPE="ext4" PARTUUID="d84c11c6-2f22-4174-9404-a0990d44094d"
  873. /dev/sda7: UUID="25ce1f29-f7b3-4301-9525-0ebc8d6a19e5" TYPE="ext4" PARTUUID="978453a1-08b1-4aa7-a1bb-15214febe433"
  874. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  875. /dev/loop0: TYPE="squashfs"
  876. /dev/sda6: UUID="4667dc06-015b-426b-8cce-22fa7d0ad435" TYPE="swap" PARTUUID="ccc0d18e-f053-4e5d-a508-d3d0cdff2503"
  877. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="6d3c840a-17db-4895-a842-da21f3589813"
  878. 1 disks with OS, 3 OS : 2 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  879. Windows not detected by os-prober on sda4.
  880. ls: cannot access '/dev/disk/by-id': No such file or directory
  881. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
  882. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
  883. =================== sda5/etc/grub.d/ :
  884. drwxr-xr-x 2 root root 4096 Sep 11 12:46 grub.d
  885. total 76
  886. -rwxr-xr-x 1 root root 9791 Aug 2 07:27 00_header
  887. -rwxr-xr-x 1 root root 6058 May 8 2014 05_debian_theme
  888. -rwxr-xr-x 1 root root 11608 May 15 2014 10_linux
  889. -rwxr-xr-x 1 root root 10412 May 15 2014 20_linux_xen
  890. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  891. -rwxr-xr-x 1 root root 11692 May 15 2014 30_os-prober
  892. -rwxr-xr-x 1 root root 1418 Aug 2 07:27 30_uefi-firmware
  893. -rwxr-xr-x 1 root root 214 May 15 2014 40_custom
  894. -rwxr-xr-x 1 root root 216 May 15 2014 41_custom
  895. -rw-r--r-- 1 root root 483 May 15 2014 README
  896. =================== sda5/etc/default/grub :
  897. # If you change this file, run 'update-grub' afterwards to update
  898. # /boot/grub/grub.cfg.
  899. # For full documentation of the options in this file, see:
  900. # info -f grub -n 'Simple configuration'
  901. GRUB_DEFAULT=0
  902. #GRUB_HIDDEN_TIMEOUT=0
  903. GRUB_HIDDEN_TIMEOUT_QUIET=true
  904. GRUB_TIMEOUT=10
  905. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  906. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  907. GRUB_CMDLINE_LINUX=""
  908. # Uncomment to enable BadRAM filtering, modify to suit your needs
  909. # This works with Linux (no patch required) and with any kernel that obtains
  910. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  911. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  912. # Uncomment to disable graphical terminal (grub-pc only)
  913. #GRUB_TERMINAL=console
  914. # The resolution used on graphical terminal
  915. # note that you can use only modes which your graphic card supports via VBE
  916. # you can see them in real GRUB with the command `vbeinfo'
  917. #GRUB_GFXMODE=640x480
  918. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  919. #GRUB_DISABLE_LINUX_UUID=true
  920. # Uncomment to disable generation of recovery mode menu entries
  921. #GRUB_DISABLE_RECOVERY="true"
  922. # Uncomment to get a beep at grub start
  923. #GRUB_INIT_TUNE="480 440 1"
  924. /boot/efi detected in the fstab of sda5: UUID=F8EB-0EB3 (sda2)
  925. No sda7/etc/default/grub
  926. =================== sda7/etc/grub.d/ :
  927. drwxr-xr-x 2 root root 4096 Jul 19 20:50 grub.d
  928. total 76
  929. -rwxr-xr-x 1 root root 9791 Jun 17 09:10 00_header
  930. -rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
  931. -rwxr-xr-x 1 root root 12261 Jun 17 09:10 10_linux
  932. -rwxr-xr-x 1 root root 11082 Jun 17 09:10 20_linux_xen
  933. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  934. -rwxr-xr-x 1 root root 11692 Jun 17 09:10 30_os-prober
  935. -rwxr-xr-x 1 root root 1418 Jun 17 09:10 30_uefi-firmware
  936. -rwxr-xr-x 1 root root 214 Jun 17 09:10 40_custom
  937. -rwxr-xr-x 1 root root 216 Jun 17 09:10 41_custom
  938. -rw-r--r-- 1 root root 483 Jun 17 09:10 README
  939. /boot/efi detected in the fstab of sda7: UUID=F8EB-0EB3 (sda2)
  940. 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,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,
  941. Please report this message to [email protected]
  942. =================== efibootmgr -v
  943. BootCurrent: 0001
  944. Timeout: 2 seconds
  945. BootOrder: 0005,0004,0000,0002,0003,0001
  946. Boot0000* EFI VMware Virtual SCSI Hard Drive (0.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(0,0)
  947. Boot0001* EFI VMware Virtual SCSI CDROM Drive (1.0) PciRoot(0x0)/Pci(0x15,0x0)/Pci(0x0,0x0)/SCSI(1,0)
  948. Boot0002* EFI Network PciRoot(0x0)/Pci(0x16,0x0)/Pci(0x0,0x0)/MAC(000c292088a0,0)
  949. Boot0003* EFI Internal Shell (Unsupported option) MemoryMapped(11,0xe1a3000,0xe42ffff)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)
  950. Boot0004* Windows Boot Manager HD(2,GPT,08f82e4c-8c2c-40c6-ba72-889736322a9f,0xe1800,0x32000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...I................
  951. Boot0005* ubuntu HD(2,GPT,08f82e4c-8c2c-40c6-ba72-889736322a9f,0xe1800,0x32000)/File(EFIubuntushimx64.efi)
  952. =================== UEFI/Legacy mode:
  953. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  954. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  955. =================== PARTITIONS & DISKS:
  956. 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.
  957. 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, /mnt/boot-sav/sda2.
  958. 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.
  959. 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, /mnt/boot-sav/sda5.
  960. sda7 : 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, /mnt/boot-sav/sda7.
  961. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  962. =================== parted -l:
  963. Model: VMware, VMware Virtual S (scsi)
  964. Disk /dev/sda: 64.4GB
  965. Sector size (logical/physical): 512B/512B
  966. Partition Table: gpt
  967. Disk Flags:
  968. Number Start End Size File system Name Flags
  969. 1 1049kB 473MB 472MB ntfs Basic data partition hidden, diag
  970. 2 473MB 578MB 105MB fat32 EFI system partition boot, esp
  971. 3 578MB 595MB 16.8MB Microsoft reserved partition msftres
  972. 4 595MB 41.9GB 41.3GB ntfs Basic data partition msftdata
  973. 5 41.9GB 51.9GB 10.0GB ext4
  974. 6 51.9GB 54.4GB 2480MB linux-swap(v1)
  975. 7 54.4GB 64.4GB 9999MB ext4
  976. Model: VMware, Virtual CD-ROM (scsi)
  977. Disk /dev/sr0: 1513MB
  978. Sector size (logical/physical): 2048B/2048B
  979. Partition Table: mac
  980. Disk Flags:
  981. Number Start End Size File system Name Flags
  982. 1 2048B 6143B 4096B Apple
  983. 2 1499MB 1501MB 2425kB EFI
  984. =================== parted -lm:
  985. BYT;
  986. /dev/sda:64.4GB:scsi:512:512:gpt:VMware, VMware Virtual S:;
  987. 1:1049kB:473MB:472MB:ntfs:Basic data partition:hidden, diag;
  988. 2:473MB:578MB:105MB:fat32:EFI system partition:boot, esp;
  989. 3:578MB:595MB:16.8MB::Microsoft reserved partition:msftres;
  990. 4:595MB:41.9GB:41.3GB:ntfs:Basic data partition:msftdata;
  991. 5:41.9GB:51.9GB:10.0GB:ext4::;
  992. 6:51.9GB:54.4GB:2480MB:linux-swap(v1)::;
  993. 7:54.4GB:64.4GB:9999MB:ext4::;
  994. BYT;
  995. /dev/sr0:1513MB:scsi:2048:2048:mac:VMware, Virtual CD-ROM:;
  996. 1:2048B:6143B:4096B::Apple:;
  997. 2:1499MB:1501MB:2425kB::EFI:;
  998. =================== lsblk:
  999. KNAME TYPE FSTYPE SIZE LABEL
  1000. sda disk 60G
  1001. sda1 part ntfs 450M Récupération
  1002. sda2 part vfat 100M
  1003. sda3 part 16M
  1004. sda4 part ntfs 38.5G
  1005. sda5 part ext4 9.3G
  1006. sda6 part swap 2.3G
  1007. sda7 part ext4 9.3G
  1008. sr0 rom iso9660 1.4G Ubuntu 16.04.1 LTS amd64
  1009. loop0 loop squashfs 1.4G
  1010. KNAME ROTA RO RM STATE MOUNTPOINT
  1011. sda 1 0 0 running
  1012. sda1 1 0 0 /mnt/boot-sav/sda1
  1013. sda2 1 0 0 /mnt/boot-sav/sda2
  1014. sda3 1 0 0
  1015. sda4 1 0 0 /mnt/boot-sav/sda4
  1016. sda5 1 0 0 /mnt/boot-sav/sda5
  1017. sda6 1 0 0 [SWAP]
  1018. sda7 1 0 0 /mnt/boot-sav/sda7
  1019. sr0 1 0 1 running /cdrom
  1020. loop0 1 1 0 /rofs
  1021. =================== mount:
  1022. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1023. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1024. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1009092k,nr_inodes=252273,mode=755)
  1025. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1026. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=204748k,mode=755)
  1027. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  1028. /dev/loop0 on /rofs type squashfs (ro,noatime)
  1029. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  1030. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1031. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1032. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1033. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  1034. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  1035. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1036. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  1037. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  1038. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  1039. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  1040. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  1041. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  1042. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  1043. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  1044. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  1045. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  1046. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  1047. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  1048. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1049. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1050. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1051. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1052. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  1053. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=204748k,mode=700,uid=999,gid=999)
  1054. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  1055. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  1056. /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  1057. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  1058. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime,data=ordered)
  1059. /dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw,relatime,data=ordered)
  1060. =================== ls:
  1061. /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 sda7 size slaves stat subsystem trace uevent
  1062. /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
  1063. /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 full fuse hidraw0 hidraw1 HID-SENSOR-2000e1.7.auto hpet hugepages hwrng iio:device0 iio:device1 iio:device2 iio:device3 iio:device4 iio:device5 initctl input kmsg lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net vmci zero
  1064. ls /dev/mapper: control
  1065. =================== hexdump -n512 -C /dev/sda1
  1066. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  1067. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  1068. 00000020 00 00 00 00 80 00 80 00 ff 0f 0e 00 00 00 00 00 |................|
  1069. 00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  1070. 00000040 f6 00 00 00 01 00 00 00 ed 9f e3 10 bf e3 10 5a |...............Z|
  1071. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  1072. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  1073. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  1074. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  1075. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  1076. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  1077. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  1078. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  1079. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  1080. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  1081. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  1082. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  1083. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  1084. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  1085. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  1086. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  1087. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  1088. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  1089. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  1090. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  1091. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  1092. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  1093. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  1094. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  1095. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  1096. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1097. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  1098. 00000200
  1099. =================== hexdump -n512 -C /dev/sda2
  1100. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  1101. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 18 0e 00 |........?.......|
  1102. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  1103. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1104. 00000040 80 01 29 b3 0e eb f8 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  1105. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  1106. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  1107. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  1108. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  1109. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  1110. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  1111. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  1112. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  1113. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  1114. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  1115. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  1116. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  1117. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  1118. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  1119. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  1120. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  1121. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  1122. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  1123. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  1124. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1125. *
  1126. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  1127. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  1128. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  1129. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  1130. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1131. 000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  1132. 00000200
  1133. =================== hexdump -n512 -C /dev/sda4
  1134. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  1135. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b8 11 00 |........?.......|
  1136. 00000020 00 00 00 00 80 00 80 00 ff 4f d0 04 00 00 00 00 |.........O......|
  1137. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  1138. 00000040 f6 00 00 00 01 00 00 00 fb 67 07 88 92 07 88 de |.........g......|
  1139. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  1140. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  1141. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  1142. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  1143. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  1144. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  1145. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  1146. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  1147. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  1148. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  1149. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  1150. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  1151. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  1152. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  1153. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  1154. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  1155. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  1156. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  1157. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  1158. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  1159. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  1160. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  1161. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  1162. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  1163. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  1164. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1165. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  1166. 00000200
  1167. =================== df -Th:
  1168. Filesystem Type Size Used Avail Use% Mounted on
  1169. udev devtmpfs 986M 0 986M 0% /dev
  1170. tmpfs tmpfs 200M 6.5M 194M 4% /run
  1171. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  1172. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  1173. /cow overlay 1000M 74M 927M 8% /
  1174. tmpfs tmpfs 1000M 240K 1000M 1% /dev/shm
  1175. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  1176. tmpfs tmpfs 1000M 0 1000M 0% /sys/fs/cgroup
  1177. tmpfs tmpfs 1000M 160K 1000M 1% /tmp
  1178. tmpfs tmpfs 200M 108K 200M 1% /run/user/999
  1179. /dev/sda1 fuseblk 450M 314M 137M 70% /mnt/boot-sav/sda1
  1180. /dev/sda2 vfat 96M 28M 69M 29% /mnt/boot-sav/sda2
  1181. /dev/sda4 fuseblk 39G 12G 28G 30% /mnt/boot-sav/sda4
  1182. /dev/sda5 ext4 9.1G 4.1G 4.6G 47% /mnt/boot-sav/sda5
  1183. /dev/sda7 ext4 9.1G 4.4G 4.3G 51% /mnt/boot-sav/sda7
  1184. =================== fdisk -l:
  1185. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1186. Units: sectors of 1 * 512 = 512 bytes
  1187. Sector size (logical/physical): 512 bytes / 4096 bytes
  1188. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1189. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1190. Units: sectors of 1 * 512 = 512 bytes
  1191. Sector size (logical/physical): 512 bytes / 4096 bytes
  1192. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1193. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1194. Units: sectors of 1 * 512 = 512 bytes
  1195. Sector size (logical/physical): 512 bytes / 4096 bytes
  1196. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1197. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1198. Units: sectors of 1 * 512 = 512 bytes
  1199. Sector size (logical/physical): 512 bytes / 4096 bytes
  1200. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1201. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1202. Units: sectors of 1 * 512 = 512 bytes
  1203. Sector size (logical/physical): 512 bytes / 4096 bytes
  1204. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1205. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1206. Units: sectors of 1 * 512 = 512 bytes
  1207. Sector size (logical/physical): 512 bytes / 4096 bytes
  1208. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1209. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1210. Units: sectors of 1 * 512 = 512 bytes
  1211. Sector size (logical/physical): 512 bytes / 4096 bytes
  1212. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1213. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1214. Units: sectors of 1 * 512 = 512 bytes
  1215. Sector size (logical/physical): 512 bytes / 4096 bytes
  1216. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1217. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1218. Units: sectors of 1 * 512 = 512 bytes
  1219. Sector size (logical/physical): 512 bytes / 4096 bytes
  1220. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1221. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1222. Units: sectors of 1 * 512 = 512 bytes
  1223. Sector size (logical/physical): 512 bytes / 4096 bytes
  1224. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1225. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1226. Units: sectors of 1 * 512 = 512 bytes
  1227. Sector size (logical/physical): 512 bytes / 4096 bytes
  1228. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1229. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1230. Units: sectors of 1 * 512 = 512 bytes
  1231. Sector size (logical/physical): 512 bytes / 4096 bytes
  1232. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1233. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1234. Units: sectors of 1 * 512 = 512 bytes
  1235. Sector size (logical/physical): 512 bytes / 4096 bytes
  1236. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1237. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1238. Units: sectors of 1 * 512 = 512 bytes
  1239. Sector size (logical/physical): 512 bytes / 4096 bytes
  1240. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1241. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1242. Units: sectors of 1 * 512 = 512 bytes
  1243. Sector size (logical/physical): 512 bytes / 4096 bytes
  1244. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1245. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1246. Units: sectors of 1 * 512 = 512 bytes
  1247. Sector size (logical/physical): 512 bytes / 4096 bytes
  1248. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1249. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  1250. Units: sectors of 1 * 512 = 512 bytes
  1251. Sector size (logical/physical): 512 bytes / 512 bytes
  1252. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1253. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  1254. Units: sectors of 1 * 512 = 512 bytes
  1255. Sector size (logical/physical): 512 bytes / 512 bytes
  1256. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1257. Disklabel type: gpt
  1258. Disk identifier: D4892807-AB7E-48D3-95FF-0E6B3EE38AAA
  1259. Device Start End Sectors Size Type
  1260. /dev/sda1 2048 923647 921600 450M Windows recovery environment
  1261. /dev/sda2 923648 1128447 204800 100M EFI System
  1262. /dev/sda3 1128448 1161215 32768 16M Microsoft reserved
  1263. /dev/sda4 1161216 81922047 80760832 38.5G Microsoft basic data
  1264. /dev/sda5 81922048 101453823 19531776 9.3G Linux filesystem
  1265. /dev/sda6 101453824 106297343 4843520 2.3G Linux swap
  1266. /dev/sda7 106297344 125827071 19529728 9.3G Linux filesystem
  1267. =================== Suggested repair
  1268. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda5, using the following options: sda2/boot/efi,
  1269. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file
  1270. =================== Final advice in case of suggested repair
  1271. If your computer reboots directly into Windows, try to change the boot order in your BIOS.
  1272. If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
  1273. For example you can boot into Windows, then type the following command in an admin command prompt:
  1274. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  1275. =================== User settings
  1276. The settings chosen by the user will not act on the boot.
  1277. paste.ubuntu.com ko (), using paste.debian
  1278. paste.debian.net ko (), using paste2