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