1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (3.61-4.03) 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: vfat
  7. Boot sector type: SYSLINUX 4.03 0x4d8ae235
  8. Boot sector info: Syslinux looks at sector 3140584 of /dev/sda1 for its
  9. second stage. SYSLINUX is installed in the /
  10. directory. No errors found in the Boot Parameter Block.
  11. Operating System:
  12. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  13. /EFI/BOOT/grubx64.efi /ldlinux.sys
  14. sdb1: __________________________________________________________________________
  15. File system: vfat
  16. Boot sector type: FAT32
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System:
  19. Boot files: /EFI/ubuntu/fbx64.efi /EFI/ubuntu/fwupx64.efi
  20. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/mmx64.efi
  21. /EFI/ubuntu/shimx64.efi
  22. sdb2: __________________________________________________________________________
  23. File system: ext2
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files: /grub/grub.cfg
  28. sdb3: __________________________________________________________________________
  29. File system: crypto_LUKS
  30. Boot sector type: Unknown
  31. Boot sector info:
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 14.9 GiB, 16008609792 bytes, 31266816 sectors
  35. Units: sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disklabel type: dos
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 * 2,048 31,266,815 31,264,768 b W95 FAT32
  41. Drive: sdb _____________________________________________________________________
  42. Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 sectors
  43. Units: sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disklabel type: gpt
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sdb1 1 250,085,375 250,085,375 ee GPT
  49. GUID Partition Table detected.
  50. Partition Attrs Start Sector End Sector # of Sectors System
  51. /dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
  52. /dev/sdb2 1,050,624 2,050,047 999,424 Data partition (Linux)
  53. /dev/sdb3 2,050,048 250,083,327 248,033,280 Data partition (Linux)
  54. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  55. "blkid" output: ________________________________________________________________
  56. Device UUID TYPE LABEL
  57. /dev/loop0 squashfs
  58. /dev/sda1 FAA0-1BF9 vfat KUBUNTU 16_
  59. /dev/sdb1 2D69-8615 vfat
  60. /dev/sdb2 54fdab16-2ddc-4731-ba31-1f284ee2d009 ext2
  61. /dev/sdb3 cb60e606-2e47-4a21-a143-9b011528bc54 crypto_LUKS
  62. ========================= "ls -l /dev/disk/by-id" output: ======================
  63. total 0
  64. lrwxrwxrwx 1 root root 9 Apr 12 17:06 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0 -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Apr 12 17:06 usb-SanDisk_Cruzer_Slice_20044530831DFBC034F4-0:0-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 9 Apr 12 17:06 usb-TS-RDF5_SD_Transcend_000000000039-0:0 -> ../../sdb
  67. lrwxrwxrwx 1 root root 10 Apr 12 17:06 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part1 -> ../../sdb1
  68. lrwxrwxrwx 1 root root 10 Apr 12 17:06 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part2 -> ../../sdb2
  69. lrwxrwxrwx 1 root root 10 Apr 12 17:06 usb-TS-RDF5_SD_Transcend_000000000039-0:0-part3 -> ../../sdb3
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/loop0 /rofs squashfs (ro,noatime)
  73. /dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  74. =========================== sda1/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. if loadfont /boot/grub/font.pf2 ; then
  77. set gfxmode=auto
  78. insmod efi_gop
  79. insmod efi_uga
  80. insmod gfxterm
  81. terminal_output gfxterm
  82. fi
  83. set menu_color_normal=white/black
  84. set menu_color_highlight=black/light-gray
  85. menuentry "Try Ubuntu without installing" {
  86. set gfxpayload=keep
  87. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  88. initrd /casper/initrd.lz
  89. }
  90. menuentry "Install Ubuntu" {
  91. set gfxpayload=keep
  92. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  93. initrd /casper/initrd.lz
  94. }
  95. menuentry "OEM install (for manufacturers)" {
  96. set gfxpayload=keep
  97. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  98. initrd /casper/initrd.lz
  99. }
  100. menuentry "Check disc for defects" {
  101. set gfxpayload=keep
  102. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  103. initrd /casper/initrd.lz
  104. }
  105. --------------------------------------------------------------------------------
  106. ============================== sda1/syslinux.cfg: ==============================
  107. --------------------------------------------------------------------------------
  108. default menu.c32
  109. prompt 0
  110. menu title UNetbootin
  111. timeout 100
  112. label unetbootindefault
  113. menu label Default
  114. kernel /ubnkern
  115. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  116. label ubnentry0
  117. menu label ^Help
  118. kernel /ubnkern
  119. append initrd=/ubninit
  120. label ubnentry1
  121. menu label ^Try Ubuntu without installing
  122. kernel /casper/vmlinuz.efi
  123. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  124. label ubnentry2
  125. menu label ^Install Ubuntu
  126. kernel /casper/vmlinuz.efi
  127. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  128. label ubnentry3
  129. menu label ^Check disc for defects
  130. kernel /casper/vmlinuz.efi
  131. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  132. label ubnentry4
  133. menu label Test ^memory
  134. kernel /install/mt86plus
  135. append initrd=/ubninit
  136. label ubnentry5
  137. menu label ^Boot from first hard disk
  138. kernel /ubnkern
  139. append initrd=/ubninit
  140. label ubnentry6
  141. menu label Try Ubuntu without installing
  142. kernel /casper/vmlinuz.efi
  143. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  144. label ubnentry7
  145. menu label Install Ubuntu
  146. kernel /casper/vmlinuz.efi
  147. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  148. label ubnentry8
  149. menu label OEM install (for manufacturers)
  150. kernel /casper/vmlinuz.efi
  151. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  152. label ubnentry9
  153. menu label Check disc for defects
  154. kernel /casper/vmlinuz.efi
  155. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  156. --------------------------------------------------------------------------------
  157. =================== sda1: Location of files loaded by Grub: ====================
  158. GiB - GB File Fragment(s)
  159. ?? = ?? boot/grub/grub.cfg 1
  160. ================= sda1: Location of files loaded by Syslinux: ==================
  161. GiB - GB File Fragment(s)
  162. ?? = ?? syslinux.cfg 1
  163. ?? = ?? ldlinux.sys 1
  164. ?? = ?? menu.c32 1
  165. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  166. menu.c32 : COM32R module (v4.xx)
  167. ============================= sdb2/grub/grub.cfg: ==============================
  168. --------------------------------------------------------------------------------
  169. #
  170. # DO NOT EDIT THIS FILE
  171. #
  172. # It is automatically generated by grub-mkconfig using templates
  173. # from /etc/grub.d and settings from /etc/default/grub
  174. #
  175. ### BEGIN /etc/grub.d/00_header ###
  176. if [ -s $prefix/grubenv ]; then
  177. set have_grubenv=true
  178. load_env
  179. fi
  180. if [ "${next_entry}" ] ; then
  181. set default="${next_entry}"
  182. set next_entry=
  183. save_env next_entry
  184. set boot_once=true
  185. else
  186. set default="0"
  187. fi
  188. if [ x"${feature_menuentry_id}" = xy ]; then
  189. menuentry_id_option="--id"
  190. else
  191. menuentry_id_option=""
  192. fi
  193. export menuentry_id_option
  194. if [ "${prev_saved_entry}" ]; then
  195. set saved_entry="${prev_saved_entry}"
  196. save_env saved_entry
  197. set prev_saved_entry=
  198. save_env prev_saved_entry
  199. set boot_once=true
  200. fi
  201. function savedefault {
  202. if [ -z "${boot_once}" ]; then
  203. saved_entry="${chosen}"
  204. save_env saved_entry
  205. fi
  206. }
  207. function recordfail {
  208. set recordfail=1
  209. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  210. }
  211. function load_video {
  212. if [ x$feature_all_video_module = xy ]; then
  213. insmod all_video
  214. else
  215. insmod efi_gop
  216. insmod efi_uga
  217. insmod ieee1275_fb
  218. insmod vbe
  219. insmod vga
  220. insmod video_bochs
  221. insmod video_cirrus
  222. fi
  223. }
  224. if [ x$feature_default_font_path = xy ] ; then
  225. font=unicode
  226. else
  227. insmod part_gpt
  228. insmod ext2
  229. set root='hd1,gpt2'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  232. else
  233. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  234. fi
  235. font="/grub/unicode.pf2"
  236. fi
  237. if loadfont $font ; then
  238. set gfxmode=auto
  239. load_video
  240. insmod gfxterm
  241. set locale_dir=$prefix/locale
  242. set lang=fr_FR
  243. insmod gettext
  244. fi
  245. terminal_output gfxterm
  246. if [ "${recordfail}" = 1 ] ; then
  247. set timeout=30
  248. else
  249. if [ x$feature_timeout_style = xy ] ; then
  250. set timeout_style=hidden
  251. set timeout=0
  252. # Fallback hidden-timeout code in case the timeout_style feature is
  253. # unavailable.
  254. elif sleep --interruptible 0 ; then
  255. set timeout=0
  256. fi
  257. fi
  258. ### END /etc/grub.d/00_header ###
  259. ### BEGIN /etc/grub.d/05_debian_theme ###
  260. set menu_color_normal=white/black
  261. set menu_color_highlight=black/light-gray
  262. if background_color 44,0,30,0; then
  263. clear
  264. fi
  265. ### END /etc/grub.d/05_debian_theme ###
  266. ### BEGIN /etc/grub.d/10_linux ###
  267. function gfxmode {
  268. set gfxpayload="${1}"
  269. if [ "${1}" = "keep" ]; then
  270. set vt_handoff=vt.handoff=7
  271. else
  272. set vt_handoff=
  273. fi
  274. }
  275. if [ "${recordfail}" != 1 ]; then
  276. if [ -e ${prefix}/gfxblacklist.txt ]; then
  277. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  278. if [ ${match} = 0 ]; then
  279. set linux_gfx_mode=keep
  280. else
  281. set linux_gfx_mode=text
  282. fi
  283. else
  284. set linux_gfx_mode=text
  285. fi
  286. else
  287. set linux_gfx_mode=keep
  288. fi
  289. else
  290. set linux_gfx_mode=text
  291. fi
  292. export linux_gfx_mode
  293. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  294. recordfail
  295. load_video
  296. gfxmode $linux_gfx_mode
  297. insmod gzio
  298. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  299. insmod part_gpt
  300. insmod ext2
  301. set root='hd1,gpt2'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  304. else
  305. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  306. fi
  307. linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  308. initrd /initrd.img-4.8.0-46-generic
  309. }
  310. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  311. menuentry 'Ubuntu, avec Linux 4.8.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-advanced-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  312. recordfail
  313. load_video
  314. gfxmode $linux_gfx_mode
  315. insmod gzio
  316. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  317. insmod part_gpt
  318. insmod ext2
  319. set root='hd1,gpt2'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  322. else
  323. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  324. fi
  325. echo 'Chargement de Linux 4.8.0-46-generic…'
  326. linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  327. echo 'Chargement du disque mémoire initial…'
  328. initrd /initrd.img-4.8.0-46-generic
  329. }
  330. menuentry 'Ubuntu, with Linux 4.8.0-46-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-init-upstart-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  331. recordfail
  332. load_video
  333. gfxmode $linux_gfx_mode
  334. insmod gzio
  335. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  336. insmod part_gpt
  337. insmod ext2
  338. set root='hd1,gpt2'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  341. else
  342. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  343. fi
  344. echo 'Chargement de Linux 4.8.0-46-generic…'
  345. linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
  346. echo 'Chargement du disque mémoire initial…'
  347. initrd /initrd.img-4.8.0-46-generic
  348. }
  349. menuentry 'Ubuntu, with Linux 4.8.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-46-generic-recovery-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  350. recordfail
  351. load_video
  352. insmod gzio
  353. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  354. insmod part_gpt
  355. insmod ext2
  356. set root='hd1,gpt2'
  357. if [ x$feature_platform_search_hint = xy ]; then
  358. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  359. else
  360. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  361. fi
  362. echo 'Chargement de Linux 4.8.0-46-generic…'
  363. linux /vmlinuz-4.8.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  364. echo 'Chargement du disque mémoire initial…'
  365. initrd /initrd.img-4.8.0-46-generic
  366. }
  367. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  368. recordfail
  369. load_video
  370. gfxmode $linux_gfx_mode
  371. insmod gzio
  372. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  373. insmod part_gpt
  374. insmod ext2
  375. set root='hd1,gpt2'
  376. if [ x$feature_platform_search_hint = xy ]; then
  377. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  378. else
  379. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  380. fi
  381. echo 'Chargement de Linux 4.8.0-36-generic…'
  382. linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  383. echo 'Chargement du disque mémoire initial…'
  384. initrd /initrd.img-4.8.0-36-generic
  385. }
  386. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  387. recordfail
  388. load_video
  389. gfxmode $linux_gfx_mode
  390. insmod gzio
  391. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  392. insmod part_gpt
  393. insmod ext2
  394. set root='hd1,gpt2'
  395. if [ x$feature_platform_search_hint = xy ]; then
  396. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  397. else
  398. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  399. fi
  400. echo 'Chargement de Linux 4.8.0-36-generic…'
  401. linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
  402. echo 'Chargement du disque mémoire initial…'
  403. initrd /initrd.img-4.8.0-36-generic
  404. }
  405. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-5f58d3e1-67e0-4cf4-aedf-f743c6d9bae6' {
  406. recordfail
  407. load_video
  408. insmod gzio
  409. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  410. insmod part_gpt
  411. insmod ext2
  412. set root='hd1,gpt2'
  413. if [ x$feature_platform_search_hint = xy ]; then
  414. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 54fdab16-2ddc-4731-ba31-1f284ee2d009
  415. else
  416. search --no-floppy --fs-uuid --set=root 54fdab16-2ddc-4731-ba31-1f284ee2d009
  417. fi
  418. echo 'Chargement de Linux 4.8.0-36-generic…'
  419. linux /vmlinuz-4.8.0-36-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  420. echo 'Chargement du disque mémoire initial…'
  421. initrd /initrd.img-4.8.0-36-generic
  422. }
  423. }
  424. ### END /etc/grub.d/10_linux ###
  425. ### BEGIN /etc/grub.d/20_linux_xen ###
  426. ### END /etc/grub.d/20_linux_xen ###
  427. ### BEGIN /etc/grub.d/20_memtest86+ ###
  428. ### END /etc/grub.d/20_memtest86+ ###
  429. ### BEGIN /etc/grub.d/30_os-prober ###
  430. ### END /etc/grub.d/30_os-prober ###
  431. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  432. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  433. fwsetup
  434. }
  435. ### END /etc/grub.d/30_uefi-firmware ###
  436. ### BEGIN /etc/grub.d/40_custom ###
  437. # This file provides an easy way to add custom menu entries. Simply type the
  438. # menu entries you want to add after this comment. Be careful not to change
  439. # the 'exec tail' line above.
  440. ### END /etc/grub.d/40_custom ###
  441. ### BEGIN /etc/grub.d/41_custom ###
  442. if [ -f ${config_directory}/custom.cfg ]; then
  443. source ${config_directory}/custom.cfg
  444. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  445. source $prefix/custom.cfg;
  446. fi
  447. ### END /etc/grub.d/41_custom ###
  448. --------------------------------------------------------------------------------
  449. =================== sdb2: Location of files loaded by Grub: ====================
  450. GiB - GB File Fragment(s)
  451. 0.634372711 = 0.681152512 grub/grub.cfg 5
  452. 0.566367149 = 0.608132096 vmlinuz-4.8.0-36-generic 10
  453. 0.581999779 = 0.624917504 vmlinuz-4.8.0-46-generic 11
  454. 0.730439186 = 0.784303104 vmlinuz-4.8.0-46-generic.efi.signed 9
  455. 0.786631584 = 0.844639232 initrd.img-4.8.0-36-generic 13
  456. 0.937022209 = 1.006119936 initrd.img-4.8.0-46-generic 16
  457. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  458. Unknown BootLoader on sdb3
  459. 00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
  460. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  461. 00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
  462. 00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
  463. 00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
  464. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  465. 00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
  466. 00000070 87 0d a1 07 5c fa 24 82 f1 ac 7d 8c e7 39 de d8 |....\.$...}..9..|
  467. 00000080 6b 49 4e ea 90 c6 63 c0 94 ec 38 fe 7d 96 f6 62 |kIN...c...8.}..b|
  468. 00000090 f3 5d 6a c6 be 1e d3 33 c5 62 36 0f 74 a8 71 20 |.]j....3.b6.t.q |
  469. 000000a0 93 d3 42 29 00 00 b4 2d 63 62 36 30 65 36 30 36 |..B)...-cb60e606|
  470. 000000b0 2d 32 65 34 37 2d 34 61 32 31 2d 61 31 34 33 2d |-2e47-4a21-a143-|
  471. 000000c0 39 62 30 31 31 35 32 38 62 63 35 34 00 00 00 00 |9b011528bc54....|
  472. 000000d0 00 ac 71 f3 00 02 d2 8a 24 81 fe 9f 04 97 8e 7d |..q.....$......}|
  473. 000000e0 28 bf f7 72 b4 c2 36 3b 25 25 1f 68 b3 01 25 52 |(..r..6;%%.h..%R|
  474. 000000f0 73 e6 27 70 4f 96 40 ba 00 00 00 08 00 00 0f a0 |s.'pO.@.........|
  475. 00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  476. 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  477. 00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
  478. 00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  479. 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  480. 00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
  481. 00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  482. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  483. 00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
  484. 00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  485. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  486. 000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
  487. 000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  488. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  489. 000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
  490. 000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  491. 00000200
  492. =============================== StdErr Messages: ===============================
  493. File descriptor 9 (/proc/5160/mounts) leaked on lvs invocation. Parent PID 11748: bash
  494. File descriptor 63 (pipe:[37604]) leaked on lvs invocation. Parent PID 11748: bash
  495. ADDITIONAL INFORMATION :
  496. =================== log of boot-repair 2017-04-12__17h06 ===================
  497. boot-repair version : 4ppa40
  498. boot-sav version : 4ppa40
  499. glade2script version : 3.2.3~ppa1
  500. boot-sav-extra version : 4ppa40
  501. boot-repair is executed in live-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  502. CPU op-mode(s): 32-bit, 64-bit
  503. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  504. ls: cannot access '/home/usr/.config': No such file or directory
  505. mount: unknown filesystem type 'crypto_LUKS'
  506. mount /dev/sdb3 : Error code 32
  507. mount -r /dev/sdb3 /mnt/boot-sav/sdb3
  508. mount: unknown filesystem type 'crypto_LUKS'
  509. mount -r /dev/sdb3 : Error code 32
  510. =================== os-prober:
  511. =================== blkid:
  512. /dev/sda1: LABEL="KUBUNTU 16_" UUID="FAA0-1BF9" TYPE="vfat" PARTUUID="01a8e938-01"
  513. /dev/loop0: TYPE="squashfs"
  514. /dev/sdb1: UUID="2D69-8615" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="88925a95-6aaf-473e-b1e8-d21b49b017d4"
  515. /dev/sdb2: UUID="54fdab16-2ddc-4731-ba31-1f284ee2d009" TYPE="ext2" PARTUUID="95ec3f04-3e41-433c-8aac-f4486d795fdf"
  516. /dev/sdb3: UUID="cb60e606-2e47-4a21-a143-9b011528bc54" TYPE="crypto_LUKS" PARTUUID="ad224f85-6389-48f7-a40c-f54b6a3d5fcb"
  517. mount: unknown filesystem type 'crypto_LUKS'
  518. mount /dev/sdb3 : Error code 32
  519. mount -r /dev/sdb3 /mnt/boot-sav/sdb3
  520. mount: unknown filesystem type 'crypto_LUKS'
  521. mount -r /dev/sdb3 : Error code 32
  522. =================== efibootmgr -v
  523. BootCurrent: 0002
  524. Timeout: 0 seconds
  525. BootOrder: 2001,0001,2002,2003
  526. Boot0000* ubuntu HD(1,GPT,88925a95-6aaf-473e-b1e8-d21b49b017d4,0x800,0x100000)/File(EFIubuntushimx64.efi)
  527. Boot0001* Windows Boot Manager HD(1,GPT,7ab6de0c-f836-4863-9c2f-65c8e3e7a6a7,0x800,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.}...z................
  528. Boot0002* USB HDD: SanDisk Cruzer Slice PciRoot(0x0)/Pci(0x15,0x0)/USB(3,0)/HD(1,MBR,0x56,0x800,0x1dd1000)RC
  529. Boot0003* Unknown Device: HD(1,GPT,88925a95-6aaf-473e-b1e8-d21b49b017d4,0x800,0x100000)/File(EFIubuntushimx64.efi)RC
  530. Boot2001* EFI USB Device RC
  531. Boot2002* EFI DVD/CDROM RC
  532. Boot2003* EFI Network RC
  533. =================== UEFI/Legacy mode:
  534. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  535. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  536. =================== PARTITIONS & DISKS:
  537. 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.
  538. sdb2 : sdb, is-sepboot, grubenv-ok 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, /media/ubuntu/54fdab16-2ddc-4731-ba31-1f284ee2d009.
  539. sdb3 : sdb, 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, farbios, /mnt/boot-sav/sdb3.
  540. sdb : GPT, no-BIOS_boot, has-correctEFI, usb-disk, no-os, 2048 sectors * 512 bytes
  541. =================== parted -l:
  542. Model: SanDisk Cruzer Slice (scsi)
  543. Disk /dev/sda: 16.0GB
  544. Sector size (logical/physical): 512B/512B
  545. Partition Table: msdos
  546. Disk Flags:
  547. Number Start End Size Type File system Flags
  548. 1 1049kB 16.0GB 16.0GB primary fat32 boot
  549. Model: TS-RDF5 SD Transcend (scsi)
  550. Disk /dev/sdb: 128GB
  551. Sector size (logical/physical): 512B/512B
  552. Partition Table: gpt
  553. Disk Flags:
  554. Number Start End Size File system Name Flags
  555. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  556. 2 538MB 1050MB 512MB ext2
  557. 3 1050MB 128GB 127GB
  558. =================== parted -lm:
  559. BYT;
  560. /dev/sda:16.0GB:scsi:512:512:msdos:SanDisk Cruzer Slice:;
  561. 1:1049kB:16.0GB:16.0GB:fat32::boot;
  562. BYT;
  563. /dev/sdb:128GB:scsi:512:512:gpt:TS-RDF5 SD Transcend:;
  564. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  565. 2:538MB:1050MB:512MB:ext2::;
  566. 3:1050MB:128GB:127GB:::;
  567. =================== lsblk:
  568. KNAME TYPE FSTYPE SIZE LABEL
  569. sdb disk 119.3G
  570. sdb2 part ext2 488M
  571. sdb3 part crypto_LUKS 118.3G
  572. sdb1 part vfat 512M
  573. loop0 loop squashfs 1.4G
  574. sda disk 14.9G
  575. sda1 part vfat 14.9G KUBUNTU 16_
  576. KNAME ROTA RO RM STATE MOUNTPOINT
  577. sdb 1 0 1 running
  578. sdb2 1 0 1 /media/ubuntu/54fdab16-2ddc-4731-ba31-1f284ee2d009
  579. sdb3 1 0 1
  580. sdb1 1 0 1 /mnt/boot-sav/sdb1
  581. loop0 1 1 0 /rofs
  582. sda 1 0 1 running
  583. sda1 1 0 1 /cdrom
  584. =================== mount:
  585. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  586. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  587. udev on /dev type devtmpfs (rw,nosuid,relatime,size=920496k,nr_inodes=230124,mode=755)
  588. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  589. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=187216k,mode=755)
  590. /dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  591. /dev/loop0 on /rofs type squashfs (ro,noatime)
  592. aufs on / type aufs (rw,noatime,si=ad1698799e062f53)
  593. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  594. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  595. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  596. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  597. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  598. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  599. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  600. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  601. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  602. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  603. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  604. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  605. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  606. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  607. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  608. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  609. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  610. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10799)
  611. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  612. mqueue on /dev/mqueue type mqueue (rw,relatime)
  613. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  614. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  615. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  616. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  617. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=187216k,mode=700,uid=999,gid=999)
  618. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  619. /dev/sdb2 on /media/ubuntu/54fdab16-2ddc-4731-ba31-1f284ee2d009 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
  620. /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)
  621. =================== ls:
  622. /sys/block/sda (filtered): alignment_offset badblocks bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
  623. /sys/block/sdb (filtered): alignment_offset badblocks 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
  624. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse gpiochip0 gpiochip1 gpiochip2 gpiochip3 hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  625. ls /dev/mapper: control
  626. =================== hexdump -n512 -C /dev/sdb1
  627. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  628. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  629. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  630. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  631. 00000040 80 01 29 15 86 69 2d 4e 4f 20 4e 41 4d 45 20 20 |..)..i-NO NAME |
  632. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  633. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  634. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  635. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  636. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  637. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  638. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  639. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  640. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  641. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  642. *
  643. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  644. 00000200
  645. =================== df -Th:
  646. Filesystem Type Size Used Avail Use% Mounted on
  647. udev devtmpfs 899M 0 899M 0% /dev
  648. tmpfs tmpfs 183M 6.0M 177M 4% /run
  649. /dev/sda1 vfat 15G 1.5G 14G 10% /cdrom
  650. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  651. aufs aufs 915M 61M 854M 7% /
  652. tmpfs tmpfs 915M 25M 890M 3% /dev/shm
  653. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  654. tmpfs tmpfs 915M 0 915M 0% /sys/fs/cgroup
  655. tmpfs tmpfs 915M 256K 914M 1% /tmp
  656. tmpfs tmpfs 183M 84K 183M 1% /run/user/999
  657. /dev/sdb2 ext2 473M 124M 325M 28% /media/ubuntu/54fdab16-2ddc-4731-ba31-1f284ee2d009
  658. /dev/sdb1 vfat 511M 3.5M 508M 1% /mnt/boot-sav/sdb1
  659. =================== fdisk -l:
  660. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 4096 bytes
  663. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  664. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  665. Units: sectors of 1 * 512 = 512 bytes
  666. Sector size (logical/physical): 512 bytes / 4096 bytes
  667. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  668. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  669. Units: sectors of 1 * 512 = 512 bytes
  670. Sector size (logical/physical): 512 bytes / 4096 bytes
  671. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  672. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  673. Units: sectors of 1 * 512 = 512 bytes
  674. Sector size (logical/physical): 512 bytes / 4096 bytes
  675. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  676. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  677. Units: sectors of 1 * 512 = 512 bytes
  678. Sector size (logical/physical): 512 bytes / 4096 bytes
  679. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  680. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  681. Units: sectors of 1 * 512 = 512 bytes
  682. Sector size (logical/physical): 512 bytes / 4096 bytes
  683. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  684. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  685. Units: sectors of 1 * 512 = 512 bytes
  686. Sector size (logical/physical): 512 bytes / 4096 bytes
  687. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  688. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  689. Units: sectors of 1 * 512 = 512 bytes
  690. Sector size (logical/physical): 512 bytes / 4096 bytes
  691. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  692. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 4096 bytes
  695. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  696. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 4096 bytes
  699. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  700. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  701. Units: sectors of 1 * 512 = 512 bytes
  702. Sector size (logical/physical): 512 bytes / 4096 bytes
  703. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  704. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  705. Units: sectors of 1 * 512 = 512 bytes
  706. Sector size (logical/physical): 512 bytes / 4096 bytes
  707. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  708. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  709. Units: sectors of 1 * 512 = 512 bytes
  710. Sector size (logical/physical): 512 bytes / 4096 bytes
  711. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  712. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  713. Units: sectors of 1 * 512 = 512 bytes
  714. Sector size (logical/physical): 512 bytes / 4096 bytes
  715. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  716. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  717. Units: sectors of 1 * 512 = 512 bytes
  718. Sector size (logical/physical): 512 bytes / 4096 bytes
  719. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  720. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  721. Units: sectors of 1 * 512 = 512 bytes
  722. Sector size (logical/physical): 512 bytes / 4096 bytes
  723. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  724. Disk /dev/loop0: 1.4 GiB, 1497772032 bytes, 2925336 sectors
  725. Units: sectors of 1 * 512 = 512 bytes
  726. Sector size (logical/physical): 512 bytes / 512 bytes
  727. I/O size (minimum/optimal): 512 bytes / 512 bytes
  728. Disk /dev/sda: 14.9 GiB, 16008609792 bytes, 31266816 sectors
  729. Units: sectors of 1 * 512 = 512 bytes
  730. Sector size (logical/physical): 512 bytes / 512 bytes
  731. I/O size (minimum/optimal): 512 bytes / 512 bytes
  732. Disklabel type: dos
  733. Disk identifier: 0x01a8e938
  734. Device Boot Start End Sectors Size Id Type
  735. /dev/sda1 * 2048 31266815 31264768 14.9G b W95 FAT32
  736. Disk /dev/sdb: 119.3 GiB, 128043712512 bytes, 250085376 sectors
  737. Units: sectors of 1 * 512 = 512 bytes
  738. Sector size (logical/physical): 512 bytes / 512 bytes
  739. I/O size (minimum/optimal): 512 bytes / 512 bytes
  740. Disklabel type: gpt
  741. Disk identifier: C360CEDF-9E83-4A31-9CC5-828686605F31
  742. Device Start End Sectors Size Type
  743. /dev/sdb1 2048 1050623 1048576 512M EFI System
  744. /dev/sdb2 1050624 2050047 999424 488M Linux filesystem
  745. /dev/sdb3 2050048 250083327 248033280 118.3G Linux filesystem
  746. No OS or WinEFI system
  747. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  748. /boot detected. Please check the options.
  749. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  750. =================== Recommended repair
  751. The default repair of the Boot-Repair utility will not act on the MBR.
  752. Additional repair will be performed: repair-filesystems
  753. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  754. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  755. fsck -fyM /dev/sdb1
  756. fsck from util-linux 2.27.1
  757. fsck -fyM /dev/sdb2
  758. fsck from util-linux 2.27.1
  759. e2fsck 1.42.13 (17-May-2015)
  760. Pass 1: Checking inodes, blocks, and sizes
  761. Pass 2: Checking directory structure
  762. Pass 3: Checking directory connectivity
  763. Pass 4: Checking reference counts
  764. Pass 5: Checking group summary information
  765. /dev/sdb2: 300/124928 files (22.7% non-contiguous), 142477/499712 blocks
  766. fsck -fyM /dev/sdb3
  767. fsck from util-linux 2.27.1
  768. mount: unknown filesystem type 'crypto_LUKS'
  769. mount /dev/sdb3 : Error code 32
  770. mount -r /dev/sdb3 /mnt/boot-sav/sdb3
  771. mount: unknown filesystem type 'crypto_LUKS'
  772. mount -r /dev/sdb3 : Error code 32
  773. Boot successfully repaired.
  774. You can now reboot your computer.
  775. paste.ubuntu.com ko (), using paste.debian
  776. paste.debian.net ko (), using paste2