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. => No boot loader is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ext4
  7. Boot sector type: -
  8. Boot sector info:
  9. Operating System:
  10. Boot files:
  11. sda2: __________________________________________________________________________
  12. File system: swap
  13. Boot sector type: -
  14. Boot sector info:
  15. sda3: __________________________________________________________________________
  16. File system: Extended Partition
  17. Boot sector type: Unknown
  18. Boot sector info:
  19. sda5: __________________________________________________________________________
  20. File system: ext4
  21. Boot sector type: -
  22. Boot sector info:
  23. Operating System: Ubuntu Xenial Xerus (development branch)
  24. Boot files: /boot/grub/grub.cfg /etc/fstab
  25. sdb1: __________________________________________________________________________
  26. File system: vfat
  27. Boot sector type: FAT32
  28. Boot sector info: No errors found in the Boot Parameter Block.
  29. Operating System:
  30. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  31. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  32. sdb2: __________________________________________________________________________
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System: Ubuntu Xenial Xerus (development branch)
  37. Boot files: /boot/grub/grub.cfg /etc/fstab
  38. sdb3: __________________________________________________________________________
  39. File system: swap
  40. Boot sector type: -
  41. Boot sector info:
  42. ============================ Drive/Partition Info: =============================
  43. Drive: sda _____________________________________________________________________
  44. Disk /dev/sda: 40 GiB, 42949672960 bytes, 83886080 sectors
  45. Units: sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. I/O size (minimum/optimal): 512 bytes / 512 bytes
  48. Disklabel type: dos
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50. /dev/sda1 * 2,048 61,024,127 61,022,080 83 Linux
  51. /dev/sda2 79,691,776 83,885,134 4,193,359 82 Linux swap / Solaris
  52. /dev/sda3 61,024,254 79,691,775 18,667,522 5 Extended
  53. /dev/sda5 61,024,256 79,691,775 18,667,520 83 Linux
  54. Drive: sdb _____________________________________________________________________
  55. Disk /dev/sdb: 30 GiB, 32212254720 bytes, 62914560 sectors
  56. Units: sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. I/O size (minimum/optimal): 512 bytes / 512 bytes
  59. Disklabel type: gpt
  60. Partition Boot Start Sector End Sector # of Sectors Id System
  61. /dev/sdb1 1 62,914,559 62,914,559 ee GPT
  62. GUID Partition Table detected.
  63. Partition Start Sector End Sector # of Sectors System
  64. /dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
  65. /dev/sdb2 1,050,624 60,819,455 59,768,832 Data partition (Linux)
  66. /dev/sdb3 60,819,456 62,912,511 2,093,056 Swap partition (Linux)
  67. "blkid" output: ________________________________________________________________
  68. Device UUID TYPE LABEL
  69. /dev/sda1 5ba69b2f-e2b2-4685-9346-f806e7f0149e ext4 clonezill_utopic
  70. /dev/sda2 4a7e3bc9-9d16-4302-83cc-c4724848163c swap
  71. /dev/sda5 9f995e27-6d39-460d-a7f6-52a8c9796532 ext4
  72. /dev/sdb1 8CA5-3C0B vfat
  73. /dev/sdb2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ext4
  74. /dev/sdb3 d5c01b8a-e118-4288-965d-1386726fae6f swap
  75. ========================= "ls -l /dev/disk/by-id" output: ======================
  76. total 0
  77. lrwxrwxrwx 1 root root 9 Apr 8 16:18 ata-VMware_Virtual_SATA_CDRW_Drive_00000000000000000001 -> ../../sr0
  78. ================================ Mount points: =================================
  79. Device Mount_Point Type Options
  80. /dev/sdb1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  81. /dev/sdb2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  82. =========================== sda5/boot/grub/grub.cfg: ===========================
  83. --------------------------------------------------------------------------------
  84. #
  85. # DO NOT EDIT THIS FILE
  86. #
  87. # It is automatically generated by grub-mkconfig using templates
  88. # from /etc/grub.d and settings from /etc/default/grub
  89. #
  90. ### BEGIN /etc/grub.d/00_header ###
  91. if [ -s $prefix/grubenv ]; then
  92. set have_grubenv=true
  93. load_env
  94. fi
  95. if [ "${next_entry}" ] ; then
  96. set default="${next_entry}"
  97. set next_entry=
  98. save_env next_entry
  99. set boot_once=true
  100. else
  101. set default="0"
  102. fi
  103. if [ x"${feature_menuentry_id}" = xy ]; then
  104. menuentry_id_option="--id"
  105. else
  106. menuentry_id_option=""
  107. fi
  108. export menuentry_id_option
  109. if [ "${prev_saved_entry}" ]; then
  110. set saved_entry="${prev_saved_entry}"
  111. save_env saved_entry
  112. set prev_saved_entry=
  113. save_env prev_saved_entry
  114. set boot_once=true
  115. fi
  116. function savedefault {
  117. if [ -z "${boot_once}" ]; then
  118. saved_entry="${chosen}"
  119. save_env saved_entry
  120. fi
  121. }
  122. function recordfail {
  123. set recordfail=1
  124. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  125. }
  126. function load_video {
  127. if [ x$feature_all_video_module = xy ]; then
  128. insmod all_video
  129. else
  130. insmod efi_gop
  131. insmod efi_uga
  132. insmod ieee1275_fb
  133. insmod vbe
  134. insmod vga
  135. insmod video_bochs
  136. insmod video_cirrus
  137. fi
  138. }
  139. if [ x$feature_default_font_path = xy ] ; then
  140. font=unicode
  141. else
  142. insmod part_msdos
  143. insmod ext2
  144. set root='hd1,msdos5'
  145. if [ x$feature_platform_search_hint = xy ]; then
  146. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  147. else
  148. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152. if loadfont $font ; then
  153. set gfxmode=auto
  154. load_video
  155. insmod gfxterm
  156. set locale_dir=$prefix/locale
  157. set lang=fr_FR
  158. insmod gettext
  159. fi
  160. terminal_output gfxterm
  161. if [ "${recordfail}" = 1 ] ; then
  162. set timeout=30
  163. else
  164. if [ x$feature_timeout_style = xy ] ; then
  165. set timeout_style=menu
  166. set timeout=10
  167. # Fallback normal timeout code in case the timeout_style feature is
  168. # unavailable.
  169. else
  170. set timeout=10
  171. fi
  172. fi
  173. ### END /etc/grub.d/00_header ###
  174. ### BEGIN /etc/grub.d/05_debian_theme ###
  175. set menu_color_normal=white/black
  176. set menu_color_highlight=black/light-gray
  177. if background_color 45,51,53; then
  178. clear
  179. fi
  180. ### END /etc/grub.d/05_debian_theme ###
  181. ### BEGIN /etc/grub.d/10_linux ###
  182. function gfxmode {
  183. set gfxpayload="${1}"
  184. if [ "${1}" = "keep" ]; then
  185. set vt_handoff=vt.handoff=7
  186. else
  187. set vt_handoff=
  188. fi
  189. }
  190. if [ "${recordfail}" != 1 ]; then
  191. if [ -e ${prefix}/gfxblacklist.txt ]; then
  192. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  193. if [ ${match} = 0 ]; then
  194. set linux_gfx_mode=keep
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. else
  202. set linux_gfx_mode=keep
  203. fi
  204. else
  205. set linux_gfx_mode=text
  206. fi
  207. export linux_gfx_mode
  208. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  214. insmod part_msdos
  215. insmod ext2
  216. set root='hd1,msdos5'
  217. if [ x$feature_platform_search_hint = xy ]; then
  218. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  219. else
  220. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  221. fi
  222. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  223. initrd /boot/initrd.img-4.4.0-16-generic
  224. }
  225. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  226. 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-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd1,msdos5'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  237. else
  238. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  239. fi
  240. echo 'Chargement de Linux 4.4.0-16-generic…'
  241. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  242. echo 'Chargement du disque mémoire initial…'
  243. initrd /boot/initrd.img-4.4.0-16-generic
  244. }
  245. 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-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  246. recordfail
  247. load_video
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_msdos
  251. insmod ext2
  252. set root='hd1,msdos5'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  255. else
  256. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  257. fi
  258. echo 'Chargement de Linux 4.4.0-16-generic…'
  259. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  260. echo 'Chargement du disque mémoire initial…'
  261. initrd /boot/initrd.img-4.4.0-16-generic
  262. }
  263. menuentry 'Ubuntu, avec Linux 4.4.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-15-generic-advanced-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  264. recordfail
  265. load_video
  266. gfxmode $linux_gfx_mode
  267. insmod gzio
  268. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd1,msdos5'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  274. else
  275. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  276. fi
  277. echo 'Chargement de Linux 4.4.0-15-generic…'
  278. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  279. echo 'Chargement du disque mémoire initial…'
  280. initrd /boot/initrd.img-4.4.0-15-generic
  281. }
  282. menuentry 'Ubuntu, with Linux 4.4.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-15-generic-recovery-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  283. recordfail
  284. load_video
  285. insmod gzio
  286. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  287. insmod part_msdos
  288. insmod ext2
  289. set root='hd1,msdos5'
  290. if [ x$feature_platform_search_hint = xy ]; then
  291. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  292. else
  293. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  294. fi
  295. echo 'Chargement de Linux 4.4.0-15-generic…'
  296. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  297. echo 'Chargement du disque mémoire initial…'
  298. initrd /boot/initrd.img-4.4.0-15-generic
  299. }
  300. }
  301. ### END /etc/grub.d/10_linux ###
  302. ### BEGIN /etc/grub.d/20_linux_xen ###
  303. ### END /etc/grub.d/20_linux_xen ###
  304. ### BEGIN /etc/grub.d/20_memtest86+ ###
  305. ### END /etc/grub.d/20_memtest86+ ###
  306. ### BEGIN /etc/grub.d/30_os-prober ###
  307. menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-3EE8-FABA' {
  308. insmod part_gpt
  309. insmod fat
  310. set root='hd0,gpt2'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3EE8-FABA
  313. else
  314. search --no-floppy --fs-uuid --set=root 3EE8-FABA
  315. fi
  316. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  317. }
  318. 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' {
  319. insmod part_gpt
  320. insmod ext2
  321. set root='hd0,gpt5'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  324. else
  325. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  326. fi
  327. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  328. initrd /boot/initrd.img-4.2.0-35-generic
  329. }
  330. submenu 'Options avancées pour Ubuntu 15.10 (15.10) (sur /dev/sda5)' $menuentry_id_option 'osprober-gnulinux-advanced-d1b814c5-49a7-4478-b4cc-74f018296434' {
  331. 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' {
  332. insmod part_gpt
  333. insmod ext2
  334. set root='hd0,gpt5'
  335. if [ x$feature_platform_search_hint = xy ]; then
  336. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  337. else
  338. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  339. fi
  340. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  341. initrd /boot/initrd.img-4.2.0-35-generic
  342. }
  343. 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' {
  344. insmod part_gpt
  345. insmod ext2
  346. set root='hd0,gpt5'
  347. if [ x$feature_platform_search_hint = xy ]; then
  348. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  349. else
  350. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  351. fi
  352. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  353. initrd /boot/initrd.img-4.2.0-35-generic
  354. }
  355. 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' {
  356. insmod part_gpt
  357. insmod ext2
  358. set root='hd0,gpt5'
  359. if [ x$feature_platform_search_hint = xy ]; then
  360. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  361. else
  362. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  363. fi
  364. 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
  365. initrd /boot/initrd.img-4.2.0-35-generic
  366. }
  367. 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' {
  368. insmod part_gpt
  369. insmod ext2
  370. set root='hd0,gpt5'
  371. if [ x$feature_platform_search_hint = xy ]; then
  372. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  373. else
  374. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  375. fi
  376. linux /boot/vmlinuz-4.2.0-35-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  377. initrd /boot/initrd.img-4.2.0-35-generic
  378. }
  379. 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' {
  380. insmod part_gpt
  381. insmod ext2
  382. set root='hd0,gpt5'
  383. if [ x$feature_platform_search_hint = xy ]; then
  384. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  385. else
  386. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  387. fi
  388. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro quiet splash $vt_handoff
  389. initrd /boot/initrd.img-4.2.0-32-generic
  390. }
  391. 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' {
  392. insmod part_gpt
  393. insmod ext2
  394. set root='hd0,gpt5'
  395. if [ x$feature_platform_search_hint = xy ]; then
  396. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  397. else
  398. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  399. fi
  400. 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
  401. initrd /boot/initrd.img-4.2.0-32-generic
  402. }
  403. 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' {
  404. insmod part_gpt
  405. insmod ext2
  406. set root='hd0,gpt5'
  407. if [ x$feature_platform_search_hint = xy ]; then
  408. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 d1b814c5-49a7-4478-b4cc-74f018296434
  409. else
  410. search --no-floppy --fs-uuid --set=root d1b814c5-49a7-4478-b4cc-74f018296434
  411. fi
  412. linux /boot/vmlinuz-4.2.0-32-generic.efi.signed root=UUID=d1b814c5-49a7-4478-b4cc-74f018296434 ro recovery nomodeset
  413. initrd /boot/initrd.img-4.2.0-32-generic
  414. }
  415. }
  416. 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' {
  417. insmod part_gpt
  418. insmod ext2
  419. set root='hd0,gpt7'
  420. if [ x$feature_platform_search_hint = xy ]; then
  421. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  422. else
  423. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  424. fi
  425. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  426. initrd /boot/initrd.img-4.2.0-34-generic
  427. }
  428. 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' {
  429. menuentry 'Ubuntu (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' {
  430. insmod part_gpt
  431. insmod ext2
  432. set root='hd0,gpt7'
  433. if [ x$feature_platform_search_hint = xy ]; then
  434. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  435. else
  436. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  437. fi
  438. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  439. initrd /boot/initrd.img-4.2.0-34-generic
  440. }
  441. 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' {
  442. insmod part_gpt
  443. insmod ext2
  444. set root='hd0,gpt7'
  445. if [ x$feature_platform_search_hint = xy ]; then
  446. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  447. else
  448. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  449. fi
  450. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  451. initrd /boot/initrd.img-4.2.0-34-generic
  452. }
  453. 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' {
  454. insmod part_gpt
  455. insmod ext2
  456. set root='hd0,gpt7'
  457. if [ x$feature_platform_search_hint = xy ]; then
  458. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  459. else
  460. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  461. fi
  462. linux /boot/vmlinuz-4.2.0-34-generic.efi.signed root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  463. initrd /boot/initrd.img-4.2.0-34-generic
  464. }
  465. menuentry 'Ubuntu, avec Linux 4.2.0-27-generic (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-27-generic--a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  466. insmod part_gpt
  467. insmod ext2
  468. set root='hd0,gpt7'
  469. if [ x$feature_platform_search_hint = xy ]; then
  470. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  471. else
  472. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  473. fi
  474. linux /boot/vmlinuz-4.2.0-27-generic root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro quiet splash $vt_handoff
  475. initrd /boot/initrd.img-4.2.0-27-generic
  476. }
  477. menuentry 'Ubuntu, with Linux 4.2.0-27-generic (recovery mode) (sur /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-27-generic-root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset-a87cfe05-7e34-4d80-987e-40fb7c15ea1e' {
  478. insmod part_gpt
  479. insmod ext2
  480. set root='hd0,gpt7'
  481. if [ x$feature_platform_search_hint = xy ]; then
  482. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  483. else
  484. search --no-floppy --fs-uuid --set=root a87cfe05-7e34-4d80-987e-40fb7c15ea1e
  485. fi
  486. linux /boot/vmlinuz-4.2.0-27-generic root=UUID=a87cfe05-7e34-4d80-987e-40fb7c15ea1e ro recovery nomodeset
  487. initrd /boot/initrd.img-4.2.0-27-generic
  488. }
  489. }
  490. menuentry 'Ubuntu 14.04.3 LTS (14.04) (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9c56ba27-93c9-459f-b479-1c1b7a740650' {
  491. insmod part_gpt
  492. insmod ext2
  493. set root='hd2,gpt2'
  494. if [ x$feature_platform_search_hint = xy ]; then
  495. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  496. else
  497. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  498. fi
  499. linux /vmlinuz-3.19.0-33-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  500. initrd /initrd.img-3.19.0-33-generic
  501. }
  502. submenu 'Options avancées pour Ubuntu 14.04.3 LTS (14.04) (sur /dev/mapper/ubuntu--vg-root)' $menuentry_id_option 'osprober-gnulinux-advanced-9c56ba27-93c9-459f-b479-1c1b7a740650' {
  503. menuentry 'Ubuntu (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.19.0-33-generic.efi.signed--9c56ba27-93c9-459f-b479-1c1b7a740650' {
  504. insmod part_gpt
  505. insmod ext2
  506. set root='hd2,gpt2'
  507. if [ x$feature_platform_search_hint = xy ]; then
  508. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  509. else
  510. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  511. fi
  512. linux /vmlinuz-3.19.0-33-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  513. initrd /initrd.img-3.19.0-33-generic
  514. }
  515. menuentry 'Ubuntu, avec Linux 3.19.0-33-generic (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.19.0-33-generic.efi.signed--9c56ba27-93c9-459f-b479-1c1b7a740650' {
  516. insmod part_gpt
  517. insmod ext2
  518. set root='hd2,gpt2'
  519. if [ x$feature_platform_search_hint = xy ]; then
  520. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  521. else
  522. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  523. fi
  524. linux /vmlinuz-3.19.0-33-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  525. initrd /initrd.img-3.19.0-33-generic
  526. }
  527. menuentry 'Ubuntu, with Linux 3.19.0-33-generic (recovery mode) (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.19.0-33-generic.efi.signed-root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset-9c56ba27-93c9-459f-b479-1c1b7a740650' {
  528. insmod part_gpt
  529. insmod ext2
  530. set root='hd2,gpt2'
  531. if [ x$feature_platform_search_hint = xy ]; then
  532. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  533. else
  534. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  535. fi
  536. linux /vmlinuz-3.19.0-33-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  537. initrd /initrd.img-3.19.0-33-generic
  538. }
  539. menuentry 'Ubuntu, avec Linux 3.19.0-25-generic (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.19.0-25-generic--9c56ba27-93c9-459f-b479-1c1b7a740650' {
  540. insmod part_gpt
  541. insmod ext2
  542. set root='hd2,gpt2'
  543. if [ x$feature_platform_search_hint = xy ]; then
  544. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  545. else
  546. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  547. fi
  548. linux /vmlinuz-3.19.0-25-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  549. initrd /initrd.img-3.19.0-25-generic
  550. }
  551. menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode) (sur /dev/mapper/ubuntu--vg-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.19.0-25-generic-root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset-9c56ba27-93c9-459f-b479-1c1b7a740650' {
  552. insmod part_gpt
  553. insmod ext2
  554. set root='hd2,gpt2'
  555. if [ x$feature_platform_search_hint = xy ]; then
  556. search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  557. else
  558. search --no-floppy --fs-uuid --set=root 5b7c4f8f-ab9e-4bcd-a319-41b3668b9b6d
  559. fi
  560. linux /vmlinuz-3.19.0-25-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  561. initrd /initrd.img-3.19.0-25-generic
  562. }
  563. }
  564. set timeout_style=menu
  565. if [ "${timeout}" = 0 ]; then
  566. set timeout=10
  567. fi
  568. ### END /etc/grub.d/30_os-prober ###
  569. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  570. ### END /etc/grub.d/30_uefi-firmware ###
  571. ### BEGIN /etc/grub.d/40_custom ###
  572. # This file provides an easy way to add custom menu entries. Simply type the
  573. # menu entries you want to add after this comment. Be careful not to change
  574. # the 'exec tail' line above.
  575. ### END /etc/grub.d/40_custom ###
  576. ### BEGIN /etc/grub.d/41_custom ###
  577. if [ -f ${config_directory}/custom.cfg ]; then
  578. source ${config_directory}/custom.cfg
  579. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  580. source $prefix/custom.cfg;
  581. fi
  582. ### END /etc/grub.d/41_custom ###
  583. --------------------------------------------------------------------------------
  584. =============================== sda5/etc/fstab: ================================
  585. --------------------------------------------------------------------------------
  586. # /etc/fstab: static file system information.
  587. #
  588. # Use 'blkid' to print the universally unique identifier for a
  589. # device; this may be used with UUID= as a more robust way to name devices
  590. # that works even if disks are added and removed. See fstab(5).
  591. #
  592. # <file system> <mount point> <type> <options> <dump> <pass>
  593. # / was on /dev/sdb5 during installation
  594. UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 / ext4 errors=remount-ro 0 1
  595. # /boot/efi was on /dev/sda2 during installation
  596. UUID=3EE8-FABA /boot/efi vfat umask=0077 0 1
  597. /dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
  598. # swap was on /dev/sdb2 during installation
  599. UUID=4a7e3bc9-9d16-4302-83cc-c4724848163c none swap sw 0 0
  600. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  601. --------------------------------------------------------------------------------
  602. =========================== sdb2/boot/grub/grub.cfg: ===========================
  603. --------------------------------------------------------------------------------
  604. #
  605. # DO NOT EDIT THIS FILE
  606. #
  607. # It is automatically generated by grub-mkconfig using templates
  608. # from /etc/grub.d and settings from /etc/default/grub
  609. #
  610. ### BEGIN /etc/grub.d/00_header ###
  611. if [ -s $prefix/grubenv ]; then
  612. set have_grubenv=true
  613. load_env
  614. fi
  615. if [ "${next_entry}" ] ; then
  616. set default="${next_entry}"
  617. set next_entry=
  618. save_env next_entry
  619. set boot_once=true
  620. else
  621. set default="0"
  622. fi
  623. if [ x"${feature_menuentry_id}" = xy ]; then
  624. menuentry_id_option="--id"
  625. else
  626. menuentry_id_option=""
  627. fi
  628. export menuentry_id_option
  629. if [ "${prev_saved_entry}" ]; then
  630. set saved_entry="${prev_saved_entry}"
  631. save_env saved_entry
  632. set prev_saved_entry=
  633. save_env prev_saved_entry
  634. set boot_once=true
  635. fi
  636. function savedefault {
  637. if [ -z "${boot_once}" ]; then
  638. saved_entry="${chosen}"
  639. save_env saved_entry
  640. fi
  641. }
  642. function recordfail {
  643. set recordfail=1
  644. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  645. }
  646. function load_video {
  647. if [ x$feature_all_video_module = xy ]; then
  648. insmod all_video
  649. else
  650. insmod efi_gop
  651. insmod efi_uga
  652. insmod ieee1275_fb
  653. insmod vbe
  654. insmod vga
  655. insmod video_bochs
  656. insmod video_cirrus
  657. fi
  658. }
  659. if [ x$feature_default_font_path = xy ] ; then
  660. font=unicode
  661. else
  662. insmod part_gpt
  663. insmod ext2
  664. set root='hd1,gpt2'
  665. if [ x$feature_platform_search_hint = xy ]; then
  666. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  667. else
  668. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  669. fi
  670. font="/usr/share/grub/unicode.pf2"
  671. fi
  672. if loadfont $font ; then
  673. set gfxmode=auto
  674. load_video
  675. insmod gfxterm
  676. set locale_dir=$prefix/locale
  677. set lang=fr_FR
  678. insmod gettext
  679. fi
  680. terminal_output gfxterm
  681. if [ "${recordfail}" = 1 ] ; then
  682. set timeout=30
  683. else
  684. if [ x$feature_timeout_style = xy ] ; then
  685. set timeout_style=menu
  686. set timeout=10
  687. # Fallback normal timeout code in case the timeout_style feature is
  688. # unavailable.
  689. else
  690. set timeout=10
  691. fi
  692. fi
  693. ### END /etc/grub.d/00_header ###
  694. ### BEGIN /etc/grub.d/05_debian_theme ###
  695. set menu_color_normal=white/black
  696. set menu_color_highlight=black/light-gray
  697. if background_color 44,0,30,0; then
  698. clear
  699. fi
  700. ### END /etc/grub.d/05_debian_theme ###
  701. ### BEGIN /etc/grub.d/10_linux ###
  702. function gfxmode {
  703. set gfxpayload="${1}"
  704. if [ "${1}" = "keep" ]; then
  705. set vt_handoff=vt.handoff=7
  706. else
  707. set vt_handoff=
  708. fi
  709. }
  710. if [ "${recordfail}" != 1 ]; then
  711. if [ -e ${prefix}/gfxblacklist.txt ]; then
  712. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  713. if [ ${match} = 0 ]; then
  714. set linux_gfx_mode=keep
  715. else
  716. set linux_gfx_mode=text
  717. fi
  718. else
  719. set linux_gfx_mode=text
  720. fi
  721. else
  722. set linux_gfx_mode=keep
  723. fi
  724. else
  725. set linux_gfx_mode=text
  726. fi
  727. export linux_gfx_mode
  728. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  729. recordfail
  730. load_video
  731. gfxmode $linux_gfx_mode
  732. insmod gzio
  733. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  734. insmod part_gpt
  735. insmod ext2
  736. set root='hd1,gpt2'
  737. if [ x$feature_platform_search_hint = xy ]; then
  738. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  739. else
  740. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  741. fi
  742. linux /boot/vmlinuz-4.4.0-17-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash $vt_handoff
  743. initrd /boot/initrd.img-4.4.0-17-generic
  744. }
  745. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  746. menuentry 'Ubuntu, avec Linux 4.4.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-17-generic-advanced-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  747. recordfail
  748. load_video
  749. gfxmode $linux_gfx_mode
  750. insmod gzio
  751. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  752. insmod part_gpt
  753. insmod ext2
  754. set root='hd1,gpt2'
  755. if [ x$feature_platform_search_hint = xy ]; then
  756. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  757. else
  758. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  759. fi
  760. echo 'Chargement de Linux 4.4.0-17-generic…'
  761. linux /boot/vmlinuz-4.4.0-17-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash $vt_handoff
  762. echo 'Chargement du disque mémoire initial…'
  763. initrd /boot/initrd.img-4.4.0-17-generic
  764. }
  765. menuentry 'Ubuntu, with Linux 4.4.0-17-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-17-generic-init-upstart-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  766. recordfail
  767. load_video
  768. gfxmode $linux_gfx_mode
  769. insmod gzio
  770. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  771. insmod part_gpt
  772. insmod ext2
  773. set root='hd1,gpt2'
  774. if [ x$feature_platform_search_hint = xy ]; then
  775. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  776. else
  777. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  778. fi
  779. echo 'Chargement de Linux 4.4.0-17-generic…'
  780. linux /boot/vmlinuz-4.4.0-17-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash $vt_handoff init=/sbin/upstart
  781. echo 'Chargement du disque mémoire initial…'
  782. initrd /boot/initrd.img-4.4.0-17-generic
  783. }
  784. menuentry 'Ubuntu, with Linux 4.4.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-17-generic-recovery-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  785. recordfail
  786. load_video
  787. insmod gzio
  788. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  789. insmod part_gpt
  790. insmod ext2
  791. set root='hd1,gpt2'
  792. if [ x$feature_platform_search_hint = xy ]; then
  793. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  794. else
  795. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  796. fi
  797. echo 'Chargement de Linux 4.4.0-17-generic…'
  798. linux /boot/vmlinuz-4.4.0-17-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro recovery nomodeset
  799. echo 'Chargement du disque mémoire initial…'
  800. initrd /boot/initrd.img-4.4.0-17-generic
  801. }
  802. menuentry 'Ubuntu, avec Linux 3.16.0-70-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-70-generic-advanced-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  803. recordfail
  804. load_video
  805. gfxmode $linux_gfx_mode
  806. insmod gzio
  807. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  808. insmod part_gpt
  809. insmod ext2
  810. set root='hd1,gpt2'
  811. if [ x$feature_platform_search_hint = xy ]; then
  812. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  813. else
  814. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  815. fi
  816. echo 'Chargement de Linux 3.16.0-70-generic…'
  817. linux /boot/vmlinuz-3.16.0-70-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash $vt_handoff
  818. echo 'Chargement du disque mémoire initial…'
  819. initrd /boot/initrd.img-3.16.0-70-generic
  820. }
  821. menuentry 'Ubuntu, with Linux 3.16.0-70-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-70-generic-init-upstart-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  822. recordfail
  823. load_video
  824. gfxmode $linux_gfx_mode
  825. insmod gzio
  826. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  827. insmod part_gpt
  828. insmod ext2
  829. set root='hd1,gpt2'
  830. if [ x$feature_platform_search_hint = xy ]; then
  831. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  832. else
  833. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  834. fi
  835. echo 'Chargement de Linux 3.16.0-70-generic…'
  836. linux /boot/vmlinuz-3.16.0-70-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash $vt_handoff init=/sbin/upstart
  837. echo 'Chargement du disque mémoire initial…'
  838. initrd /boot/initrd.img-3.16.0-70-generic
  839. }
  840. menuentry 'Ubuntu, with Linux 3.16.0-70-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-70-generic-recovery-1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7' {
  841. recordfail
  842. load_video
  843. insmod gzio
  844. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  845. insmod part_gpt
  846. insmod ext2
  847. set root='hd1,gpt2'
  848. if [ x$feature_platform_search_hint = xy ]; then
  849. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  850. else
  851. search --no-floppy --fs-uuid --set=root 1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7
  852. fi
  853. echo 'Chargement de Linux 3.16.0-70-generic…'
  854. linux /boot/vmlinuz-3.16.0-70-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro recovery nomodeset
  855. echo 'Chargement du disque mémoire initial…'
  856. initrd /boot/initrd.img-3.16.0-70-generic
  857. }
  858. }
  859. ### END /etc/grub.d/10_linux ###
  860. ### BEGIN /etc/grub.d/20_linux_xen ###
  861. ### END /etc/grub.d/20_linux_xen ###
  862. ### BEGIN /etc/grub.d/20_memtest86+ ###
  863. ### END /etc/grub.d/20_memtest86+ ###
  864. ### BEGIN /etc/grub.d/30_os-prober ###
  865. menuentry 'Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  866. insmod part_msdos
  867. insmod ext2
  868. set root='hd0,msdos5'
  869. if [ x$feature_platform_search_hint = xy ]; then
  870. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  871. else
  872. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  873. fi
  874. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  875. initrd /boot/initrd.img-4.4.0-16-generic
  876. }
  877. submenu 'Options avancées pour Ubuntu Xenial Xerus (development branch) (16.04) (sur /dev/sda5)' $menuentry_id_option 'osprober-gnulinux-advanced-9f995e27-6d39-460d-a7f6-52a8c9796532' {
  878. menuentry 'Ubuntu (sur /dev/sda5)' --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' {
  879. insmod part_msdos
  880. insmod ext2
  881. set root='hd0,msdos5'
  882. if [ x$feature_platform_search_hint = xy ]; then
  883. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  884. else
  885. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  886. fi
  887. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  888. initrd /boot/initrd.img-4.4.0-16-generic
  889. }
  890. menuentry 'Ubuntu, avec Linux 4.4.0-16-generic (sur /dev/sda5)' --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' {
  891. insmod part_msdos
  892. insmod ext2
  893. set root='hd0,msdos5'
  894. if [ x$feature_platform_search_hint = xy ]; then
  895. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  896. else
  897. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  898. fi
  899. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  900. initrd /boot/initrd.img-4.4.0-16-generic
  901. }
  902. menuentry 'Ubuntu, with Linux 4.4.0-16-generic (recovery mode) (sur /dev/sda5)' --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' {
  903. insmod part_msdos
  904. insmod ext2
  905. set root='hd0,msdos5'
  906. if [ x$feature_platform_search_hint = xy ]; then
  907. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  908. else
  909. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  910. fi
  911. linux /boot/vmlinuz-4.4.0-16-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  912. initrd /boot/initrd.img-4.4.0-16-generic
  913. }
  914. menuentry 'Ubuntu, avec Linux 4.4.0-15-generic (sur /dev/sda5)' --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' {
  915. insmod part_msdos
  916. insmod ext2
  917. set root='hd0,msdos5'
  918. if [ x$feature_platform_search_hint = xy ]; then
  919. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  920. else
  921. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  922. fi
  923. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro quiet splash $vt_handoff
  924. initrd /boot/initrd.img-4.4.0-15-generic
  925. }
  926. menuentry 'Ubuntu, with Linux 4.4.0-15-generic (recovery mode) (sur /dev/sda5)' --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' {
  927. insmod part_msdos
  928. insmod ext2
  929. set root='hd0,msdos5'
  930. if [ x$feature_platform_search_hint = xy ]; then
  931. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 9f995e27-6d39-460d-a7f6-52a8c9796532
  932. else
  933. search --no-floppy --fs-uuid --set=root 9f995e27-6d39-460d-a7f6-52a8c9796532
  934. fi
  935. linux /boot/vmlinuz-4.4.0-15-generic.efi.signed root=UUID=9f995e27-6d39-460d-a7f6-52a8c9796532 ro recovery nomodeset
  936. initrd /boot/initrd.img-4.4.0-15-generic
  937. }
  938. }
  939. set timeout_style=menu
  940. if [ "${timeout}" = 0 ]; then
  941. set timeout=10
  942. fi
  943. ### END /etc/grub.d/30_os-prober ###
  944. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  945. ### END /etc/grub.d/30_uefi-firmware ###
  946. ### BEGIN /etc/grub.d/40_custom ###
  947. # This file provides an easy way to add custom menu entries. Simply type the
  948. # menu entries you want to add after this comment. Be careful not to change
  949. # the 'exec tail' line above.
  950. ### END /etc/grub.d/40_custom ###
  951. ### BEGIN /etc/grub.d/41_custom ###
  952. if [ -f ${config_directory}/custom.cfg ]; then
  953. source ${config_directory}/custom.cfg
  954. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  955. source $prefix/custom.cfg;
  956. fi
  957. ### END /etc/grub.d/41_custom ###
  958. --------------------------------------------------------------------------------
  959. =============================== sdb2/etc/fstab: ================================
  960. --------------------------------------------------------------------------------
  961. # /etc/fstab: static file system information.
  962. #
  963. # Use 'blkid' to print the universally unique identifier for a
  964. # device; this may be used with UUID= as a more robust way to name devices
  965. # that works even if disks are added and removed. See fstab(5).
  966. #
  967. # <file system> <mount point> <type> <options> <dump> <pass>
  968. # / was on /dev/sdb2 during installation
  969. UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 / ext4 errors=remount-ro 0 1
  970. # /boot/efi was on /dev/sdb1 during installation
  971. UUID=8CA5-3C0B /boot/efi vfat defaults 0 1
  972. # swap was on /dev/sdb3 during installation
  973. UUID=d5c01b8a-e118-4288-965d-1386726fae6f none swap sw 0 0
  974. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  975. --------------------------------------------------------------------------------
  976. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  977. Unknown BootLoader on sda3
  978. 00000000 de ca f4 dc a8 b5 c0 c3 db 04 d9 66 54 9c c4 a9 |...........fT...|
  979. 00000010 d8 f5 2e 83 23 5c 27 91 3a 9e d4 bb 49 3d 24 40 |....#\'.:...I=$@|
  980. 00000020 dc bc c4 db 4c 2e 6e 00 88 64 38 93 c0 21 6e 21 |....L.n..d8..!n!|
  981. 00000030 e5 74 1a 10 c8 1c f5 7a 9c 0e 8b 4d 76 71 52 d8 |.t.....z...MvqR.|
  982. 00000040 3d 4e d3 d9 74 17 d8 ad 85 92 49 34 1b d1 13 cf |=N..t.....I4....|
  983. 00000050 54 41 d9 43 4b 3a c3 ad c1 31 a1 bd 47 55 b0 2f |TA.CK:...1..GU./|
  984. 00000060 ad df 2d a3 4a c4 6e 6a 63 a3 cf ab 15 8c 7c 48 |..-.J.njc.....|H|
  985. 00000070 f4 33 56 ea 6f 7c aa 39 83 84 8b 71 f8 5b e9 70 |.3V.o|.9...q.[.p|
  986. 00000080 54 82 6b b4 ef 67 64 ad 87 bf f0 65 67 c7 97 2f |T.k..gd....eg../|
  987. 00000090 fc b9 ae e3 fd 8e 91 67 bf fe 06 74 6a 37 92 df |.......g...tj7..|
  988. 000000a0 aa 25 74 8f ea 22 67 d9 bf 4b 67 fe f9 13 cc da |.%t.."g..Kg.....|
  989. 000000b0 4a c4 4b 17 30 6b 46 64 47 2a 14 9f be 50 c0 de |J.K.0kFdG*...P..|
  990. 000000c0 56 c0 eb 84 71 c2 74 81 13 0a 0b cc a2 09 f8 5e |V...q.t........^|
  991. 000000d0 23 86 f5 fe 29 0c 0a 11 28 5c 35 a6 bc 83 ab 65 |#...)...(\5....e|
  992. 000000e0 a1 34 e8 d8 35 70 77 ee 95 bb f0 95 da f1 15 37 |.4..5pw........7|
  993. 000000f0 2f f7 cc 9d 39 7d 9a 7c 7c a1 9c 3d 33 2b b9 7c |/...9}.||..=3+.||
  994. 00000100 96 ff cc e0 87 37 5d 06 15 d8 b8 d3 15 f6 4b 32 |.....7].......K2|
  995. 00000110 50 c5 e5 c1 14 4a 54 fd 5d ce 60 ed d0 c0 58 60 |P....JT.].`...X`|
  996. 00000120 da 02 a5 31 c5 82 44 12 5b 06 b9 e6 ac bc 80 b3 |...1..D.[.......|
  997. 00000130 56 ae fa 5a 67 16 0e 57 89 35 42 63 91 e7 5b b3 |V..Zg..W.5Bc..[.|
  998. 00000140 7a 7b b3 c2 b9 fa 15 3b 65 58 10 c0 7f b6 7d dd |z{.....;eX....}.|
  999. 00000150 ff 5e 58 71 b0 eb 21 12 3e da f5 cc 92 b6 27 7e |.^Xq..!.>.....'~|
  1000. 00000160 aa 6e 98 31 72 b5 97 e8 27 dd 3c ad b2 a8 6c c0 |.n.1r...'.<...l.|
  1001. 00000170 c4 2f c8 eb e7 16 df 71 f3 3c 12 a7 b7 ff 71 e9 |./.....q.<....q.|
  1002. 00000180 ca f1 cd bf 5e f0 7a 52 0a 1e 58 b2 fc ba d4 99 |....^.zR..X.....|
  1003. 00000190 77 c6 34 d5 d7 cc c9 76 fe b0 aa 86 45 8a a8 b2 |w.4....v....E...|
  1004. 000001a0 e9 45 ec 73 ec ec fc 81 72 9d db 9f f4 53 bd 9f |.E.s....r....S..|
  1005. 000001b0 98 65 af 9c 96 39 33 44 8b d2 2e ce 93 0c 00 fe |.e...93D........|
  1006. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 d8 1c 01 00 00 |................|
  1007. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1008. *
  1009. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  1010. 00000200
  1011. ADDITIONAL INFORMATION :
  1012. =================== log of boot-info 2016-04-08__17h28 ===================
  1013. boot-info version : 4ppa35
  1014. boot-sav version : 4ppa35
  1015. glade2script version : 3.2.2~ppa47~saucy
  1016. boot-sav-extra version : 4ppa35
  1017. boot-info is executed in installed-session (Ubuntu Xenial Xerus (development branch), xenial, Ubuntu, x86_64)
  1018. CPU op-mode(s): 32-bit, 64-bit
  1019. BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic.efi.signed root=UUID=1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7 ro quiet splash vt.handoff=7
  1020. =================== os-prober:
  1021. /dev/sdb2:L'OS actuellement utilisé - Ubuntu Xenial Xerus (development branch) CurrentSession:linux
  1022. /dev/sda5:Ubuntu Xenial Xerus (development branch) (16.04):Ubuntu:linux
  1023. =================== blkid:
  1024. /dev/sda1: LABEL="clonezill_utopic" UUID="5ba69b2f-e2b2-4685-9346-f806e7f0149e" TYPE="ext4" PARTUUID="c07a28a2-01"
  1025. /dev/sda2: UUID="4a7e3bc9-9d16-4302-83cc-c4724848163c" TYPE="swap" PARTUUID="c07a28a2-02"
  1026. /dev/sda5: UUID="9f995e27-6d39-460d-a7f6-52a8c9796532" TYPE="ext4" PARTUUID="c07a28a2-05"
  1027. /dev/sdb1: UUID="8CA5-3C0B" TYPE="vfat" PARTUUID="26ef001e-e75c-4bfc-bc7f-2a8cd26d2c4f"
  1028. /dev/sdb2: UUID="1e27f1db-aeba-4d59-8e1b-5bbe8c8577c7" TYPE="ext4" PARTUUID="df9c7e42-af01-44b6-8a51-d2c7f3f8a9e7"
  1029. /dev/sdb3: UUID="d5c01b8a-e118-4288-965d-1386726fae6f" TYPE="swap" PARTUUID="00d8cdde-606e-494b-b783-026832b9a0b4"
  1030. 2 disks with OS, 2 OS : 2 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  1031. =================== /etc/grub.d/ :
  1032. drwxr-xr-x 2 root root 4096 avril 8 15:23 grub.d
  1033. total 76
  1034. -rwxr-xr-x 1 root root 9791 déc. 17 16:00 00_header
  1035. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  1036. -rwxr-xr-x 1 root root 12261 mars 19 04:14 10_linux
  1037. -rwxr-xr-x 1 root root 11082 mars 19 04:14 20_linux_xen
  1038. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  1039. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  1040. -rwxr-xr-x 1 root root 1418 mars 19 04:14 30_uefi-firmware
  1041. -rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
  1042. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  1043. -rw-r--r-- 1 root root 483 mai 15 2014 README
  1044. =================== /etc/default/grub :
  1045. # If you change this file, run 'update-grub' afterwards to update
  1046. # /boot/grub/grub.cfg.
  1047. # For full documentation of the options in this file, see:
  1048. # info -f grub -n 'Simple configuration'
  1049. GRUB_DEFAULT=0
  1050. #GRUB_HIDDEN_TIMEOUT=0
  1051. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1052. GRUB_TIMEOUT=10
  1053. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1054. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1055. GRUB_CMDLINE_LINUX=""
  1056. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1057. # This works with Linux (no patch required) and with any kernel that obtains
  1058. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1059. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1060. # Uncomment to disable graphical terminal (grub-pc only)
  1061. #GRUB_TERMINAL=console
  1062. # The resolution used on graphical terminal
  1063. # note that you can use only modes which your graphic card supports via VBE
  1064. # you can see them in real GRUB with the command `vbeinfo'
  1065. #GRUB_GFXMODE=640x480
  1066. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1067. #GRUB_DISABLE_LINUX_UUID=true
  1068. # Uncomment to disable generation of recovery mode menu entries
  1069. #GRUB_DISABLE_RECOVERY="true"
  1070. # Uncomment to get a beep at grub start
  1071. #GRUB_INIT_TUNE="480 440 1"
  1072. /boot/efi detected in the fstab of sdb2: UUID=8CA5-3C0B (sdb1)
  1073. =================== sda5/etc/grub.d/ :
  1074. drwxr-xr-x 2 root root 4096 mars 25 09:53 grub.d
  1075. total 76
  1076. -rwxr-xr-x 1 root root 9791 févr. 6 18:30 00_header
  1077. -rwxr-xr-x 1 root root 6258 janv. 22 12:00 05_debian_theme
  1078. -rwxr-xr-x 1 root root 12261 févr. 6 18:30 10_linux
  1079. -rwxr-xr-x 1 root root 11082 févr. 6 18:30 20_linux_xen
  1080. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  1081. -rwxr-xr-x 1 root root 11692 févr. 6 18:30 30_os-prober
  1082. -rwxr-xr-x 1 root root 1418 févr. 6 18:30 30_uefi-firmware
  1083. -rwxr-xr-x 1 root root 214 févr. 6 18:30 40_custom
  1084. -rwxr-xr-x 1 root root 216 févr. 6 18:30 41_custom
  1085. -rw-r--r-- 1 root root 483 févr. 6 18:30 README
  1086. =================== sda5/etc/default/grub :
  1087. # If you change this file, run 'update-grub' afterwards to update
  1088. # /boot/grub/grub.cfg.
  1089. # For full documentation of the options in this file, see:
  1090. # info -f grub -n 'Simple configuration'
  1091. GRUB_DEFAULT=0
  1092. #GRUB_HIDDEN_TIMEOUT=0
  1093. GRUB_HIDDEN_TIMEOUT_QUIET=true
  1094. GRUB_TIMEOUT=10
  1095. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  1096. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  1097. GRUB_CMDLINE_LINUX=""
  1098. # Uncomment to enable BadRAM filtering, modify to suit your needs
  1099. # This works with Linux (no patch required) and with any kernel that obtains
  1100. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  1101. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  1102. # Uncomment to disable graphical terminal (grub-pc only)
  1103. #GRUB_TERMINAL=console
  1104. # The resolution used on graphical terminal
  1105. # note that you can use only modes which your graphic card supports via VBE
  1106. # you can see them in real GRUB with the command `vbeinfo'
  1107. #GRUB_GFXMODE=640x480
  1108. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  1109. #GRUB_DISABLE_LINUX_UUID=true
  1110. # Uncomment to disable generation of recovery mode menu entries
  1111. #GRUB_DISABLE_RECOVERY="true"
  1112. # Uncomment to get a beep at grub start
  1113. #GRUB_INIT_TUNE="480 440 1"
  1114. /boot/efi detected in the fstab of sda5: UUID=3EE8-FABA ()
  1115. 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,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  1116. Veuillez indiquer ce message à [email protected]
  1117. 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,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,
  1118. Special SecureBoot. Veuillez indiquer ce message à [email protected]
  1119. =================== efibootmgr -v
  1120. BootCurrent: 0000
  1121. BootOrder: 0000,0007,0005,0003,0004,0006,0001
  1122. Boot0000* ubuntu HD(1,GPT,26ef001e-e75c-4bfc-bc7f-2a8cd26d2c4f,0x800,0x100000)/File(EFIubuntushimx64.efi)
  1123. Boot0001* EFI VMware Virtual SCSI Hard Drive (1.0) PciRoot(0x0)/Pci(0x10,0x0)/SCSI(1,0)
  1124. Boot0003* EFI VMware Virtual SATA CDROM Drive (0.0) PciRoot(0x0)/Pci(0x11,0x0)/Pci(0x5,0x0)/Sata(0,0,0)
  1125. Boot0004* EFI Network PciRoot(0x0)/Pci(0x11,0x0)/Pci(0x1,0x0)/MAC(000c29696ad1,0)
  1126. Boot0005* EFI Internal Shell (Unsupported option) MemoryMapped(11,0x3efba000,0x3f344fff)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)
  1127. Boot0006* EFI VMware Virtual SCSI Hard Drive (2.0) PciRoot(0x0)/Pci(0x10,0x0)/SCSI(2,0)
  1128. 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.}....................
  1129. =================== UEFI/Legacy mode:
  1130. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  1131. SecureBoot enabled.
  1132. =================== PARTITIONS & DISKS:
  1133. sdb2 : sdb, 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, .
  1134. sda1 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  1135. 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-bad-efi, 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.
  1136. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-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.
  1137. sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  1138. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  1139. =================== parted -l:
  1140. Model: VMware, VMware Virtual S (scsi)
  1141. Disk /dev/sda: 42.9GB
  1142. Sector size (logical/physical): 512B/512B
  1143. Partition Table: msdos
  1144. Disk Flags:
  1145. Number Start End Size Type File system Flags
  1146. 1 1049kB 31.2GB 31.2GB primary ext4 boot
  1147. 3 31.2GB 40.8GB 9558MB extended
  1148. 5 31.2GB 40.8GB 9558MB logical ext4
  1149. 2 40.8GB 42.9GB 2147MB primary linux-swap(v1)
  1150. Model: VMware, VMware Virtual S (scsi)
  1151. Disk /dev/sdb: 32.2GB
  1152. Sector size (logical/physical): 512B/512B
  1153. Partition Table: gpt
  1154. Disk Flags:
  1155. Number Start End Size File system Name Flags
  1156. 1 1049kB 538MB 537MB fat32 boot, esp
  1157. 2 538MB 31.1GB 30.6GB ext4
  1158. 3 31.1GB 32.2GB 1072MB linux-swap(v1)
  1159. =================== parted -lm:
  1160. BYT;
  1161. /dev/sda:42.9GB:scsi:512:512:msdos:VMware, VMware Virtual S:;
  1162. 1:1049kB:31.2GB:31.2GB:ext4::boot;
  1163. 3:31.2GB:40.8GB:9558MB:::;
  1164. 5:31.2GB:40.8GB:9558MB:ext4::;
  1165. 2:40.8GB:42.9GB:2147MB:linux-swap(v1)::;
  1166. BYT;
  1167. /dev/sdb:32.2GB:scsi:512:512:gpt:VMware, VMware Virtual S:;
  1168. 1:1049kB:538MB:537MB:fat32::boot, esp;
  1169. 2:538MB:31.1GB:30.6GB:ext4::;
  1170. 3:31.1GB:32.2GB:1072MB:linux-swap(v1)::;
  1171. =================== lsblk:
  1172. KNAME TYPE FSTYPE SIZE LABEL
  1173. fd0 disk 4K
  1174. sda disk 40G
  1175. sda1 part ext4 29,1G clonezill_utopic
  1176. sda2 part swap 2G
  1177. sda3 part 1K
  1178. sda5 part ext4 8,9G
  1179. sdb disk 30G
  1180. sdb1 part vfat 512M
  1181. sdb2 part ext4 28,5G
  1182. sdb3 part swap 1022M
  1183. sr0 rom 1024M
  1184. KNAME ROTA RO RM STATE MOUNTPOINT
  1185. fd0 1 0 1
  1186. sda 1 0 0 running
  1187. sda1 1 0 0 /mnt/boot-sav/sda1
  1188. sda2 1 0 0
  1189. sda3 1 0 0
  1190. sda5 1 0 0 /mnt/boot-sav/sda5
  1191. sdb 1 0 0 running
  1192. sdb1 1 0 0 /boot/efi
  1193. sdb2 1 0 0 /
  1194. sdb3 1 0 0 [SWAP]
  1195. sr0 1 0 1 running
  1196. =================== mount:
  1197. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  1198. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  1199. udev on /dev type devtmpfs (rw,nosuid,relatime,size=484116k,nr_inodes=121029,mode=755)
  1200. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  1201. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=100704k,mode=755)
  1202. /dev/sdb2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  1203. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  1204. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  1205. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  1206. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  1207. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  1208. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  1209. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  1210. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  1211. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  1212. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  1213. 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=/)
  1214. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  1215. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  1216. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  1217. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  1218. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  1219. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  1220. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  1221. mqueue on /dev/mqueue type mqueue (rw,relatime)
  1222. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  1223. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  1224. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  1225. /dev/sdb1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  1226. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  1227. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=100704k,mode=700,uid=1000,gid=1000)
  1228. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  1229. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  1230. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw,relatime,data=ordered)
  1231. =================== ls:
  1232. /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
  1233. /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 sda5 size slaves stat subsystem trace uevent
  1234. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 sdb2 sdb3 size slaves stat subsystem trace uevent
  1235. /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
  1236. /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 sda5 sdb sdb1 sdb2 sdb3 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net vmci zero
  1237. ls /dev/mapper: control
  1238. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  1239. =================== hexdump -n512 -C /dev/sdb1
  1240. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  1241. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  1242. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  1243. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1244. 00000040 80 01 29 0b 3c a5 8c 4e 4f 20 4e 41 4d 45 20 20 |..).<..NO NAME |
  1245. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  1246. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  1247. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  1248. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  1249. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  1250. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  1251. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  1252. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  1253. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  1254. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  1255. *
  1256. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  1257. 00000200
  1258. =================== df -Th:
  1259. Filesystem Type Size Used Avail Use% Mounted on
  1260. udev devtmpfs 473M 0 473M 0% /dev
  1261. tmpfs tmpfs 99M 6.3M 93M 7% /run
  1262. /dev/sdb2 ext4 28G 4.4G 23G 17% /
  1263. tmpfs tmpfs 492M 208K 492M 1% /dev/shm
  1264. tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
  1265. tmpfs tmpfs 492M 0 492M 0% /sys/fs/cgroup
  1266. /dev/sdb1 vfat 511M 3.6M 508M 1% /boot/efi
  1267. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  1268. tmpfs tmpfs 99M 60K 99M 1% /run/user/1000
  1269. /dev/sda1 ext4 29G 25G 2.9G 90% /mnt/boot-sav/sda1
  1270. /dev/sda5 ext4 8.7G 3.8G 4.5G 47% /mnt/boot-sav/sda5
  1271. =================== fdisk -l:
  1272. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1273. Units: sectors of 1 * 512 = 512 bytes
  1274. Sector size (logical/physical): 512 bytes / 4096 bytes
  1275. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1276. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1277. Units: sectors of 1 * 512 = 512 bytes
  1278. Sector size (logical/physical): 512 bytes / 4096 bytes
  1279. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1280. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1281. Units: sectors of 1 * 512 = 512 bytes
  1282. Sector size (logical/physical): 512 bytes / 4096 bytes
  1283. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1284. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1285. Units: sectors of 1 * 512 = 512 bytes
  1286. Sector size (logical/physical): 512 bytes / 4096 bytes
  1287. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1288. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1289. Units: sectors of 1 * 512 = 512 bytes
  1290. Sector size (logical/physical): 512 bytes / 4096 bytes
  1291. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1292. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1293. Units: sectors of 1 * 512 = 512 bytes
  1294. Sector size (logical/physical): 512 bytes / 4096 bytes
  1295. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1296. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1297. Units: sectors of 1 * 512 = 512 bytes
  1298. Sector size (logical/physical): 512 bytes / 4096 bytes
  1299. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1300. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1301. Units: sectors of 1 * 512 = 512 bytes
  1302. Sector size (logical/physical): 512 bytes / 4096 bytes
  1303. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1304. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1305. Units: sectors of 1 * 512 = 512 bytes
  1306. Sector size (logical/physical): 512 bytes / 4096 bytes
  1307. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1308. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1309. Units: sectors of 1 * 512 = 512 bytes
  1310. Sector size (logical/physical): 512 bytes / 4096 bytes
  1311. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1312. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1313. Units: sectors of 1 * 512 = 512 bytes
  1314. Sector size (logical/physical): 512 bytes / 4096 bytes
  1315. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1316. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1317. Units: sectors of 1 * 512 = 512 bytes
  1318. Sector size (logical/physical): 512 bytes / 4096 bytes
  1319. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1320. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1321. Units: sectors of 1 * 512 = 512 bytes
  1322. Sector size (logical/physical): 512 bytes / 4096 bytes
  1323. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1324. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1325. Units: sectors of 1 * 512 = 512 bytes
  1326. Sector size (logical/physical): 512 bytes / 4096 bytes
  1327. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1328. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1329. Units: sectors of 1 * 512 = 512 bytes
  1330. Sector size (logical/physical): 512 bytes / 4096 bytes
  1331. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1332. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1333. Units: sectors of 1 * 512 = 512 bytes
  1334. Sector size (logical/physical): 512 bytes / 4096 bytes
  1335. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1336. Disk /dev/sda: 40 GiB, 42949672960 bytes, 83886080 sectors
  1337. Units: sectors of 1 * 512 = 512 bytes
  1338. Sector size (logical/physical): 512 bytes / 512 bytes
  1339. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1340. Disklabel type: dos
  1341. Disk identifier: 0xc07a28a2
  1342. Device Boot Start End Sectors Size Id Type
  1343. /dev/sda1 * 2048 61024127 61022080 29.1G 83 Linux
  1344. /dev/sda2 79691776 83885134 4193359 2G 82 Linux swap / Solaris
  1345. /dev/sda3 61024254 79691775 18667522 8.9G 5 Extended
  1346. /dev/sda5 61024256 79691775 18667520 8.9G 83 Linux
  1347. Partition table entries are not in disk order.
  1348. Disk /dev/sdb: 30 GiB, 32212254720 bytes, 62914560 sectors
  1349. Units: sectors of 1 * 512 = 512 bytes
  1350. Sector size (logical/physical): 512 bytes / 512 bytes
  1351. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1352. Disklabel type: gpt
  1353. Disk identifier: 6FAEE5DF-F4DE-425D-9D89-D11CEA8F88FB
  1354. Device Start End Sectors Size Type
  1355. /dev/sdb1 2048 1050623 1048576 512M EFI System
  1356. /dev/sdb2 1050624 60819455 59768832 28.5G Linux filesystem
  1357. /dev/sdb3 60819456 62912511 2093056 1022M Linux swap
  1358. =================== Suggested repair
  1359. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sdb2, using the following options: sdb1/boot/efi,
  1360. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  1361. =================== Final advice in case of suggested repair
  1362. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (32.2GB) !
  1363. =================== User settings
  1364. The settings chosen by the user will not act on the boot.
  1365. paste.ubuntu.com ko (), using paste.debian
  1366. paste.debian.net ko (), using paste2