1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  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/bkpbootx64.efi /EFI/Boot/bootx64.efi
  16. /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  17. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  18. /EFI/Microsoft/Boot/bootmgfw.efi
  19. /EFI/Microsoft/Boot/bootmgr.efi
  20. /EFI/Microsoft/Boot/memtest.efi
  21. /boot-sav/log/2015-05-11__09h59boot-repair28/sda2/bootx
  22. 64.efi
  23. sda3: __________________________________________________________________________
  24. File system:
  25. Boot sector type: -
  26. Boot sector info:
  27. Mounting failed: mount: unknown filesystem type ''
  28. sda4: __________________________________________________________________________
  29. File system: ntfs
  30. Boot sector type: Windows 8/2012: NTFS
  31. Boot sector info: No errors found in the Boot Parameter Block.
  32. Operating System:
  33. Boot files: /bootmgr /Windows/System32/winload.exe
  34. sda5: __________________________________________________________________________
  35. File system: ext4
  36. Boot sector type: -
  37. Boot sector info:
  38. Operating System: Ubuntu 15.10
  39. Boot files: /boot/grub/grub.cfg /etc/fstab
  40. sda6: __________________________________________________________________________
  41. File system: swap
  42. Boot sector type: -
  43. Boot sector info:
  44. sda7: __________________________________________________________________________
  45. File system: ext4
  46. Boot sector type: -
  47. Boot sector info:
  48. Operating System: Ubuntu Xenial Xerus (development branch)
  49. Boot files: /boot/grub/grub.cfg /etc/fstab
  50. ============================ Drive/Partition Info: =============================
  51. Drive: sda _____________________________________________________________________
  52. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  53. Units: sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 512 bytes
  55. I/O size (minimum/optimal): 512 bytes / 512 bytes
  56. Disklabel type: gpt
  57. Partition Boot Start Sector End Sector # of Sectors Id System
  58. /dev/sda1 1 125,829,119 125,829,119 ee GPT
  59. GUID Partition Table detected.
  60. Partition Start Sector End Sector # of Sectors System
  61. /dev/sda1 2,048 616,447 614,400 Windows Recovery Environment (Windows)
  62. /dev/sda2 616,448 821,247 204,800 EFI System partition
  63. /dev/sda3 821,248 1,083,391 262,144 Microsoft Reserved Partition (Windows)
  64. /dev/sda4 1,083,392 79,538,175 78,454,784 Data partition (Windows/Linux)
  65. /dev/sda5 79,538,176 99,069,425 19,531,250 Data partition (Linux)
  66. /dev/sda6 99,069,952 102,975,487 3,905,536 Swap partition (Linux)
  67. /dev/sda7 102,975,488 125,827,050 22,851,563 Data partition (Linux)
  68. "blkid" output: ________________________________________________________________
  69. Device UUID TYPE LABEL
  70. /dev/sda1 B0C0E8A5C0E872D0 ntfs Récupération
  71. /dev/sda2 3EE8-FABA vfat
  72. /dev/sda3
  73. /dev/sda4 8616053E160530AB ntfs OS_WIN
  74. /dev/sda5 d1b814c5-49a7-4478-b4cc-74f018296434 ext4
  75. /dev/sda6 d99b65df-e192-480c-9ac2-32c79d2a07fb swap
  76. /dev/sda7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e ext4
  77. ========================= "ls -l /dev/disk/by-id" output: ======================
  78. total 0
  79. lrwxrwxrwx 1 root root 9 Apr 4 15:32 ata-VMware_Virtual_SATA_CDRW_Drive_00000000000000000001 -> ../../sr0
  80. ================================ Mount points: =================================
  81. Device Mount_Point Type Options
  82. /dev/sda2 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  83. /dev/sda7 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  84. =========================== sda5/boot/grub/grub.cfg: ===========================
  85. --------------------------------------------------------------------------------
  86. #
  87. # DO NOT EDIT THIS FILE
  88. #
  89. # It is automatically generated by grub-mkconfig using templates
  90. # from /etc/grub.d and settings from /etc/default/grub
  91. #
  92. ### BEGIN /etc/grub.d/00_header ###
  93. if [ -s $prefix/grubenv ]; then
  94. set have_grubenv=true
  95. load_env
  96. fi
  97. if [ "${next_entry}" ] ; then
  98. set default="${next_entry}"
  99. set next_entry=
  100. save_env next_entry
  101. set boot_once=true
  102. else
  103. set default="0"
  104. fi
  105. if [ x"${feature_menuentry_id}" = xy ]; then
  106. menuentry_id_option="--id"
  107. else
  108. menuentry_id_option=""
  109. fi
  110. export menuentry_id_option
  111. if [ "${prev_saved_entry}" ]; then
  112. set saved_entry="${prev_saved_entry}"
  113. save_env saved_entry
  114. set prev_saved_entry=
  115. save_env prev_saved_entry
  116. set boot_once=true
  117. fi
  118. function savedefault {
  119. if [ -z "${boot_once}" ]; then
  120. saved_entry="${chosen}"
  121. save_env saved_entry
  122. fi
  123. }
  124. function recordfail {
  125. set recordfail=1
  126. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  127. }
  128. function load_video {
  129. if [ x$feature_all_video_module = xy ]; then
  130. insmod all_video
  131. else
  132. insmod efi_gop
  133. insmod efi_uga
  134. insmod ieee1275_fb
  135. insmod vbe
  136. insmod vga
  137. insmod video_bochs
  138. insmod video_cirrus
  139. fi
  140. }
  141. if [ x$feature_default_font_path = xy ] ; then
  142. font=unicode
  143. else
  144. insmod part_gpt
  145. insmod ext2
  146. set root='hd0,gpt5'
  147. if [ x$feature_platform_search_hint = xy ]; then
  148. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  149. else
  150. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  151. fi
  152. font="/usr/share/grub/unicode.pf2"
  153. fi
  154. if loadfont $font ; then
  155. set gfxmode=auto
  156. load_video
  157. insmod gfxterm
  158. set locale_dir=$prefix/locale
  159. set lang=fr_FR
  160. insmod gettext
  161. fi
  162. terminal_output gfxterm
  163. if [ "${recordfail}" = 1 ] ; then
  164. set timeout=30
  165. else
  166. if [ x$feature_timeout_style = xy ] ; then
  167. set timeout_style=menu
  168. set timeout=10
  169. # Fallback normal timeout code in case the timeout_style feature is
  170. # unavailable.
  171. else
  172. set timeout=10
  173. fi
  174. fi
  175. ### END /etc/grub.d/00_header ###
  176. ### BEGIN /etc/grub.d/05_debian_theme ###
  177. set menu_color_normal=white/black
  178. set menu_color_highlight=black/light-gray
  179. if background_color 44,0,30,0; then
  180. clear
  181. fi
  182. ### END /etc/grub.d/05_debian_theme ###
  183. ### BEGIN /etc/grub.d/10_linux ###
  184. function gfxmode {
  185. set gfxpayload="${1}"
  186. if [ "${1}" = "keep" ]; then
  187. set vt_handoff=vt.handoff=7
  188. else
  189. set vt_handoff=
  190. fi
  191. }
  192. if [ "${recordfail}" != 1 ]; then
  193. if [ -e ${prefix}/gfxblacklist.txt ]; then
  194. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  195. if [ ${match} = 0 ]; then
  196. set linux_gfx_mode=keep
  197. else
  198. set linux_gfx_mode=text
  199. fi
  200. else
  201. set linux_gfx_mode=text
  202. fi
  203. else
  204. set linux_gfx_mode=keep
  205. fi
  206. else
  207. set linux_gfx_mode=text
  208. fi
  209. export linux_gfx_mode
  210. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d1b814c5-49a7-4478-b4cc-74f018296434' {
  211. recordfail
  212. load_video
  213. gfxmode $linux_gfx_mode
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_gpt
  217. insmod ext2
  218. set root='hd0,gpt5'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  221. else
  222. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  223. fi
  224. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  225. initrd /boot/initrd.img-4.2.0-35-generic
  226. }
  227. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-d1b814c5-49a7-4478-b4cc-74f018296434' {
  228. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-35-generic-advanced-d1b814c5-49a7-4478-b4cc-74f018296434' {
  229. recordfail
  230. load_video
  231. gfxmode $linux_gfx_mode
  232. insmod gzio
  233. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 d1b814c5-49a7-4478-b4cc-74f018296434
  239. else
  240. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  241. fi
  242. echo 'Chargement de Linux 4.2.0-35-generic…'
  243. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  244. echo 'Chargement du disque mémoire initial…'
  245. initrd /boot/initrd.img-4.2.0-35-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-35-generic-init-upstart-d1b814c5-49a7-4478-b4cc-74f018296434' {
  248. recordfail
  249. load_video
  250. gfxmode $linux_gfx_mode
  251. insmod gzio
  252. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  253. insmod part_gpt
  254. insmod ext2
  255. set root='hd0,gpt5'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  258. else
  259. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  260. fi
  261. echo 'Chargement de Linux 4.2.0-35-generic…'
  262. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  263. echo 'Chargement du disque mémoire initial…'
  264. initrd /boot/initrd.img-4.2.0-35-generic
  265. }
  266. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-35-generic-recovery-d1b814c5-49a7-4478-b4cc-74f018296434' {
  267. recordfail
  268. load_video
  269. insmod gzio
  270. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  271. insmod part_gpt
  272. insmod ext2
  273. set root='hd0,gpt5'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  276. else
  277. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  278. fi
  279. echo 'Chargement de Linux 4.2.0-35-generic…'
  280. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  281. echo 'Chargement du disque mémoire initial…'
  282. initrd /boot/initrd.img-4.2.0-35-generic
  283. }
  284. menuentry 'Ubuntu, avec Linux 4.2.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-32-generic-advanced-d1b814c5-49a7-4478-b4cc-74f018296434' {
  285. recordfail
  286. load_video
  287. gfxmode $linux_gfx_mode
  288. insmod gzio
  289. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  290. insmod part_gpt
  291. insmod ext2
  292. set root='hd0,gpt5'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  295. else
  296. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  297. fi
  298. echo 'Chargement de Linux 4.2.0-32-generic…'
  299. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  300. echo 'Chargement du disque mémoire initial…'
  301. initrd /boot/initrd.img-4.2.0-32-generic
  302. }
  303. menuentry 'Ubuntu, with Linux 4.2.0-32-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-32-generic-init-upstart-d1b814c5-49a7-4478-b4cc-74f018296434' {
  304. recordfail
  305. load_video
  306. gfxmode $linux_gfx_mode
  307. insmod gzio
  308. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  309. insmod part_gpt
  310. insmod ext2
  311. set root='hd0,gpt5'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  314. else
  315. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  316. fi
  317. echo 'Chargement de Linux 4.2.0-32-generic…'
  318. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  319. echo 'Chargement du disque mémoire initial…'
  320. initrd /boot/initrd.img-4.2.0-32-generic
  321. }
  322. menuentry 'Ubuntu, with Linux 4.2.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-32-generic-recovery-d1b814c5-49a7-4478-b4cc-74f018296434' {
  323. recordfail
  324. load_video
  325. insmod gzio
  326. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  327. insmod part_gpt
  328. insmod ext2
  329. set root='hd0,gpt5'
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  332. else
  333. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  334. fi
  335. echo 'Chargement de Linux 4.2.0-32-generic…'
  336. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  337. echo 'Chargement du disque mémoire initial…'
  338. initrd /boot/initrd.img-4.2.0-32-generic
  339. }
  340. }
  341. ### END /etc/grub.d/10_linux ###
  342. ### BEGIN /etc/grub.d/20_linux_xen ###
  343. ### END /etc/grub.d/20_linux_xen ###
  344. ### BEGIN /etc/grub.d/20_memtest86+ ###
  345. ### END /etc/grub.d/20_memtest86+ ###
  346. ### BEGIN /etc/grub.d/30_os-prober ###
  347. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-3EE8-FABA' {
  348. insmod part_gpt
  349. insmod fat
  350. set root='hd0,gpt2'
  351. if [ x$feature_platform_search_hint = xy ]; then
  352. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3EE8-FABA
  353. else
  354. search --no-floppy --fs-uuid --set=root 3EE8-FABA
  355. fi
  356. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  357. }
  358. menuentry 'Ubuntu 14.04.4 LTS (14.04) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  359. insmod part_gpt
  360. insmod ext2
  361. set root='hd0,gpt7'
  362. if [ x$feature_platform_search_hint = xy ]; then
  363. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  364. else
  365. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  366. fi
  367. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  368. initrd /boot/initrd.img-4.2.0-35-generic
  369. }
  370. submenu 'Options avancées pour Ubuntu 14.04.4 LTS (14.04) (sur /dev/sda7)' $menuentry_id_option 'osprober-gnulinux-advanced-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  371. menuentry 'Ubuntu (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  372. insmod part_gpt
  373. insmod ext2
  374. set root='hd0,gpt7'
  375. if [ x$feature_platform_search_hint = xy ]; then
  376. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  377. else
  378. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  379. fi
  380. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  381. initrd /boot/initrd.img-4.2.0-35-generic
  382. }
  383. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  384. insmod part_gpt
  385. insmod ext2
  386. set root='hd0,gpt7'
  387. if [ x$feature_platform_search_hint = xy ]; then
  388. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  389. else
  390. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  391. fi
  392. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  393. initrd /boot/initrd.img-4.2.0-35-generic
  394. }
  395. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed-root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  396. insmod part_gpt
  397. insmod ext2
  398. set root='hd0,gpt7'
  399. if [ x$feature_platform_search_hint = xy ]; then
  400. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  401. else
  402. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  403. fi
  404. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  405. initrd /boot/initrd.img-4.2.0-35-generic
  406. }
  407. menuentry 'Ubuntu, avec Linux 4.2.0-34-generic (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-34-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  408. insmod part_gpt
  409. insmod ext2
  410. set root='hd0,gpt7'
  411. if [ x$feature_platform_search_hint = xy ]; then
  412. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  413. else
  414. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  415. fi
  416. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  417. initrd /boot/initrd.img-4.2.0-34-generic
  418. }
  419. menuentry 'Ubuntu, with Linux 4.2.0-34-generic (recovery mode) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-34-generic.efi.signed-root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  420. insmod part_gpt
  421. insmod ext2
  422. set root='hd0,gpt7'
  423. if [ x$feature_platform_search_hint = xy ]; then
  424. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  425. else
  426. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  427. fi
  428. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  429. initrd /boot/initrd.img-4.2.0-34-generic
  430. }
  431. menuentry 'Ubuntu 15.10 (15.10) (sur /dev/sda5) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  432. insmod part_gpt
  433. insmod ext2
  434. set root='hd0,gpt7'
  435. if [ x$feature_platform_search_hint = xy ]; then
  436. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  437. else
  438. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  439. fi
  440. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  441. initrd /boot/initrd.img-4.2.0-35-generic
  442. }
  443. menuentry 'Ubuntu (sur /dev/sda5) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  444. insmod part_gpt
  445. insmod ext2
  446. set root='hd0,gpt7'
  447. if [ x$feature_platform_search_hint = xy ]; then
  448. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  449. else
  450. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  451. fi
  452. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  453. initrd /boot/initrd.img-4.2.0-35-generic
  454. }
  455. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic (sur /dev/sda5) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  456. insmod part_gpt
  457. insmod ext2
  458. set root='hd0,gpt7'
  459. if [ x$feature_platform_search_hint = xy ]; then
  460. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  461. else
  462. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  463. fi
  464. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  465. initrd /boot/initrd.img-4.2.0-35-generic
  466. }
  467. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (upstart) (sur /dev/sda5) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  468. insmod part_gpt
  469. insmod ext2
  470. set root='hd0,gpt7'
  471. if [ x$feature_platform_search_hint = xy ]; then
  472. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  473. else
  474. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  475. fi
  476. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  477. initrd /boot/initrd.img-4.2.0-35-generic
  478. }
  479. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode) (sur /dev/sda5) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed-root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  480. insmod part_gpt
  481. insmod ext2
  482. set root='hd0,gpt7'
  483. if [ x$feature_platform_search_hint = xy ]; then
  484. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  485. else
  486. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  487. fi
  488. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  489. initrd /boot/initrd.img-4.2.0-35-generic
  490. }
  491. }
  492. menuentry 'Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  493. insmod part_msdos
  494. insmod ext2
  495. set root='hd1,msdos5'
  496. if [ x$feature_platform_search_hint = xy ]; then
  497. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  498. else
  499. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  500. fi
  501. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  502. initrd /boot/initrd.img-4.4.0-16-generic
  503. }
  504. submenu 'Options avancées pour Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sdb5)' $menuentry_id_option 'osprober-gnulinux-advanced-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  505. menuentry 'Ubuntu (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  506. insmod part_msdos
  507. insmod ext2
  508. set root='hd1,msdos5'
  509. if [ x$feature_platform_search_hint = xy ]; then
  510. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  511. else
  512. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  513. fi
  514. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  515. initrd /boot/initrd.img-4.4.0-16-generic
  516. }
  517. menuentry 'Ubuntu, avec Linux 4.4.0-16-generic (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  518. insmod part_msdos
  519. insmod ext2
  520. set root='hd1,msdos5'
  521. if [ x$feature_platform_search_hint = xy ]; then
  522. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  523. else
  524. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  525. fi
  526. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  527. initrd /boot/initrd.img-4.4.0-16-generic
  528. }
  529. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (recovery mode) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed-root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  530. insmod part_msdos
  531. insmod ext2
  532. set root='hd1,msdos5'
  533. if [ x$feature_platform_search_hint = xy ]; then
  534. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  535. else
  536. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  537. fi
  538. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  539. initrd /boot/initrd.img-4.4.0-16-generic
  540. }
  541. menuentry 'Ubuntu, avec Linux 4.4.0-15-generic (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  542. insmod part_msdos
  543. insmod ext2
  544. set root='hd1,msdos5'
  545. if [ x$feature_platform_search_hint = xy ]; then
  546. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  547. else
  548. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  549. fi
  550. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  551. initrd /boot/initrd.img-4.4.0-15-generic
  552. }
  553. menuentry 'Ubuntu, with Linux 4.4.0-15-generic (recovery mode) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic.efi.signed-root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  554. insmod part_msdos
  555. insmod ext2
  556. set root='hd1,msdos5'
  557. if [ x$feature_platform_search_hint = xy ]; then
  558. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  559. else
  560. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  561. fi
  562. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  563. initrd /boot/initrd.img-4.4.0-15-generic
  564. }
  565. }
  566. set timeout_style=menu
  567. if [ "${timeout}" = 0 ]; then
  568. set timeout=10
  569. fi
  570. ### END /etc/grub.d/30_os-prober ###
  571. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  572. ### END /etc/grub.d/30_uefi-firmware ###
  573. ### BEGIN /etc/grub.d/40_custom ###
  574. # This file provides an easy way to add custom menu entries. Simply type the
  575. # menu entries you want to add after this comment. Be careful not to change
  576. # the 'exec tail' line above.
  577. ### END /etc/grub.d/40_custom ###
  578. ### BEGIN /etc/grub.d/41_custom ###
  579. if [ -f ${config_directory}/custom.cfg ]; then
  580. source ${config_directory}/custom.cfg
  581. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  582. source $prefix/custom.cfg;
  583. fi
  584. ### END /etc/grub.d/41_custom ###
  585. --------------------------------------------------------------------------------
  586. =============================== sda5/etc/fstab: ================================
  587. --------------------------------------------------------------------------------
  588. # /etc/fstab: static file system information.
  589. #
  590. # <file system> <mount point> <type> <options> <dump> <pass>
  591. #Entry for /dev/sda5 :
  592. UUID=d1b814c5-49a7-4478-b4cc-74f018296434 / ext4 errors=remount-ro 0 1
  593. #Entry for /dev/sda2 :
  594. UUID=3EE8-FABA /boot/efi vfat umask=0077 0 1
  595. #Entry for /dev/sda4 :
  596. UUID=8616053E160530AB /media/OS_WIN ntfs-3g defaults,locale=fr_FR.UTF-8 0 0
  597. #Entry for /dev/sda6 :
  598. UUID=d99b65df-e192-480c-9ac2-32c79d2a07fb none swap sw 0 0
  599. #Entry for /dev/sdb2 (commenté par que c'est nuisible quand le disque sdb n'est pas connecté) :
  600. #UUID=4a7e3bc9-9d16-4302-83cc-c4724848163c none swap sw 0 0
  601. #/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  602. --------------------------------------------------------------------------------
  603. =========================== sda7/boot/grub/grub.cfg: ===========================
  604. --------------------------------------------------------------------------------
  605. #
  606. # DO NOT EDIT THIS FILE
  607. #
  608. # It is automatically generated by grub-mkconfig using templates
  609. # from /etc/grub.d and settings from /etc/default/grub
  610. #
  611. ### BEGIN /etc/grub.d/00_header ###
  612. if [ -s $prefix/grubenv ]; then
  613. set have_grubenv=true
  614. load_env
  615. fi
  616. if [ "${next_entry}" ] ; then
  617. set default="${next_entry}"
  618. set next_entry=
  619. save_env next_entry
  620. set boot_once=true
  621. else
  622. set default="0"
  623. fi
  624. if [ x"${feature_menuentry_id}" = xy ]; then
  625. menuentry_id_option="--id"
  626. else
  627. menuentry_id_option=""
  628. fi
  629. export menuentry_id_option
  630. if [ "${prev_saved_entry}" ]; then
  631. set saved_entry="${prev_saved_entry}"
  632. save_env saved_entry
  633. set prev_saved_entry=
  634. save_env prev_saved_entry
  635. set boot_once=true
  636. fi
  637. function savedefault {
  638. if [ -z "${boot_once}" ]; then
  639. saved_entry="${chosen}"
  640. save_env saved_entry
  641. fi
  642. }
  643. function recordfail {
  644. set recordfail=1
  645. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  646. }
  647. function load_video {
  648. if [ x$feature_all_video_module = xy ]; then
  649. insmod all_video
  650. else
  651. insmod efi_gop
  652. insmod efi_uga
  653. insmod ieee1275_fb
  654. insmod vbe
  655. insmod vga
  656. insmod video_bochs
  657. insmod video_cirrus
  658. fi
  659. }
  660. if [ x$feature_default_font_path = xy ] ; then
  661. font=unicode
  662. else
  663. insmod part_gpt
  664. insmod ext2
  665. set root='hd0,gpt7'
  666. if [ x$feature_platform_search_hint = xy ]; then
  667. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  668. else
  669. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  670. fi
  671. font="/usr/share/grub/unicode.pf2"
  672. fi
  673. if loadfont $font ; then
  674. set gfxmode=auto
  675. load_video
  676. insmod gfxterm
  677. set locale_dir=$prefix/locale
  678. set lang=fr_FR
  679. insmod gettext
  680. fi
  681. terminal_output gfxterm
  682. if [ "${recordfail}" = 1 ] ; then
  683. set timeout=30
  684. else
  685. if [ x$feature_timeout_style = xy ] ; then
  686. set timeout_style=menu
  687. set timeout=10
  688. # Fallback normal timeout code in case the timeout_style feature is
  689. # unavailable.
  690. else
  691. set timeout=10
  692. fi
  693. fi
  694. ### END /etc/grub.d/00_header ###
  695. ### BEGIN /etc/grub.d/05_debian_theme ###
  696. set menu_color_normal=white/black
  697. set menu_color_highlight=black/light-gray
  698. if background_color 44,0,30,0; then
  699. clear
  700. fi
  701. ### END /etc/grub.d/05_debian_theme ###
  702. ### BEGIN /etc/grub.d/10_linux ###
  703. function gfxmode {
  704. set gfxpayload="${1}"
  705. if [ "${1}" = "keep" ]; then
  706. set vt_handoff=vt.handoff=7
  707. else
  708. set vt_handoff=
  709. fi
  710. }
  711. if [ "${recordfail}" != 1 ]; then
  712. if [ -e ${prefix}/gfxblacklist.txt ]; then
  713. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  714. if [ ${match} = 0 ]; then
  715. set linux_gfx_mode=keep
  716. else
  717. set linux_gfx_mode=text
  718. fi
  719. else
  720. set linux_gfx_mode=text
  721. fi
  722. else
  723. set linux_gfx_mode=keep
  724. fi
  725. else
  726. set linux_gfx_mode=text
  727. fi
  728. export linux_gfx_mode
  729. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  730. recordfail
  731. load_video
  732. gfxmode $linux_gfx_mode
  733. insmod gzio
  734. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  735. insmod part_gpt
  736. insmod ext2
  737. set root='hd0,gpt7'
  738. if [ x$feature_platform_search_hint = xy ]; then
  739. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  740. else
  741. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  742. fi
  743. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  744. initrd /boot/initrd.img-4.4.0-16-generic
  745. }
  746. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  747. menuentry 'Ubuntu, avec Linux 4.4.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-16-generic-advanced-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  748. recordfail
  749. load_video
  750. gfxmode $linux_gfx_mode
  751. insmod gzio
  752. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  753. insmod part_gpt
  754. insmod ext2
  755. set root='hd0,gpt7'
  756. if [ x$feature_platform_search_hint = xy ]; then
  757. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  758. else
  759. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  760. fi
  761. echo 'Chargement de Linux 4.4.0-16-generic…'
  762. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  763. echo 'Chargement du disque mémoire initial…'
  764. initrd /boot/initrd.img-4.4.0-16-generic
  765. }
  766. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-16-generic-init-upstart-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  767. recordfail
  768. load_video
  769. gfxmode $linux_gfx_mode
  770. insmod gzio
  771. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  772. insmod part_gpt
  773. insmod ext2
  774. set root='hd0,gpt7'
  775. if [ x$feature_platform_search_hint = xy ]; then
  776. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  777. else
  778. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  779. fi
  780. echo 'Chargement de Linux 4.4.0-16-generic…'
  781. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff init=/sbin/upstart
  782. echo 'Chargement du disque mémoire initial…'
  783. initrd /boot/initrd.img-4.4.0-16-generic
  784. }
  785. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-16-generic-recovery-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  786. recordfail
  787. load_video
  788. insmod gzio
  789. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  790. insmod part_gpt
  791. insmod ext2
  792. set root='hd0,gpt7'
  793. if [ x$feature_platform_search_hint = xy ]; then
  794. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  795. else
  796. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  797. fi
  798. echo 'Chargement de Linux 4.4.0-16-generic…'
  799. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  800. echo 'Chargement du disque mémoire initial…'
  801. initrd /boot/initrd.img-4.4.0-16-generic
  802. }
  803. }
  804. ### END /etc/grub.d/10_linux ###
  805. ### BEGIN /etc/grub.d/20_linux_xen ###
  806. ### END /etc/grub.d/20_linux_xen ###
  807. ### BEGIN /etc/grub.d/20_memtest86+ ###
  808. ### END /etc/grub.d/20_memtest86+ ###
  809. ### BEGIN /etc/grub.d/30_os-prober ###
  810. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-3EE8-FABA' {
  811. insmod part_gpt
  812. insmod fat
  813. set root='hd0,gpt2'
  814. if [ x$feature_platform_search_hint = xy ]; then
  815. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3EE8-FABA
  816. else
  817. search --no-floppy --fs-uuid --set=root 3EE8-FABA
  818. fi
  819. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  820. }
  821. menuentry 'Ubuntu 15.10 (15.10) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-d1b814c5-49a7-4478-b4cc-74f018296434' {
  822. insmod part_gpt
  823. insmod ext2
  824. set root='hd0,gpt5'
  825. if [ x$feature_platform_search_hint = xy ]; then
  826. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  827. else
  828. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  829. fi
  830. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  831. initrd /boot/initrd.img-4.2.0-35-generic
  832. }
  833. submenu 'Options avancées pour Ubuntu 15.10 (15.10) (sur /dev/sda5)' $menuentry_id_option 'osprober-gnulinux-advanced-d1b814c5-49a7-4478-b4cc-74f018296434' {
  834. menuentry 'Ubuntu (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  835. insmod part_gpt
  836. insmod ext2
  837. set root='hd0,gpt5'
  838. if [ x$feature_platform_search_hint = xy ]; then
  839. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  840. else
  841. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  842. fi
  843. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  844. initrd /boot/initrd.img-4.2.0-35-generic
  845. }
  846. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  847. insmod part_gpt
  848. insmod ext2
  849. set root='hd0,gpt5'
  850. if [ x$feature_platform_search_hint = xy ]; then
  851. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  852. else
  853. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  854. fi
  855. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  856. initrd /boot/initrd.img-4.2.0-35-generic
  857. }
  858. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (upstart) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  859. insmod part_gpt
  860. insmod ext2
  861. set root='hd0,gpt5'
  862. if [ x$feature_platform_search_hint = xy ]; then
  863. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  864. else
  865. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  866. fi
  867. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  868. initrd /boot/initrd.img-4.2.0-35-generic
  869. }
  870. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed-root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset-d1b814c5-49a7-4478-b4cc-74f018296434' {
  871. insmod part_gpt
  872. insmod ext2
  873. set root='hd0,gpt5'
  874. if [ x$feature_platform_search_hint = xy ]; then
  875. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  876. else
  877. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  878. fi
  879. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  880. initrd /boot/initrd.img-4.2.0-35-generic
  881. }
  882. menuentry 'Ubuntu, avec Linux 4.2.0-32-generic (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-32-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  883. insmod part_gpt
  884. insmod ext2
  885. set root='hd0,gpt5'
  886. if [ x$feature_platform_search_hint = xy ]; then
  887. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  888. else
  889. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  890. fi
  891. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  892. initrd /boot/initrd.img-4.2.0-32-generic
  893. }
  894. menuentry 'Ubuntu, with Linux 4.2.0-32-generic (upstart) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-32-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  895. insmod part_gpt
  896. insmod ext2
  897. set root='hd0,gpt5'
  898. if [ x$feature_platform_search_hint = xy ]; then
  899. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  900. else
  901. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  902. fi
  903. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  904. initrd /boot/initrd.img-4.2.0-32-generic
  905. }
  906. menuentry 'Ubuntu, with Linux 4.2.0-32-generic (recovery mode) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-32-generic.efi.signed-root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset-d1b814c5-49a7-4478-b4cc-74f018296434' {
  907. insmod part_gpt
  908. insmod ext2
  909. set root='hd0,gpt5'
  910. if [ x$feature_platform_search_hint = xy ]; then
  911. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  912. else
  913. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  914. fi
  915. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  916. initrd /boot/initrd.img-4.2.0-32-generic
  917. }
  918. menuentry 'Ubuntu 14.04.4 LTS (14.04) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  919. insmod part_gpt
  920. insmod ext2
  921. set root='hd0,gpt5'
  922. if [ x$feature_platform_search_hint = xy ]; then
  923. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  924. else
  925. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  926. fi
  927. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  928. initrd /boot/initrd.img-4.2.0-35-generic
  929. }
  930. menuentry 'Ubuntu (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  931. insmod part_gpt
  932. insmod ext2
  933. set root='hd0,gpt5'
  934. if [ x$feature_platform_search_hint = xy ]; then
  935. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  936. else
  937. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  938. fi
  939. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  940. initrd /boot/initrd.img-4.2.0-35-generic
  941. }
  942. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  943. insmod part_gpt
  944. insmod ext2
  945. set root='hd0,gpt5'
  946. if [ x$feature_platform_search_hint = xy ]; then
  947. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  948. else
  949. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  950. fi
  951. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  952. initrd /boot/initrd.img-4.2.0-35-generic
  953. }
  954. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed-root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset-d1b814c5-49a7-4478-b4cc-74f018296434' {
  955. insmod part_gpt
  956. insmod ext2
  957. set root='hd0,gpt5'
  958. if [ x$feature_platform_search_hint = xy ]; then
  959. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  960. else
  961. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  962. fi
  963. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  964. initrd /boot/initrd.img-4.2.0-35-generic
  965. }
  966. menuentry 'Ubuntu 15.10 (15.10) (sur /dev/sda5) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  967. insmod part_gpt
  968. insmod ext2
  969. set root='hd0,gpt5'
  970. if [ x$feature_platform_search_hint = xy ]; then
  971. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  972. else
  973. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  974. fi
  975. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  976. initrd /boot/initrd.img-4.2.0-35-generic
  977. }
  978. menuentry 'Ubuntu (sur /dev/sda5) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  979. insmod part_gpt
  980. insmod ext2
  981. set root='hd0,gpt5'
  982. if [ x$feature_platform_search_hint = xy ]; then
  983. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  984. else
  985. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  986. fi
  987. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  988. initrd /boot/initrd.img-4.2.0-35-generic
  989. }
  990. menuentry 'Ubuntu, avec Linux 4.2.0-35-generic (sur /dev/sda5) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  991. insmod part_gpt
  992. insmod ext2
  993. set root='hd0,gpt5'
  994. if [ x$feature_platform_search_hint = xy ]; then
  995. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  996. else
  997. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  998. fi
  999. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  1000. initrd /boot/initrd.img-4.2.0-35-generic
  1001. }
  1002. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (upstart) (sur /dev/sda5) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed--d1b814c5-49a7-4478-b4cc-74f018296434' {
  1003. insmod part_gpt
  1004. insmod ext2
  1005. set root='hd0,gpt5'
  1006. if [ x$feature_platform_search_hint = xy ]; then
  1007. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  1008. else
  1009. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  1010. fi
  1011. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff init=/sbin/upstart
  1012. initrd /boot/initrd.img-4.2.0-35-generic
  1013. }
  1014. menuentry 'Ubuntu, with Linux 4.2.0-35-generic (recovery mode) (sur /dev/sda5) (sur /dev/sda7) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-35-generic.efi.signed-root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset-d1b814c5-49a7-4478-b4cc-74f018296434' {
  1015. insmod part_gpt
  1016. insmod ext2
  1017. set root='hd0,gpt5'
  1018. if [ x$feature_platform_search_hint = xy ]; then
  1019. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  1020. else
  1021. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  1022. fi
  1023. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  1024. initrd /boot/initrd.img-4.2.0-35-generic
  1025. }
  1026. }
  1027. menuentry 'Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1028. insmod part_msdos
  1029. insmod ext2
  1030. set root='hd1,msdos5'
  1031. if [ x$feature_platform_search_hint = xy ]; then
  1032. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1033. else
  1034. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1035. fi
  1036. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  1037. initrd /boot/initrd.img-4.4.0-16-generic
  1038. }
  1039. submenu 'Options avancées pour Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sdb5)' $menuentry_id_option 'osprober-gnulinux-advanced-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1040. menuentry 'Ubuntu (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1041. insmod part_msdos
  1042. insmod ext2
  1043. set root='hd1,msdos5'
  1044. if [ x$feature_platform_search_hint = xy ]; then
  1045. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1046. else
  1047. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1048. fi
  1049. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  1050. initrd /boot/initrd.img-4.4.0-16-generic
  1051. }
  1052. menuentry 'Ubuntu, avec Linux 4.4.0-16-generic (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1053. insmod part_msdos
  1054. insmod ext2
  1055. set root='hd1,msdos5'
  1056. if [ x$feature_platform_search_hint = xy ]; then
  1057. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1058. else
  1059. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1060. fi
  1061. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  1062. initrd /boot/initrd.img-4.4.0-16-generic
  1063. }
  1064. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (recovery mode) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-16-generic.efi.signed-root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1065. insmod part_msdos
  1066. insmod ext2
  1067. set root='hd1,msdos5'
  1068. if [ x$feature_platform_search_hint = xy ]; then
  1069. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1070. else
  1071. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1072. fi
  1073. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  1074. initrd /boot/initrd.img-4.4.0-16-generic
  1075. }
  1076. menuentry 'Ubuntu, avec Linux 4.4.0-15-generic (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic.efi.signed--9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1077. insmod part_msdos
  1078. insmod ext2
  1079. set root='hd1,msdos5'
  1080. if [ x$feature_platform_search_hint = xy ]; then
  1081. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1082. else
  1083. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1084. fi
  1085. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  1086. initrd /boot/initrd.img-4.4.0-15-generic
  1087. }
  1088. menuentry 'Ubuntu, with Linux 4.4.0-15-generic (recovery mode) (sur /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.4.0-15-generic.efi.signed-root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  1089. insmod part_msdos
  1090. insmod ext2
  1091. set root='hd1,msdos5'
  1092. if [ x$feature_platform_search_hint = xy ]; then
  1093. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  1094. else
  1095. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  1096. fi
  1097. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  1098. initrd /boot/initrd.img-4.4.0-15-generic
  1099. }
  1100. }
  1101. set timeout_style=menu
  1102. if [ "${timeout}" = 0 ]; then
  1103. set timeout=10
  1104. fi
  1105. ### END /etc/grub.d/30_os-prober ###
  1106. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  1107. ### END /etc/grub.d/30_uefi-firmware ###
  1108. ### BEGIN /etc/grub.d/40_custom ###
  1109. # This file provides an easy way to add custom menu entries. Simply type the
  1110. # menu entries you want to add after this comment. Be careful not to change
  1111. # the 'exec tail' line above.
  1112. ### END /etc/grub.d/40_custom ###
  1113. ### BEGIN /etc/grub.d/41_custom ###
  1114. if [ -f ${config_directory}/custom.cfg ]; then
  1115. source ${config_directory}/custom.cfg
  1116. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1117. source $prefix/custom.cfg;
  1118. fi
  1119. ### END /etc/grub.d/41_custom ###
  1120. --------------------------------------------------------------------------------
  1121. =============================== sda7/etc/fstab: ================================
  1122. --------------------------------------------------------------------------------
  1123. # /etc/fstab: static file system information.
  1124. #
  1125. # Use 'blkid' to print the universally unique identifier for a
  1126. # device; this may be used with UUID= as a more robust way to name devices
  1127. # that works even if disks are added and removed. See fstab(5).
  1128. #
  1129. # <file system> <mount point> <type> <options> <dump> <pass>
  1130. # / was on /dev/sda7 during installation
  1131. UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e / ext4 errors=remount-ro 0 1
  1132. # /boot/efi was on /dev/sda2 during installation
  1133. UUID=3EE8-FABA /boot/efi vfat defaults 0 1
  1134. /dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
  1135. # swap was on /dev/sda6 during installation
  1136. UUID=d99b65df-e192-480c-9ac2-32c79d2a07fb none swap sw 0 0
  1137. # swap was on /dev/sdb2 during installation
  1138. UUID=4a7e3bc9-9d16-4302-83cc-c4724848163c none swap sw 0 0
  1139. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  1140. --------------------------------------------------------------------------------
  1141. =============================== StdErr Messages: ===============================
  1142. File descriptor 9 (/proc/2097/mounts) leaked on lvs invocation. Parent PID 11076: bash
  1143. File descriptor 63 (pipe:[28809]) leaked on lvs invocation. Parent PID 11076: bash
  1144. ADDITIONAL INFORMATION :
  1145. =================== log of boot-info 2016-04-04__15h32 ===================
  1146. boot-info version : 4ppa35
  1147. boot-sav version : 4ppa35
  1148. glade2script version : 3.2.2~ppa47~saucy
  1149. boot-sav-extra version : 4ppa35
  1150. File descriptor 9 (/proc/2097/mounts) leaked on lvs invocation. Parent PID 3762: /bin/sh
  1151. boot-info is executed in installed-session (Ubuntu Xenial Xerus (development branch), xenial, Ubuntu, x86_64)
  1152. CPU op-mode(s): 32-bit, 64-bit
  1153. BOOT_IMAGE=/boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash vt.handoff=7
  1154. =================== os-prober:
  1155. /dev/sda7:L'OS actuellement utilisé - Ubuntu Xenial Xerus (development branch) CurrentSession:linux
  1156. /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  1157. /dev/sda5:Ubuntu 15.10 (15.10):Ubuntu:linux
  1158. =================== blkid:
  1159. /dev/sda1: LABEL="RM-CM-)cupM-CM-)ration" UUID="B0C0E8A5C0E872D0" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="aee3c406-eb85-4d2e-adc3-ab50b8420b2e"
  1160. /dev/sda2: UUID="3EE8-FABA" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1ccc0f6b-032a-45c8-b25e-b50e2dc5ee8d"
  1161. /dev/sda4: LABEL="OS_WIN" UUID="8616053E160530AB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b6ec2f42-64a7-4f17-bd18-c0cfb0e0a835"
  1162. /dev/sda5: UUID="d1b814c5-49a7-4478-b4cc-74f018296434" TYPE="ext4" PARTUUID="97033c4d-66ba-4c8c-8937-07209ee9c874"
  1163. /dev/sda6: UUID="d99b65df-e192-480c-9ac2-32c79d2a07fb" TYPE="swap" PARTUUID="17f24649-c115-4b2e-86dd-0e6f56908866"
  1164. /dev/sda7: UUID="a87cfe05-7e34-4d80-987e-40fb7c15ea1e" TYPE="ext4" PARTUUID="e5cf4e84-11c6-439a-aa86-8d2e66d4b228"
  1165. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="d3da2d26-2514-4862-94c4-a3d06ada0b66"
  1166. 1 disks with OS, 3 OS : 2 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  1167. Windows not detected by os-prober on sda4.
  1168. =================== /etc/grub.d/ :
  1169. drwxr-xr-x 2 root root 4096 avril 3 14:26 grub.d
  1170. total 76
  1171. -rwxr-xr-x 1 root root 9791 déc. 17 16:00 00_header
  1172. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  1173. -rwxr-xr-x 1 root root 12261 mars 19 04:14 10_linux
  1174. -rwxr-xr-x 1 root root 11082 mars 19 04:14 20_linux_xen
  1175. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  1176. -rwxr-xr-x 1 root root 11692 déc. 17 16:00 30_os-prober
  1177. -rwxr-xr-x 1 root root 1418 mars 19 04:14 30_uefi-firmware
  1178. -rwxr-xr-x 1 root root 214 déc. 17 16:00 40_custom
  1179. -rwxr-xr-x 1 root root 216 déc. 17 16:00 41_custom
  1180. -rw-r--r-- 1 root root 483 déc. 17 16:00 README
  1181. =================== /etc/default/grub :
  1182. # If you change this file, run 'update-grub' afterwards to update
  1183. # /boot/grub/grub.cfg.
  1184. # For full documentation of the options in this file, see:
  1185. # info -f grub -n 'Simple configuration'
  1186. GRUB_DEFAULT=0
  1187. #GRUB_HIDDEN_TIMEOUT=0
  1188. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1189. GRUB_TIMEOUT=10
  1190. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1191. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1192. GRUB_CMDLINE_LINUX=""
  1193. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1194. # This works with Linux (no patch required) and with any kernel that obtains
  1195. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1196. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1197. # Uncomment to disable graphical terminal (grub-pc only)
  1198. #GRUB_TERMINAL=console
  1199. # The resolution used on graphical terminal
  1200. # note that you can use only modes which your graphic card supports via VBE
  1201. # you can see them in real GRUB with the command `vbeinfo'
  1202. #GRUB_GFXMODE=640x480
  1203. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1204. #GRUB_DISABLE_LINUX_UUID=true
  1205. # Uncomment to disable generation of recovery mode menu entries
  1206. #GRUB_DISABLE_RECOVERY="true"
  1207. # Uncomment to get a beep at grub start
  1208. #GRUB_INIT_TUNE="480 440 1"
  1209. /boot/efi detected in the fstab of sda7: UUID=3EE8-FABA (sda2)
  1210. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  1211. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
  1212. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  1213. Presence of bkp file detected: /boot/efi/EFI/Boot/bkpbootx64.efi
  1214. =================== sda5/etc/grub.d/ :
  1215. drwxr-xr-x 2 root root 4096 févr. 23 16:35 grub.d
  1216. total 76
  1217. -rwxr-xr-x 1 root root 9791 sept. 6 2015 00_header
  1218. -rwxr-xr-x 1 root root 6058 sept. 4 2015 05_debian_theme
  1219. -rwxr-xr-x 1 root root 12261 sept. 6 2015 10_linux
  1220. -rwxr-xr-x 1 root root 11082 sept. 6 2015 20_linux_xen
  1221. -rwxr-xr-x 1 root root 1992 août 27 2015 20_memtest86+
  1222. -rwxr-xr-x 1 root root 11692 sept. 6 2015 30_os-prober
  1223. -rwxr-xr-x 1 root root 1418 sept. 6 2015 30_uefi-firmware
  1224. -rwxr-xr-x 1 root root 214 sept. 6 2015 40_custom
  1225. -rwxr-xr-x 1 root root 216 sept. 6 2015 41_custom
  1226. -rw-r--r-- 1 root root 483 sept. 6 2015 README
  1227. =================== sda5/etc/default/grub :
  1228. # If you change this file, run 'update-grub' afterwards to update
  1229. # /boot/grub/grub.cfg.
  1230. # For full documentation of the options in this file, see:
  1231. # info -f grub -n 'Simple configuration'
  1232. GRUB_DEFAULT=0
  1233. #GRUB_HIDDEN_TIMEOUT=0
  1234. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1235. GRUB_TIMEOUT=10
  1236. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1237. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1238. GRUB_CMDLINE_LINUX=""
  1239. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1240. # This works with Linux (no patch required) and with any kernel that obtains
  1241. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1242. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1243. # Uncomment to disable graphical terminal (grub-pc only)
  1244. #GRUB_TERMINAL=console
  1245. # The resolution used on graphical terminal
  1246. # note that you can use only modes which your graphic card supports via VBE
  1247. # you can see them in real GRUB with the command `vbeinfo'
  1248. #GRUB_GFXMODE=640x480
  1249. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1250. #GRUB_DISABLE_LINUX_UUID=true
  1251. # Uncomment to disable generation of recovery mode menu entries
  1252. #GRUB_DISABLE_RECOVERY="true"
  1253. # Uncomment to get a beep at grub start
  1254. #GRUB_INIT_TUNE="480 440 1"
  1255. /boot/efi detected in the fstab of sda5: UUID=3EE8-FABA (sda2)
  1256. ls /sys/firmware/efi/vars : 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,Boot0007-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,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  1257. Veuillez indiquer ce message à [email protected]
  1258. ls /sys/firmware/efi/vars : 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,Boot0007-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,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  1259. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  1260. =================== efibootmgr -v
  1261. BootCurrent: 0006
  1262. BootOrder: 0006,0007,0005,0000,0003,0004
  1263. Boot0000* EFI VMware Virtual SCSI Hard Drive (0.0) PciRoot(0x0)/Pci(0x10,0x0)/SCSI(0,0)
  1264. Boot0003* EFI VMware Virtual SATA CDROM Drive (0.0) PciRoot(0x0)/Pci(0x11,0x0)/Pci(0x5,0x0)/Sata(0,0,0)
  1265. Boot0004* EFI Network PciRoot(0x0)/Pci(0x11,0x0)/Pci(0x1,0x0)/MAC(000c29696ad1,0)
  1266. Boot0005* EFI Internal Shell (Unsupported option) MemoryMapped(11,0x3efba000,0x3f344fff)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)
  1267. Boot0006* ubuntu HD(2,GPT,1ccc0f6b-032a-45c8-b25e-b50e2dc5ee8d,0x96800,0x32000)/File(EFIubuntushimx64.efi)
  1268. Boot0007* Windows Boot Manager HD(2,GPT,1ccc0f6b-032a-45c8-b25e-b50e2dc5ee8d,0x96800,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.}....................
  1269. =================== UEFI/Legacy mode:
  1270. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  1271. SecureBoot enabled.
  1272. =================== PARTITIONS & DISKS:
  1273. sda7 : 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, .
  1274. 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.
  1275. 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.
  1276. 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.
  1277. 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.
  1278. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  1279. =================== parted -l:
  1280. Model: VMware, VMware Virtual S (scsi)
  1281. Disk /dev/sda: 64.4GB
  1282. Sector size (logical/physical): 512B/512B
  1283. Partition Table: gpt
  1284. Disk Flags:
  1285. Number Start End Size File system Name Flags
  1286. 1 1049kB 316MB 315MB ntfs Basic data partition diag
  1287. 2 316MB 420MB 105MB fat32 EFI system partition boot, esp
  1288. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  1289. 4 555MB 40.7GB 40.2GB ntfs Basic data partition msftdata
  1290. 5 40.7GB 50.7GB 10.0GB ext4
  1291. 6 50.7GB 52.7GB 2000MB linux-swap(v1)
  1292. 7 52.7GB 64.4GB 11.7GB ext4
  1293. =================== parted -lm:
  1294. BYT;
  1295. /dev/sda:64.4GB:scsi:512:512:gpt:VMware, VMware Virtual S:;
  1296. 1:1049kB:316MB:315MB:ntfs:Basic data partition:diag;
  1297. 2:316MB:420MB:105MB:fat32:EFI system partition:boot, esp;
  1298. 3:420MB:555MB:134MB::Microsoft reserved partition:msftres;
  1299. 4:555MB:40.7GB:40.2GB:ntfs:Basic data partition:msftdata;
  1300. 5:40.7GB:50.7GB:10.0GB:ext4::;
  1301. 6:50.7GB:52.7GB:2000MB:linux-swap(v1)::;
  1302. 7:52.7GB:64.4GB:11.7GB:ext4::;
  1303. =================== lsblk:
  1304. KNAME TYPE FSTYPE SIZE LABEL
  1305. fd0 disk 4K
  1306. sda disk 60G
  1307. sda1 part ntfs 300M Récupération
  1308. sda2 part vfat 100M
  1309. sda3 part 128M
  1310. sda4 part ntfs 37,4G OS_WIN
  1311. sda5 part ext4 9,3G
  1312. sda6 part swap 1,9G
  1313. sda7 part ext4 10,9G
  1314. sr0 rom 194M
  1315. KNAME ROTA RO RM STATE MOUNTPOINT
  1316. fd0 1 0 1
  1317. sda 1 0 0 running
  1318. sda1 1 0 0 /mnt/boot-sav/sda1
  1319. sda2 1 0 0 /boot/efi
  1320. sda3 1 0 0
  1321. sda4 1 0 0 /mnt/boot-sav/sda4
  1322. sda5 1 0 0 /mnt/boot-sav/sda5
  1323. sda6 1 0 0 [SWAP]
  1324. sda7 1 0 0 /
  1325. sr0 1 0 1 running
  1326. =================== mount:
  1327. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1328. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1329. udev on /dev type devtmpfs (rw,nosuid,relatime,size=483608k,nr_inodes=120902,mode=755)
  1330. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1331. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=100704k,mode=755)
  1332. /dev/sda7 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  1333. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1334. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1335. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1336. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  1337. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  1338. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1339. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  1340. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  1341. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
  1342. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  1343. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  1344. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  1345. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  1346. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  1347. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  1348. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  1349. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  1350. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  1351. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1352. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1353. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1354. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1355. /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  1356. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  1357. tmpfs on /run/user/112 type tmpfs (rw,nosuid,nodev,relatime,size=100704k,mode=700,uid=112,gid=118)
  1358. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=100704k,mode=700,uid=1000,gid=1000)
  1359. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  1360. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  1361. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  1362. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime,data=ordered)
  1363. =================== ls:
  1364. /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
  1365. /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
  1366. /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
  1367. /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 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 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
  1368. ls /dev/mapper: control
  1369. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  1370. =================== hexdump -n512 -C /dev/sda1
  1371. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  1372. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  1373. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  1374. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  1375. 00000040 f6 00 00 00 01 00 00 00 d0 72 e8 c0 a5 e8 c0 b0 |.........r......|
  1376. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  1377. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  1378. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  1379. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  1380. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  1381. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  1382. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  1383. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  1384. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  1385. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  1386. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  1387. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  1388. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  1389. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  1390. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  1391. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  1392. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  1393. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  1394. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  1395. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  1396. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  1397. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  1398. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  1399. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  1400. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  1401. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1402. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  1403. 00000200
  1404. =================== hexdump -n512 -C /dev/sda2
  1405. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  1406. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  1407. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  1408. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1409. 00000040 80 01 29 ba fa e8 3e 4e 4f 20 4e 41 4d 45 20 20 |..)...>NO NAME |
  1410. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  1411. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  1412. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  1413. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  1414. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  1415. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  1416. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  1417. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  1418. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  1419. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  1420. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  1421. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  1422. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  1423. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  1424. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  1425. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  1426. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  1427. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  1428. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  1429. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1430. *
  1431. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 45 72 |..............Er|
  1432. 000001b0 72 2e 20 64 69 73 71 75 65 ff 0d 0a 50 72 65 73 |r. disque...Pres|
  1433. 000001c0 73 65 7a 20 75 6e 65 20 74 6f 75 63 68 65 20 70 |sez une touche p|
  1434. 000001d0 6f 75 72 20 72 65 64 82 6d 61 72 72 65 72 0d 0a |our red.marrer..|
  1435. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1436. 000001f0 00 00 00 00 00 00 00 00 ac 01 ba 01 00 00 55 aa |..............U.|
  1437. 00000200
  1438. =================== hexdump -n512 -C /dev/sda4
  1439. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  1440. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 10 00 |........?.......|
  1441. 00000020 00 00 00 00 80 00 80 00 ff 1f ad 04 00 00 00 00 |................|
  1442. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  1443. 00000040 f6 00 00 00 01 00 00 00 ab 30 05 16 3e 05 16 86 |.........0..>...|
  1444. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  1445. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  1446. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  1447. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  1448. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  1449. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  1450. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  1451. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  1452. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  1453. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  1454. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  1455. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  1456. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  1457. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  1458. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  1459. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  1460. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  1461. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  1462. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  1463. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 72 65 |............Erre|
  1464. 00000190 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 71 75 |ur lecture disqu|
  1465. 000001a0 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 6f 6d 70 |e...BOOTMGR comp|
  1466. 000001b0 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b 41 6c 74 |ress....Ctrl+Alt|
  1467. 000001c0 2b 53 75 70 70 72 20 70 6f 75 72 20 72 65 64 82 |+Suppr pour red.|
  1468. 000001d0 6d 61 72 72 65 72 0d 0a 00 73 74 61 72 74 0d 0a |marrer...start..|
  1469. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1470. 000001f0 00 00 00 00 00 00 8a 01 a2 01 b6 01 00 00 55 aa |..............U.|
  1471. 00000200
  1472. =================== df -Th:
  1473. Filesystem Type Size Used Avail Use% Mounted on
  1474. udev devtmpfs 473M 0 473M 0% /dev
  1475. tmpfs tmpfs 99M 6.4M 93M 7% /run
  1476. /dev/sda7 ext4 11G 4.1G 6.0G 41% /
  1477. tmpfs tmpfs 492M 196K 492M 1% /dev/shm
  1478. tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
  1479. tmpfs tmpfs 492M 0 492M 0% /sys/fs/cgroup
  1480. /dev/sda2 vfat 96M 35M 62M 36% /boot/efi
  1481. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  1482. tmpfs tmpfs 99M 4.0K 99M 1% /run/user/112
  1483. tmpfs tmpfs 99M 40K 99M 1% /run/user/1000
  1484. /dev/sda1 fuseblk 300M 218M 83M 73% /mnt/boot-sav/sda1
  1485. /dev/sda4 fuseblk 38G 26G 13G 68% /mnt/boot-sav/sda4
  1486. /dev/sda5 ext4 9.1G 4.3G 4.4G 50% /mnt/boot-sav/sda5
  1487. =================== fdisk -l:
  1488. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1489. Units: sectors of 1 * 512 = 512 bytes
  1490. Sector size (logical/physical): 512 bytes / 4096 bytes
  1491. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1492. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1493. Units: sectors of 1 * 512 = 512 bytes
  1494. Sector size (logical/physical): 512 bytes / 4096 bytes
  1495. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1496. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1497. Units: sectors of 1 * 512 = 512 bytes
  1498. Sector size (logical/physical): 512 bytes / 4096 bytes
  1499. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1500. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1501. Units: sectors of 1 * 512 = 512 bytes
  1502. Sector size (logical/physical): 512 bytes / 4096 bytes
  1503. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1504. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1505. Units: sectors of 1 * 512 = 512 bytes
  1506. Sector size (logical/physical): 512 bytes / 4096 bytes
  1507. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1508. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1509. Units: sectors of 1 * 512 = 512 bytes
  1510. Sector size (logical/physical): 512 bytes / 4096 bytes
  1511. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1512. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1513. Units: sectors of 1 * 512 = 512 bytes
  1514. Sector size (logical/physical): 512 bytes / 4096 bytes
  1515. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1516. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1517. Units: sectors of 1 * 512 = 512 bytes
  1518. Sector size (logical/physical): 512 bytes / 4096 bytes
  1519. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1520. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1521. Units: sectors of 1 * 512 = 512 bytes
  1522. Sector size (logical/physical): 512 bytes / 4096 bytes
  1523. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1524. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1525. Units: sectors of 1 * 512 = 512 bytes
  1526. Sector size (logical/physical): 512 bytes / 4096 bytes
  1527. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1528. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1529. Units: sectors of 1 * 512 = 512 bytes
  1530. Sector size (logical/physical): 512 bytes / 4096 bytes
  1531. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1532. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1533. Units: sectors of 1 * 512 = 512 bytes
  1534. Sector size (logical/physical): 512 bytes / 4096 bytes
  1535. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1536. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1537. Units: sectors of 1 * 512 = 512 bytes
  1538. Sector size (logical/physical): 512 bytes / 4096 bytes
  1539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1540. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1541. Units: sectors of 1 * 512 = 512 bytes
  1542. Sector size (logical/physical): 512 bytes / 4096 bytes
  1543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1544. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1545. Units: sectors of 1 * 512 = 512 bytes
  1546. Sector size (logical/physical): 512 bytes / 4096 bytes
  1547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1548. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1549. Units: sectors of 1 * 512 = 512 bytes
  1550. Sector size (logical/physical): 512 bytes / 4096 bytes
  1551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1552. Disk /dev/sda: 60 GiB, 64424509440 bytes, 125829120 sectors
  1553. Units: sectors of 1 * 512 = 512 bytes
  1554. Sector size (logical/physical): 512 bytes / 512 bytes
  1555. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1556. Disklabel type: gpt
  1557. Disk identifier: 473666AF-D222-4098-891F-7CA5E326736D
  1558. Device Start End Sectors Size Type
  1559. /dev/sda1 2048 616447 614400 300M Windows recovery environment
  1560. /dev/sda2 616448 821247 204800 100M EFI System
  1561. /dev/sda3 821248 1083391 262144 128M Microsoft reserved
  1562. /dev/sda4 1083392 79538175 78454784 37.4G Microsoft basic data
  1563. /dev/sda5 79538176 99069425 19531250 9.3G Linux filesystem
  1564. /dev/sda6 99069952 102975487 3905536 1.9G Linux swap
  1565. /dev/sda7 102975488 125827050 22851563 10.9G Linux filesystem
  1566. =================== Suggested repair
  1567. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda7, using the following options: sda2/boot/efi,
  1568. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot use-standard-efi-file restore-efi-backups
  1569. =================== Advice in case of suggested repair
  1570. Veuillez désactiver SecureBoot dans le BIOS. Puis réessayez.Voulez-vous continuer ?
  1571. =================== Final advice in case of suggested repair
  1572. Si votre ordinateur redémarre directement sur Windows, essayez de changer l'ordre de démarrage dans votre BIOS.
  1573. 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.
  1574. Par exemple, vous pouvez démarrer Windows, puis saisir la commande suivante dans une invite de commande en mode administrateur :
  1575. bcdedit /set {bootmgr} path \EFI\...\grub*.efi
  1576. =================== User settings
  1577. The settings chosen by the user will not act on the boot.
  1578. paste.ubuntu.com ko (), using paste.debian
  1579. paste.debian.net ko (), using paste2