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