1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: vfat
  7. Boot sector type: FAT32
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files:
  11. sda2: __________________________________________________________________________
  12. File system: ext2
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System:
  16. Boot files: /grub/grub.cfg
  17. sda3: __________________________________________________________________________
  18. File system: crypto_LUKS
  19. Boot sector type: Unknown
  20. Boot sector info:
  21. sdb1: __________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: SYSLINUX 6.03
  24. Boot sector info: Syslinux looks at sector 32832 of /dev/sdb1 for its
  25. second stage. The integrity check of Syslinux failed.
  26. No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  29. /EFI/BOOT/grubx64.efi /ldlinux.sys
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sda _____________________________________________________________________
  32. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  33. Units: sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 512 bytes
  35. I/O size (minimum/optimal): 512 bytes / 512 bytes
  36. Disklabel type: gpt
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sda1 1 488,397,167 488,397,167 ee GPT
  39. GUID Partition Table detected.
  40. Partition Attrs Start Sector End Sector # of Sectors System
  41. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  42. /dev/sda2 1,050,624 1,550,335 499,712 Data partition (Linux)
  43. /dev/sda3 1,550,336 488,396,799 486,846,464 Data partition (Linux)
  44. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  45. Drive: sdb _____________________________________________________________________
  46. Disk /dev/sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors
  47. Units: sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disklabel type: dos
  51. Partition Boot Start Sector End Sector # of Sectors Id System
  52. /dev/sdb1 * 2,048 61,439,999 61,437,952 c W95 FAT32 (LBA)
  53. "blkid" output: ________________________________________________________________
  54. Device UUID TYPE LABEL
  55. /dev/loop0 squashfs
  56. /dev/sda1 D9FE-0D62 vfat
  57. /dev/sda2 18e39d27-00e8-4f6a-b76a-6daa4223640f ext2
  58. /dev/sda3 2f757c86-b919-4054-bf0f-70187f32fd7b crypto_LUKS
  59. /dev/sdb1 0A53-19BF vfat UBUNTU 16_0
  60. ========================= "ls -l /dev/disk/by-id" output: ======================
  61. total 0
  62. lrwxrwxrwx 1 root root 9 Dec 17 18:27 ata-Samsung_SSD_850_EVO_250GB_S2CJNXAG605656H -> ../../sda
  63. lrwxrwxrwx 1 root root 10 Dec 17 18:27 ata-Samsung_SSD_850_EVO_250GB_S2CJNXAG605656H-part1 -> ../../sda1
  64. lrwxrwxrwx 1 root root 10 Dec 17 18:27 ata-Samsung_SSD_850_EVO_250GB_S2CJNXAG605656H-part2 -> ../../sda2
  65. lrwxrwxrwx 1 root root 10 Dec 17 18:27 ata-Samsung_SSD_850_EVO_250GB_S2CJNXAG605656H-part3 -> ../../sda3
  66. lrwxrwxrwx 1 root root 9 Dec 17 18:27 usb-Kingston_DataTraveler_2.0_00241D8CE52EB1A400000117-0:0 -> ../../sdb
  67. lrwxrwxrwx 1 root root 10 Dec 17 18:27 usb-Kingston_DataTraveler_2.0_00241D8CE52EB1A400000117-0:0-part1 -> ../../sdb1
  68. lrwxrwxrwx 1 root root 9 Dec 17 18:27 wwn-0x5002538d401dbaaa -> ../../sda
  69. lrwxrwxrwx 1 root root 10 Dec 17 18:27 wwn-0x5002538d401dbaaa-part1 -> ../../sda1
  70. lrwxrwxrwx 1 root root 10 Dec 17 18:27 wwn-0x5002538d401dbaaa-part2 -> ../../sda2
  71. lrwxrwxrwx 1 root root 10 Dec 17 18:27 wwn-0x5002538d401dbaaa-part3 -> ../../sda3
  72. ================================ Mount points: =================================
  73. Device Mount_Point Type Options
  74. /dev/loop0 /rofs squashfs (ro,noatime)
  75. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  76. ============================= sda2/grub/grub.cfg: ==============================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. set have_grubenv=true
  87. load_env
  88. fi
  89. if [ "${next_entry}" ] ; then
  90. set default="${next_entry}"
  91. set next_entry=
  92. save_env next_entry
  93. set boot_once=true
  94. else
  95. set default="0"
  96. fi
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102. export menuentry_id_option
  103. if [ "${prev_saved_entry}" ]; then
  104. set saved_entry="${prev_saved_entry}"
  105. save_env saved_entry
  106. set prev_saved_entry=
  107. save_env prev_saved_entry
  108. set boot_once=true
  109. fi
  110. function savedefault {
  111. if [ -z "${boot_once}" ]; then
  112. saved_entry="${chosen}"
  113. save_env saved_entry
  114. fi
  115. }
  116. function recordfail {
  117. set recordfail=1
  118. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  119. }
  120. function load_video {
  121. if [ x$feature_all_video_module = xy ]; then
  122. insmod all_video
  123. else
  124. insmod efi_gop
  125. insmod efi_uga
  126. insmod ieee1275_fb
  127. insmod vbe
  128. insmod vga
  129. insmod video_bochs
  130. insmod video_cirrus
  131. fi
  132. }
  133. if [ x$feature_default_font_path = xy ] ; then
  134. font=unicode
  135. else
  136. insmod part_gpt
  137. insmod ext2
  138. set root='hd0,gpt2'
  139. if [ x$feature_platform_search_hint = xy ]; then
  140. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  141. else
  142. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  143. fi
  144. font="/grub/unicode.pf2"
  145. fi
  146. if loadfont $font ; then
  147. set gfxmode=auto
  148. load_video
  149. insmod gfxterm
  150. set locale_dir=$prefix/locale
  151. set lang=en_US
  152. insmod gettext
  153. fi
  154. terminal_output gfxterm
  155. if [ "${recordfail}" = 1 ] ; then
  156. set timeout=30
  157. else
  158. if [ x$feature_timeout_style = xy ] ; then
  159. set timeout_style=menu
  160. set timeout=10
  161. # Fallback normal timeout code in case the timeout_style feature is
  162. # unavailable.
  163. else
  164. set timeout=10
  165. fi
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. if background_color 44,0,30,0; then
  172. clear
  173. fi
  174. ### END /etc/grub.d/05_debian_theme ###
  175. ### BEGIN /etc/grub.d/10_linux ###
  176. function gfxmode {
  177. set gfxpayload="${1}"
  178. if [ "${1}" = "keep" ]; then
  179. set vt_handoff=vt.handoff=7
  180. else
  181. set vt_handoff=
  182. fi
  183. }
  184. if [ "${recordfail}" != 1 ]; then
  185. if [ -e ${prefix}/gfxblacklist.txt ]; then
  186. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  187. if [ ${match} = 0 ]; then
  188. set linux_gfx_mode=keep
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=keep
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. export linux_gfx_mode
  202. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  203. recordfail
  204. load_video
  205. gfxmode $linux_gfx_mode
  206. insmod gzio
  207. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  208. insmod part_gpt
  209. insmod ext2
  210. set root='hd0,gpt2'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  213. else
  214. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  215. fi
  216. linux /vmlinuz-4.4.0-53-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  217. initrd /initrd.img-4.4.0-53-generic
  218. }
  219. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  220. menuentry 'Ubuntu, with Linux 4.4.0-53-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-advanced-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  221. recordfail
  222. load_video
  223. gfxmode $linux_gfx_mode
  224. insmod gzio
  225. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  231. else
  232. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  233. fi
  234. echo 'Loading Linux 4.4.0-53-generic ...'
  235. linux /vmlinuz-4.4.0-53-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  236. echo 'Loading initial ramdisk ...'
  237. initrd /initrd.img-4.4.0-53-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-init-upstart-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_gpt
  246. insmod ext2
  247. set root='hd0,gpt2'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  250. else
  251. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  252. fi
  253. echo 'Loading Linux 4.4.0-53-generic ...'
  254. linux /vmlinuz-4.4.0-53-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
  255. echo 'Loading initial ramdisk ...'
  256. initrd /initrd.img-4.4.0-53-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.4.0-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-53-generic-recovery-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  259. recordfail
  260. load_video
  261. insmod gzio
  262. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  263. insmod part_gpt
  264. insmod ext2
  265. set root='hd0,gpt2'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  268. else
  269. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  270. fi
  271. echo 'Loading Linux 4.4.0-53-generic ...'
  272. linux /vmlinuz-4.4.0-53-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  273. echo 'Loading initial ramdisk ...'
  274. initrd /initrd.img-4.4.0-53-generic
  275. }
  276. menuentry 'Ubuntu, with Linux 4.4.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-advanced-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  277. recordfail
  278. load_video
  279. gfxmode $linux_gfx_mode
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_gpt
  283. insmod ext2
  284. set root='hd0,gpt2'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  287. else
  288. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  289. fi
  290. echo 'Loading Linux 4.4.0-51-generic ...'
  291. linux /vmlinuz-4.4.0-51-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
  292. echo 'Loading initial ramdisk ...'
  293. initrd /initrd.img-4.4.0-51-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 4.4.0-51-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-init-upstart-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  296. recordfail
  297. load_video
  298. gfxmode $linux_gfx_mode
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt2'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  306. else
  307. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  308. fi
  309. echo 'Loading Linux 4.4.0-51-generic ...'
  310. linux /vmlinuz-4.4.0-51-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
  311. echo 'Loading initial ramdisk ...'
  312. initrd /initrd.img-4.4.0-51-generic
  313. }
  314. menuentry 'Ubuntu, with Linux 4.4.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-51-generic-recovery-a6005456-8141-4b0e-bcc4-84293d8986d5' {
  315. recordfail
  316. load_video
  317. insmod gzio
  318. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  319. insmod part_gpt
  320. insmod ext2
  321. set root='hd0,gpt2'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 18e39d27-00e8-4f6a-b76a-6daa4223640f
  324. else
  325. search --no-floppy --fs-uuid --set=root 18e39d27-00e8-4f6a-b76a-6daa4223640f
  326. fi
  327. echo 'Loading Linux 4.4.0-51-generic ...'
  328. linux /vmlinuz-4.4.0-51-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  329. echo 'Loading initial ramdisk ...'
  330. initrd /initrd.img-4.4.0-51-generic
  331. }
  332. }
  333. ### END /etc/grub.d/10_linux ###
  334. ### BEGIN /etc/grub.d/20_linux_xen ###
  335. ### END /etc/grub.d/20_linux_xen ###
  336. ### BEGIN /etc/grub.d/20_memtest86+ ###
  337. ### END /etc/grub.d/20_memtest86+ ###
  338. ### BEGIN /etc/grub.d/30_os-prober ###
  339. menuentry 'Windows Boot Manager (on /dev/sdb2)' --class windows --class os $menuentry_id_option 'osprober-efi-BCE1-C589' {
  340. insmod part_gpt
  341. insmod fat
  342. set root='hd1,gpt2'
  343. if [ x$feature_platform_search_hint = xy ]; then
  344. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 BCE1-C589
  345. else
  346. search --no-floppy --fs-uuid --set=root BCE1-C589
  347. fi
  348. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  349. }
  350. set timeout_style=menu
  351. if [ "${timeout}" = 0 ]; then
  352. set timeout=10
  353. fi
  354. ### END /etc/grub.d/30_os-prober ###
  355. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  356. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  357. fwsetup
  358. }
  359. ### END /etc/grub.d/30_uefi-firmware ###
  360. ### BEGIN /etc/grub.d/40_custom ###
  361. # This file provides an easy way to add custom menu entries. Simply type the
  362. # menu entries you want to add after this comment. Be careful not to change
  363. # the 'exec tail' line above.
  364. ### END /etc/grub.d/40_custom ###
  365. ### BEGIN /etc/grub.d/41_custom ###
  366. if [ -f ${config_directory}/custom.cfg ]; then
  367. source ${config_directory}/custom.cfg
  368. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  369. source $prefix/custom.cfg;
  370. fi
  371. ### END /etc/grub.d/41_custom ###
  372. --------------------------------------------------------------------------------
  373. =================== sda2: Location of files loaded by Grub: ====================
  374. GiB - GB File Fragment(s)
  375. 0.571813583 = 0.613980160 grub/grub.cfg 10
  376. 0.659899712 = 0.708561920 vmlinuz-4.4.0-51-generic 10
  377. 0.599354744 = 0.643552256 vmlinuz-4.4.0-51-generic.efi.signed 11
  378. 0.691151619 = 0.742118400 vmlinuz-4.4.0-53-generic 10
  379. 0.706777573 = 0.758896640 vmlinuz-4.4.0-53-generic.efi.signed 9
  380. 0.735826492 = 0.790087680 initrd.img-4.4.0-51-generic 18
  381. 0.696289062 = 0.747634688 initrd.img-4.4.0-53-generic 20
  382. =========================== sdb1/boot/grub/grub.cfg: ===========================
  383. --------------------------------------------------------------------------------
  384. if loadfont /boot/grub/font.pf2 ; then
  385. set gfxmode=auto
  386. insmod efi_gop
  387. insmod efi_uga
  388. insmod gfxterm
  389. terminal_output gfxterm
  390. fi
  391. set menu_color_normal=white/black
  392. set menu_color_highlight=black/light-gray
  393. menuentry "Try Ubuntu without installing" {
  394. set gfxpayload=keep
  395. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  396. initrd /casper/initrd.lz
  397. }
  398. menuentry "Install Ubuntu" {
  399. set gfxpayload=keep
  400. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  401. initrd /casper/initrd.lz
  402. }
  403. menuentry "OEM install (for manufacturers)" {
  404. set gfxpayload=keep
  405. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  406. initrd /casper/initrd.lz
  407. }
  408. menuentry "Check disc for defects" {
  409. set gfxpayload=keep
  410. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  411. initrd /casper/initrd.lz
  412. }
  413. --------------------------------------------------------------------------------
  414. ============================== sdb1/syslinux.cfg: ==============================
  415. --------------------------------------------------------------------------------
  416. DEFAULT loadconfig
  417. LABEL loadconfig
  418. CONFIG /isolinux/isolinux.cfg
  419. APPEND /isolinux/
  420. --------------------------------------------------------------------------------
  421. =================== sdb1: Location of files loaded by Grub: ====================
  422. GiB - GB File Fragment(s)
  423. ?? = ?? boot/grub/grub.cfg 1
  424. ================= sdb1: Location of files loaded by Syslinux: ==================
  425. GiB - GB File Fragment(s)
  426. ?? = ?? syslinux.cfg 1
  427. ?? = ?? ldlinux.sys 1
  428. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  429. Unknown BootLoader on sda3
  430. 00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
  431. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  432. 00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
  433. 00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
  434. 00000040 00 00 00 00 00 00 00 00 73 68 61 31 00 00 00 00 |........sha1....|
  435. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  436. 00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
  437. 00000070 ae 7d 04 17 f6 46 8e 7f c6 dc a0 64 35 b9 12 7a |.}...F.....d5..z|
  438. 00000080 ad eb eb e9 4e b9 c9 cf c2 e3 03 2c 11 34 81 92 |....N......,.4..|
  439. 00000090 b3 e5 da ba 9d e7 23 6c ae 38 5a df 23 df b3 cc |......#l.8Z.#...|
  440. 000000a0 a1 36 2b 2b 00 00 ec 54 32 66 37 35 37 63 38 36 |.6++...T2f757c86|
  441. 000000b0 2d 62 39 31 39 2d 34 30 35 34 2d 62 66 30 66 2d |-b919-4054-bf0f-|
  442. 000000c0 37 30 31 38 37 66 33 32 66 64 37 62 00 00 00 00 |70187f32fd7b....|
  443. 000000d0 00 ac 71 f3 00 03 b2 f7 a5 03 51 60 e0 32 2b 11 |..q.......Q`.2+.|
  444. 000000e0 32 7f e0 7b 1e 95 71 d8 a4 eb dd 33 ba cd 76 fb |2..{..q....3..v.|
  445. 000000f0 54 c5 9f 2b ad 91 db ba 00 00 00 08 00 00 0f a0 |T..+............|
  446. 00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  447. 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  448. 00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
  449. 00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  450. 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  451. 00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
  452. 00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  453. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  454. 00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
  455. 00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  456. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  457. 000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
  458. 000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  459. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  460. 000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
  461. 000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  462. 00000200
  463. =============================== StdErr Messages: ===============================
  464. File descriptor 9 (/proc/7703/mounts) leaked on lvs invocation. Parent PID 14324: bash
  465. File descriptor 63 (pipe:[56848]) leaked on lvs invocation. Parent PID 14324: bash
  466. ADDITIONAL INFORMATION :
  467. =================== log of boot-repair 2016-12-17__18h27 ===================
  468. boot-repair version : 4ppa40
  469. boot-sav version : 4ppa40
  470. glade2script version : 3.2.3~ppa1
  471. boot-sav-extra version : 4ppa40
  472. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  473. CPU op-mode(s): 32-bit, 64-bit
  474. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  475. ls: cannot access '/home/usr/.config': No such file or directory
  476. mount: unknown filesystem type 'crypto_LUKS'
  477. mount /dev/sda3 : Error code 32
  478. mount -r /dev/sda3 /mnt/boot-sav/sda3
  479. mount: unknown filesystem type 'crypto_LUKS'
  480. mount -r /dev/sda3 : Error code 32
  481. =================== os-prober:
  482. =================== blkid:
  483. /dev/sda1: UUID="D9FE-0D62" TYPE="vfat" PARTUUID="50285f33-d4d7-4243-b7b0-9c18811ca46c"
  484. /dev/sda2: UUID="18e39d27-00e8-4f6a-b76a-6daa4223640f" TYPE="ext2" PARTUUID="2fd6ae3c-b5f5-4d47-89ec-0d1f569ee054"
  485. /dev/sdb1: LABEL="UBUNTU 16_0" UUID="0A53-19BF" TYPE="vfat" PARTUUID="03fe85de-01"
  486. /dev/loop0: TYPE="squashfs"
  487. /dev/sda3: UUID="2f757c86-b919-4054-bf0f-70187f32fd7b" TYPE="crypto_LUKS" PARTUUID="d24381b3-2eb5-4403-a532-02b1e25fb69a"
  488. mount: unknown filesystem type 'crypto_LUKS'
  489. mount /dev/sda3 : Error code 32
  490. mount -r /dev/sda3 /mnt/boot-sav/sda3
  491. mount: unknown filesystem type 'crypto_LUKS'
  492. mount -r /dev/sda3 : Error code 32
  493. =================== efibootmgr -v
  494. BootCurrent: 0008
  495. Timeout: 1 seconds
  496. BootOrder: 0000,0001,0008,0007
  497. Boot0000* SATA: Samsung SSD 850 EVO BBS(17,,0x0)
  498. Boot0001* KingstonDataTraveler 2.01100 BBS(21,,0x0)
  499. Boot0007* UEFI: Built-in EFI Shell VenMedia(5023b95c-db26-429b-a648-bd47664c8012)AMBO
  500. Boot0008* UEFI: KingstonDataTraveler 2.01100 PciRoot(0x0)/Pci(0x12,0x2)/USB(5,0)/HD(1,MBR,0x4294967262,0x800,0x3a97800)AMBO
  501. =================== UEFI/Legacy mode:
  502. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  503. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  504. =================== PARTITIONS & DISKS:
  505. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, 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.
  506. sda2 : sda, 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, /mnt/boot-sav/sda2.
  507. sda3 : 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, farbios, /mnt/boot-sav/sda3.
  508. sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  509. =================== parted -l:
  510. Model: ATA Samsung SSD 850 (scsi)
  511. Disk /dev/sda: 250GB
  512. Sector size (logical/physical): 512B/512B
  513. Partition Table: gpt
  514. Disk Flags:
  515. Number Start End Size File system Name Flags
  516. 1 1049kB 538MB 537MB fat32 boot, esp
  517. 2 538MB 794MB 256MB ext2
  518. 3 794MB 250GB 249GB
  519. Model: Kingston DataTraveler 2.0 (scsi)
  520. Disk /dev/sdb: 31.5GB
  521. Sector size (logical/physical): 512B/512B
  522. Partition Table: msdos
  523. Disk Flags:
  524. Number Start End Size Type File system Flags
  525. 1 1049kB 31.5GB 31.5GB primary fat32 boot, lba
  526. =================== parted -lm:
  527. BYT;
  528. /dev/sda:250GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
  529. 1:1049kB:538MB:537MB:fat32::boot, esp;
  530. 2:538MB:794MB:256MB:ext2::;
  531. 3:794MB:250GB:249GB:::;
  532. BYT;
  533. /dev/sdb:31.5GB:scsi:512:512:msdos:Kingston DataTraveler 2.0:;
  534. 1:1049kB:31.5GB:31.5GB:fat32::boot, lba;
  535. =================== lsblk:
  536. KNAME TYPE FSTYPE SIZE LABEL
  537. sda disk 232.9G
  538. sda1 part vfat 512M
  539. sda2 part ext2 244M
  540. sda3 part crypto_LUKS 232.2G
  541. sdb disk 29.3G
  542. sdb1 part vfat 29.3G UBUNTU 16_0
  543. loop0 loop squashfs 1.4G
  544. KNAME ROTA RO RM STATE MOUNTPOINT
  545. sda 0 0 0 running
  546. sda1 0 0 0 /mnt/boot-sav/sda1
  547. sda2 0 0 0 /mnt/boot-sav/sda2
  548. sda3 0 0 0
  549. sdb 1 0 1 running
  550. sdb1 1 0 1 /cdrom
  551. loop0 1 1 0 /rofs
  552. =================== mount:
  553. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  554. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  555. udev on /dev type devtmpfs (rw,nosuid,relatime,size=8142312k,nr_inodes=2035578,mode=755)
  556. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  557. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1637984k,mode=755)
  558. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  559. /dev/loop0 on /rofs type squashfs (ro,noatime)
  560. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  561. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  562. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  563. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  564. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  565. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  566. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  567. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  568. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  569. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  570. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  571. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  572. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  573. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  574. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  575. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  576. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  577. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  578. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  579. mqueue on /dev/mqueue type mqueue (rw,relatime)
  580. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  581. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  582. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  583. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  584. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  585. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1637984k,mode=700,uid=999,gid=999)
  586. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  587. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  588. /dev/sda2 on /mnt/boot-sav/sda2 type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
  589. =================== ls:
  590. /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 size slaves stat subsystem trace uevent
  591. /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 size slaves stat subsystem trace uevent
  592. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  593. ls /dev/mapper: control
  594. =================== hexdump -n512 -C /dev/sda1
  595. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  596. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  597. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  598. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  599. 00000040 80 01 29 62 0d fe d9 4e 4f 20 4e 41 4d 45 20 20 |..)b...NO NAME |
  600. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  601. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  602. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  603. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  604. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  605. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  606. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  607. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  608. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  609. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  610. *
  611. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  612. 00000200
  613. =================== df -Th:
  614. Filesystem Type Size Used Avail Use% Mounted on
  615. udev devtmpfs 7.8G 0 7.8G 0% /dev
  616. tmpfs tmpfs 1.6G 9.6M 1.6G 1% /run
  617. /dev/sdb1 vfat 30G 1.5G 28G 5% /cdrom
  618. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  619. /cow overlay 7.9G 74M 7.8G 1% /
  620. tmpfs tmpfs 7.9G 196K 7.9G 1% /dev/shm
  621. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  622. tmpfs tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
  623. tmpfs tmpfs 7.9G 256K 7.9G 1% /tmp
  624. tmpfs tmpfs 1.6G 76K 1.6G 1% /run/user/999
  625. /dev/sda1 vfat 511M 4.0K 511M 1% /mnt/boot-sav/sda1
  626. /dev/sda2 ext2 237M 125M 100M 56% /mnt/boot-sav/sda2
  627. =================== fdisk -l:
  628. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  629. Units: sectors of 1 * 512 = 512 bytes
  630. Sector size (logical/physical): 512 bytes / 4096 bytes
  631. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  632. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  633. Units: sectors of 1 * 512 = 512 bytes
  634. Sector size (logical/physical): 512 bytes / 4096 bytes
  635. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  636. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  637. Units: sectors of 1 * 512 = 512 bytes
  638. Sector size (logical/physical): 512 bytes / 4096 bytes
  639. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  640. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  641. Units: sectors of 1 * 512 = 512 bytes
  642. Sector size (logical/physical): 512 bytes / 4096 bytes
  643. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  644. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  645. Units: sectors of 1 * 512 = 512 bytes
  646. Sector size (logical/physical): 512 bytes / 4096 bytes
  647. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  648. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  649. Units: sectors of 1 * 512 = 512 bytes
  650. Sector size (logical/physical): 512 bytes / 4096 bytes
  651. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  652. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  653. Units: sectors of 1 * 512 = 512 bytes
  654. Sector size (logical/physical): 512 bytes / 4096 bytes
  655. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  656. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 4096 bytes
  659. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  660. Disk /dev/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  693. Units: sectors of 1 * 512 = 512 bytes
  694. Sector size (logical/physical): 512 bytes / 512 bytes
  695. I/O size (minimum/optimal): 512 bytes / 512 bytes
  696. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  697. Units: sectors of 1 * 512 = 512 bytes
  698. Sector size (logical/physical): 512 bytes / 512 bytes
  699. I/O size (minimum/optimal): 512 bytes / 512 bytes
  700. Disklabel type: gpt
  701. Disk identifier: C161E3A2-D51B-46E1-B92E-32C279EBC490
  702. Device Start End Sectors Size Type
  703. /dev/sda1 2048 1050623 1048576 512M EFI System
  704. /dev/sda2 1050624 1550335 499712 244M Linux filesystem
  705. /dev/sda3 1550336 488396799 486846464 232.2G Linux filesystem
  706. Disk /dev/sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors
  707. Units: sectors of 1 * 512 = 512 bytes
  708. Sector size (logical/physical): 512 bytes / 512 bytes
  709. I/O size (minimum/optimal): 512 bytes / 512 bytes
  710. Disklabel type: dos
  711. Disk identifier: 0x03fe85de
  712. Device Boot Start End Sectors Size Id Type
  713. /dev/sdb1 * 2048 61439999 61437952 29.3G c W95 FAT32 (LBA)
  714. No OS or WinEFI system
  715. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  716. /boot detected. Please check the options.
  717. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  718. =================== Recommended repair
  719. The default repair of the Boot-Repair utility will not act on the MBR.
  720. Additional repair will be performed: repair-filesystems
  721. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  722. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  723. fsck -fyM /dev/sda1
  724. fsck from util-linux 2.27.1
  725. fsck -fyM /dev/sda2
  726. fsck from util-linux 2.27.1
  727. fsck -fyM /dev/sda3
  728. fsck from util-linux 2.27.1
  729. mount: unknown filesystem type 'crypto_LUKS'
  730. mount /dev/sda3 : Error code 32
  731. mount -r /dev/sda3 /mnt/boot-sav/sda3
  732. mount: unknown filesystem type 'crypto_LUKS'
  733. mount -r /dev/sda3 : Error code 32
  734. Boot successfully repaired.
  735. You can now reboot your computer.
  736. paste.ubuntu.com ko (), using paste.debian
  737. paste.debian.net ko (), using paste2