1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  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. sdb: ___________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: FAT32
  24. Boot sector info: No errors found in the Boot Parameter Block.
  25. Operating System:
  26. Boot files: /boot/grub/grub.cfg /casper/vmlinuz.efi
  27. /EFI/BOOT/grubx64.efi
  28. ============================ Drive/Partition Info: =============================
  29. Drive: sda _____________________________________________________________________
  30. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  31. Units: sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. I/O size (minimum/optimal): 512 bytes / 512 bytes
  34. Disklabel type: gpt
  35. Partition Boot Start Sector End Sector # of Sectors Id System
  36. /dev/sda1 1 488,397,167 488,397,167 ee GPT
  37. GUID Partition Table detected.
  38. Partition Attrs Start Sector End Sector # of Sectors System
  39. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  40. /dev/sda2 1,050,624 1,550,335 499,712 Data partition (Linux)
  41. /dev/sda3 1,550,336 488,396,799 486,846,464 Data partition (Linux)
  42. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/loop0 squashfs
  46. /dev/sda1 EDD8-8860 vfat
  47. /dev/sda2 06181cd9-247d-4162-955e-945cb3c82de5 ext2
  48. /dev/sda3 fc471619-ba48-440f-a3dd-ab206263fb05 crypto_LUKS
  49. /dev/sdb E8F5-FFF6 vfat
  50. ========================= "ls -l /dev/disk/by-id" output: ======================
  51. total 0
  52. lrwxrwxrwx 1 root root 9 Jan 16 20:42 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF478595K -> ../../sda
  53. lrwxrwxrwx 1 root root 10 Jan 16 20:42 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF478595K-part1 -> ../../sda1
  54. lrwxrwxrwx 1 root root 10 Jan 16 20:42 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF478595K-part2 -> ../../sda2
  55. lrwxrwxrwx 1 root root 10 Jan 16 20:42 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF478595K-part3 -> ../../sda3
  56. lrwxrwxrwx 1 root root 9 Jan 16 20:42 usb-_Patriot_Memory_07AC0901DE17107B-0:0 -> ../../sdb
  57. lrwxrwxrwx 1 root root 9 Jan 16 20:42 wwn-0x50025388a03f10ad -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Jan 16 20:42 wwn-0x50025388a03f10ad-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Jan 16 20:42 wwn-0x50025388a03f10ad-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Jan 16 20:42 wwn-0x50025388a03f10ad-part3 -> ../../sda3
  61. ================================ Mount points: =================================
  62. Device Mount_Point Type Options
  63. /dev/loop0 /rofs squashfs (ro,noatime)
  64. /dev/sdb /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  65. ============================= sda2/grub/grub.cfg: ==============================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. if [ "${next_entry}" ] ; then
  79. set default="${next_entry}"
  80. set next_entry=
  81. save_env next_entry
  82. set boot_once=true
  83. else
  84. set default="0"
  85. fi
  86. if [ x"${feature_menuentry_id}" = xy ]; then
  87. menuentry_id_option="--id"
  88. else
  89. menuentry_id_option=""
  90. fi
  91. export menuentry_id_option
  92. if [ "${prev_saved_entry}" ]; then
  93. set saved_entry="${prev_saved_entry}"
  94. save_env saved_entry
  95. set prev_saved_entry=
  96. save_env prev_saved_entry
  97. set boot_once=true
  98. fi
  99. function savedefault {
  100. if [ -z "${boot_once}" ]; then
  101. saved_entry="${chosen}"
  102. save_env saved_entry
  103. fi
  104. }
  105. function recordfail {
  106. set recordfail=1
  107. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  108. }
  109. function load_video {
  110. if [ x$feature_all_video_module = xy ]; then
  111. insmod all_video
  112. else
  113. insmod efi_gop
  114. insmod efi_uga
  115. insmod ieee1275_fb
  116. insmod vbe
  117. insmod vga
  118. insmod video_bochs
  119. insmod video_cirrus
  120. fi
  121. }
  122. if [ x$feature_default_font_path = xy ] ; then
  123. font=unicode
  124. else
  125. insmod part_gpt
  126. insmod ext2
  127. set root='hd0,gpt2'
  128. if [ x$feature_platform_search_hint = xy ]; then
  129. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  130. else
  131. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  132. fi
  133. font="/grub/unicode.pf2"
  134. fi
  135. if loadfont $font ; then
  136. set gfxmode=auto
  137. load_video
  138. insmod gfxterm
  139. set locale_dir=$prefix/locale
  140. set lang=en_US
  141. insmod gettext
  142. fi
  143. terminal_output gfxterm
  144. if [ "${recordfail}" = 1 ] ; then
  145. set timeout=30
  146. else
  147. if [ x$feature_timeout_style = xy ] ; then
  148. set timeout_style=hidden
  149. set timeout=0
  150. # Fallback hidden-timeout code in case the timeout_style feature is
  151. # unavailable.
  152. elif sleep --interruptible 0 ; then
  153. set timeout=0
  154. fi
  155. fi
  156. ### END /etc/grub.d/00_header ###
  157. ### BEGIN /etc/grub.d/05_debian_theme ###
  158. set menu_color_normal=white/black
  159. set menu_color_highlight=black/light-gray
  160. if background_color 44,0,30,0; then
  161. clear
  162. fi
  163. ### END /etc/grub.d/05_debian_theme ###
  164. ### BEGIN /etc/grub.d/10_linux ###
  165. function gfxmode {
  166. set gfxpayload="${1}"
  167. if [ "${1}" = "keep" ]; then
  168. set vt_handoff=vt.handoff=7
  169. else
  170. set vt_handoff=
  171. fi
  172. }
  173. if [ "${recordfail}" != 1 ]; then
  174. if [ -e ${prefix}/gfxblacklist.txt ]; then
  175. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  176. if [ ${match} = 0 ]; then
  177. set linux_gfx_mode=keep
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. else
  185. set linux_gfx_mode=keep
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. export linux_gfx_mode
  191. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-05aa0f52-ad66-4569-a802-a7f25970699b' {
  192. recordfail
  193. load_video
  194. gfxmode $linux_gfx_mode
  195. insmod gzio
  196. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  197. insmod part_gpt
  198. insmod ext2
  199. set root='hd0,gpt2'
  200. if [ x$feature_platform_search_hint = xy ]; then
  201. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  202. else
  203. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  204. fi
  205. linux /vmlinuz-4.4.0-59-generic root=/dev/mapper/ubuntu--vg-root ro i8042.reset quiet splash $vt_handoff
  206. initrd /initrd.img-4.4.0-59-generic
  207. }
  208. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-05aa0f52-ad66-4569-a802-a7f25970699b' {
  209. menuentry 'Ubuntu, with Linux 4.4.0-59-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-advanced-05aa0f52-ad66-4569-a802-a7f25970699b' {
  210. recordfail
  211. load_video
  212. gfxmode $linux_gfx_mode
  213. insmod gzio
  214. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  215. insmod part_gpt
  216. insmod ext2
  217. set root='hd0,gpt2'
  218. if [ x$feature_platform_search_hint = xy ]; then
  219. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  220. else
  221. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  222. fi
  223. echo 'Loading Linux 4.4.0-59-generic ...'
  224. linux /vmlinuz-4.4.0-59-generic root=/dev/mapper/ubuntu--vg-root ro i8042.reset quiet splash $vt_handoff
  225. echo 'Loading initial ramdisk ...'
  226. initrd /initrd.img-4.4.0-59-generic
  227. }
  228. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-init-upstart-05aa0f52-ad66-4569-a802-a7f25970699b' {
  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_gpt
  235. insmod ext2
  236. set root='hd0,gpt2'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  239. else
  240. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  241. fi
  242. echo 'Loading Linux 4.4.0-59-generic ...'
  243. linux /vmlinuz-4.4.0-59-generic root=/dev/mapper/ubuntu--vg-root ro i8042.reset quiet splash $vt_handoff init=/sbin/upstart
  244. echo 'Loading initial ramdisk ...'
  245. initrd /initrd.img-4.4.0-59-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 4.4.0-59-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-59-generic-recovery-05aa0f52-ad66-4569-a802-a7f25970699b' {
  248. recordfail
  249. load_video
  250. insmod gzio
  251. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  252. insmod part_gpt
  253. insmod ext2
  254. set root='hd0,gpt2'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  257. else
  258. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  259. fi
  260. echo 'Loading Linux 4.4.0-59-generic ...'
  261. linux /vmlinuz-4.4.0-59-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  262. echo 'Loading initial ramdisk ...'
  263. initrd /initrd.img-4.4.0-59-generic
  264. }
  265. menuentry 'Ubuntu, with Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-05aa0f52-ad66-4569-a802-a7f25970699b' {
  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_gpt
  272. insmod ext2
  273. set root='hd0,gpt2'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  276. else
  277. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  278. fi
  279. echo 'Loading Linux 4.4.0-57-generic ...'
  280. linux /vmlinuz-4.4.0-57-generic root=/dev/mapper/ubuntu--vg-root ro i8042.reset quiet splash $vt_handoff
  281. echo 'Loading initial ramdisk ...'
  282. initrd /initrd.img-4.4.0-57-generic
  283. }
  284. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-init-upstart-05aa0f52-ad66-4569-a802-a7f25970699b' {
  285. recordfail
  286. load_video
  287. gfxmode $linux_gfx_mode
  288. insmod gzio
  289. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  290. insmod part_gpt
  291. insmod ext2
  292. set root='hd0,gpt2'
  293. if [ x$feature_platform_search_hint = xy ]; then
  294. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  295. else
  296. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  297. fi
  298. echo 'Loading Linux 4.4.0-57-generic ...'
  299. linux /vmlinuz-4.4.0-57-generic root=/dev/mapper/ubuntu--vg-root ro i8042.reset quiet splash $vt_handoff init=/sbin/upstart
  300. echo 'Loading initial ramdisk ...'
  301. initrd /initrd.img-4.4.0-57-generic
  302. }
  303. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-05aa0f52-ad66-4569-a802-a7f25970699b' {
  304. recordfail
  305. load_video
  306. insmod gzio
  307. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  308. insmod part_gpt
  309. insmod ext2
  310. set root='hd0,gpt2'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 06181cd9-247d-4162-955e-945cb3c82de5
  313. else
  314. search --no-floppy --fs-uuid --set=root 06181cd9-247d-4162-955e-945cb3c82de5
  315. fi
  316. echo 'Loading Linux 4.4.0-57-generic ...'
  317. linux /vmlinuz-4.4.0-57-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
  318. echo 'Loading initial ramdisk ...'
  319. initrd /initrd.img-4.4.0-57-generic
  320. }
  321. }
  322. ### END /etc/grub.d/10_linux ###
  323. ### BEGIN /etc/grub.d/20_linux_xen ###
  324. ### END /etc/grub.d/20_linux_xen ###
  325. ### BEGIN /etc/grub.d/30_os-prober ###
  326. ### END /etc/grub.d/30_os-prober ###
  327. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  328. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  329. fwsetup
  330. }
  331. ### END /etc/grub.d/30_uefi-firmware ###
  332. ### BEGIN /etc/grub.d/40_custom ###
  333. # This file provides an easy way to add custom menu entries. Simply type the
  334. # menu entries you want to add after this comment. Be careful not to change
  335. # the 'exec tail' line above.
  336. ### END /etc/grub.d/40_custom ###
  337. ### BEGIN /etc/grub.d/41_custom ###
  338. if [ -f ${config_directory}/custom.cfg ]; then
  339. source ${config_directory}/custom.cfg
  340. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  341. source $prefix/custom.cfg;
  342. fi
  343. ### END /etc/grub.d/41_custom ###
  344. --------------------------------------------------------------------------------
  345. =================== sda2: Location of files loaded by Grub: ====================
  346. GiB - GB File Fragment(s)
  347. 0.578649521 = 0.621320192 grub/grub.cfg 8
  348. 0.695058823 = 0.746313728 vmlinuz-4.4.0-57-generic 8
  349. 0.570060730 = 0.612098048 vmlinuz-4.4.0-59-generic 8
  350. 0.669496536 = 0.718866432 initrd.img-3.13.0-46-generic 9
  351. 0.653872490 = 0.702090240 initrd.img-3.13.0-92-generic 9
  352. 0.638247490 = 0.685313024 initrd.img-4.4.0-45-generic 9
  353. 0.677106857 = 0.727037952 initrd.img-4.4.0-57-generic 20
  354. 0.739256859 = 0.793771008 initrd.img-4.4.0-59-generic 24
  355. =========================== sdb/boot/grub/grub.cfg: ============================
  356. --------------------------------------------------------------------------------
  357. if loadfont /boot/grub/font.pf2 ; then
  358. set gfxmode=auto
  359. insmod efi_gop
  360. insmod efi_uga
  361. insmod gfxterm
  362. terminal_output gfxterm
  363. fi
  364. set menu_color_normal=white/black
  365. set menu_color_highlight=black/light-gray
  366. menuentry "Try Ubuntu without installing" {
  367. set gfxpayload=keep
  368. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  369. initrd /casper/initrd.lz
  370. }
  371. menuentry "Install Ubuntu" {
  372. set gfxpayload=keep
  373. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  374. initrd /casper/initrd.lz
  375. }
  376. menuentry "OEM install (for manufacturers)" {
  377. set gfxpayload=keep
  378. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  379. initrd /casper/initrd.lz
  380. }
  381. menuentry "Check disc for defects" {
  382. set gfxpayload=keep
  383. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  384. initrd /casper/initrd.lz
  385. }
  386. --------------------------------------------------------------------------------
  387. ==================== sdb: Location of files loaded by Grub: ====================
  388. GiB - GB File Fragment(s)
  389. ?? = ?? boot/grub/grub.cfg 1
  390. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  391. Unknown BootLoader on sda3
  392. 00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
  393. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  394. 00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
  395. 00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
  396. 00000040 00 00 00 00 00 00 00 00 73 68 61 31 00 00 00 00 |........sha1....|
  397. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  398. 00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
  399. 00000070 78 d2 a8 4f 18 54 a6 bb 64 6e ba 78 88 7f ed 19 |x..O.T..dn.x....|
  400. 00000080 8b d9 e0 59 33 b7 77 ce 21 1c 9e 09 f7 85 82 72 |...Y3.w.!......r|
  401. 00000090 5f 4e ce 28 ba a9 6c 73 39 de 51 54 7b 1d ea 71 |_N.(..ls9.QT{..q|
  402. 000000a0 01 aa 16 b2 00 00 f0 3c 66 63 34 37 31 36 31 39 |.......<fc471619|
  403. 000000b0 2d 62 61 34 38 2d 34 34 30 66 2d 61 33 64 64 2d |-ba48-440f-a3dd-|
  404. 000000c0 61 62 32 30 36 32 36 33 66 62 30 35 00 00 00 00 |ab206263fb05....|
  405. 000000d0 00 ac 71 f3 00 03 bf b0 a8 31 ec 1a 88 86 be ce |..q......1......|
  406. 000000e0 e2 85 3b e5 e8 5a ef e3 0d f7 79 cc b2 2e ac c9 |..;..Z....y.....|
  407. 000000f0 83 b1 2e a1 75 46 49 c9 00 00 00 08 00 00 0f a0 |....uFI.........|
  408. 00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  409. 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  410. 00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
  411. 00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  412. 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  413. 00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
  414. 00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  415. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  416. 00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
  417. 00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  418. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  419. 000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
  420. 000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  421. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  422. 000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
  423. 000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  424. 00000200
  425. =============================== StdErr Messages: ===============================
  426. File descriptor 9 (/proc/7588/mounts) leaked on lvs invocation. Parent PID 14153: bash
  427. File descriptor 63 (pipe:[55455]) leaked on lvs invocation. Parent PID 14153: bash
  428. ADDITIONAL INFORMATION :
  429. =================== log of boot-repair 2017-01-16__20h42 ===================
  430. boot-repair version : 4ppa40
  431. boot-sav version : 4ppa40
  432. glade2script version : 3.2.3~ppa1
  433. boot-sav-extra version : 4ppa40
  434. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  435. CPU op-mode(s): 32-bit, 64-bit
  436. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  437. ls: cannot access '/home/usr/.config': No such file or directory
  438. mount: unknown filesystem type 'crypto_LUKS'
  439. mount /dev/sda3 : Error code 32
  440. mount -r /dev/sda3 /mnt/boot-sav/sda3
  441. mount: unknown filesystem type 'crypto_LUKS'
  442. mount -r /dev/sda3 : Error code 32
  443. =================== os-prober:
  444. =================== blkid:
  445. /dev/sda1: UUID="EDD8-8860" TYPE="vfat" PARTUUID="6d4e6066-5170-4e84-b5f4-4da5f4759825"
  446. /dev/sda2: UUID="06181cd9-247d-4162-955e-945cb3c82de5" TYPE="ext2" PARTUUID="969fa26c-343a-486f-8e19-80193dc45719"
  447. /dev/sdb: UUID="E8F5-FFF6" TYPE="vfat"
  448. /dev/loop0: TYPE="squashfs"
  449. /dev/sda3: UUID="fc471619-ba48-440f-a3dd-ab206263fb05" TYPE="crypto_LUKS" PARTUUID="05ef021b-fb4e-4b79-b1f3-beb8cd959691"
  450. mount: unknown filesystem type 'crypto_LUKS'
  451. mount /dev/sda3 : Error code 32
  452. mount -r /dev/sda3 /mnt/boot-sav/sda3
  453. mount: unknown filesystem type 'crypto_LUKS'
  454. mount -r /dev/sda3 : Error code 32
  455. =================== efibootmgr -v
  456. BootCurrent: 0002
  457. Timeout: 0 seconds
  458. BootOrder: 0000,2001,0004,0001,0003,2002,2003
  459. Boot0000* ubuntu HD(1,GPT,6d4e6066-5170-4e84-b5f4-4da5f4759825,0x800,0x100000)/File(EFIubuntushimx64.efi)
  460. Boot0001* Patriot Memory BBS(Floppy,,0x500)..................................................................xo........A...........................
  461. Boot0002* EFI USB Device (Patriot Memory) PciRoot(0x0)/Pci(0x1d,0x0)/USB(0,0)/USB(1,0)RC
  462. Boot0003* Network Boot: Atheros Boot Agent BBS(128,,0x0)........................R..............................................
  463. Boot0004* SATA HDD : Samsung SSD 840 EVO 250GB BBS(HD,,0x500)................-...........A......B...............................b........A.........................
  464. Boot2001* EFI USB Device RC
  465. Boot2002* EFI DVD/CDROM RC
  466. Boot2003* EFI Network RC
  467. =================== UEFI/Legacy mode:
  468. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  469. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  470. =================== PARTITIONS & DISKS:
  471. sda1 : sda, 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/sda1.
  472. 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.
  473. 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.
  474. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, no-os, 2048 sectors * 512 bytes
  475. =================== parted -l:
  476. Model: ATA Samsung SSD 840 (scsi)
  477. Disk /dev/sda: 250GB
  478. Sector size (logical/physical): 512B/512B
  479. Partition Table: gpt
  480. Disk Flags:
  481. Number Start End Size File system Name Flags
  482. 1 1049kB 538MB 537MB fat32 boot, esp
  483. 2 538MB 794MB 256MB ext2
  484. 3 794MB 250GB 249GB
  485. Model: Patriot Memory (scsi)
  486. Disk /dev/sdb: 8011MB
  487. Sector size (logical/physical): 512B/512B
  488. Partition Table: loop
  489. Disk Flags:
  490. Number Start End Size File system Flags
  491. 1 0.00B 8011MB 8011MB fat32
  492. =================== parted -lm:
  493. BYT;
  494. /dev/sda:250GB:scsi:512:512:gpt:ATA Samsung SSD 840:;
  495. 1:1049kB:538MB:537MB:fat32::boot, esp;
  496. 2:538MB:794MB:256MB:ext2::;
  497. 3:794MB:250GB:249GB:::;
  498. BYT;
  499. /dev/sdb:8011MB:scsi:512:512:loop: Patriot Memory:;
  500. 1:0.00B:8011MB:8011MB:fat32::;
  501. =================== lsblk:
  502. KNAME TYPE FSTYPE SIZE LABEL
  503. sda disk 232.9G
  504. sda1 part vfat 512M
  505. sda2 part ext2 244M
  506. sda3 part crypto_LUKS 232.2G
  507. sdb disk vfat 7.5G
  508. loop0 loop squashfs 1.4G
  509. KNAME ROTA RO RM STATE MOUNTPOINT
  510. sda 0 0 0 running
  511. sda1 0 0 0 /mnt/boot-sav/sda1
  512. sda2 0 0 0 /mnt/boot-sav/sda2
  513. sda3 0 0 0
  514. sdb 1 0 1 running /cdrom
  515. loop0 1 1 0 /rofs
  516. =================== mount:
  517. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  518. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  519. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4028004k,nr_inodes=1007001,mode=755)
  520. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  521. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=808528k,mode=755)
  522. /dev/sdb on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  523. /dev/loop0 on /rofs type squashfs (ro,noatime)
  524. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  525. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  526. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  527. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  528. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  529. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  530. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  531. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  532. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  533. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  534. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  535. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  536. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  537. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  538. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  539. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  540. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  541. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  542. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  543. mqueue on /dev/mqueue type mqueue (rw,relatime)
  544. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  545. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  546. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  547. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  548. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  549. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=808528k,mode=700,uid=999,gid=999)
  550. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  551. /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)
  552. /dev/sda2 on /mnt/boot-sav/sda2 type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
  553. =================== ls:
  554. /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
  555. /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 size slaves stat subsystem trace uevent
  556. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 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 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  557. ls /dev/mapper: control
  558. =================== hexdump -n512 -C /dev/sda1
  559. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  560. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  561. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  562. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  563. 00000040 80 01 29 60 88 d8 ed 4e 4f 20 4e 41 4d 45 20 20 |..)`...NO NAME |
  564. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  565. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  566. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  567. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  568. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  569. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  570. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  571. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  572. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  573. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  574. *
  575. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  576. 00000200
  577. =================== df -Th:
  578. Filesystem Type Size Used Avail Use% Mounted on
  579. udev devtmpfs 3.9G 0 3.9G 0% /dev
  580. tmpfs tmpfs 790M 9.6M 781M 2% /run
  581. /dev/sdb vfat 7.5G 1.5G 6.1G 19% /cdrom
  582. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  583. /cow overlay 3.9G 57M 3.9G 2% /
  584. tmpfs tmpfs 3.9G 176K 3.9G 1% /dev/shm
  585. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  586. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  587. tmpfs tmpfs 3.9G 152K 3.9G 1% /tmp
  588. tmpfs tmpfs 790M 84K 790M 1% /run/user/999
  589. /dev/sda1 vfat 511M 3.6M 508M 1% /mnt/boot-sav/sda1
  590. /dev/sda2 ext2 237M 144M 81M 64% /mnt/boot-sav/sda2
  591. =================== fdisk -l:
  592. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  605. Units: sectors of 1 * 512 = 512 bytes
  606. Sector size (logical/physical): 512 bytes / 4096 bytes
  607. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  608. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  609. Units: sectors of 1 * 512 = 512 bytes
  610. Sector size (logical/physical): 512 bytes / 4096 bytes
  611. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  612. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  613. Units: sectors of 1 * 512 = 512 bytes
  614. Sector size (logical/physical): 512 bytes / 4096 bytes
  615. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  616. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  617. Units: sectors of 1 * 512 = 512 bytes
  618. Sector size (logical/physical): 512 bytes / 4096 bytes
  619. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  620. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  621. Units: sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 4096 bytes
  623. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  624. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  625. Units: sectors of 1 * 512 = 512 bytes
  626. Sector size (logical/physical): 512 bytes / 4096 bytes
  627. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  628. Disk /dev/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  657. Units: sectors of 1 * 512 = 512 bytes
  658. Sector size (logical/physical): 512 bytes / 512 bytes
  659. I/O size (minimum/optimal): 512 bytes / 512 bytes
  660. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  661. Units: sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 512 bytes
  663. I/O size (minimum/optimal): 512 bytes / 512 bytes
  664. Disklabel type: gpt
  665. Disk identifier: FC34DFEB-39C2-4C99-AA57-FD2FF5D69A36
  666. Device Start End Sectors Size Type
  667. /dev/sda1 2048 1050623 1048576 512M EFI System
  668. /dev/sda2 1050624 1550335 499712 244M Linux filesystem
  669. /dev/sda3 1550336 488396799 486846464 232.2G Linux filesystem
  670. Disk /dev/sdb: 7.5 GiB, 8011120640 bytes, 15646720 sectors
  671. Units: sectors of 1 * 512 = 512 bytes
  672. Sector size (logical/physical): 512 bytes / 512 bytes
  673. I/O size (minimum/optimal): 512 bytes / 512 bytes
  674. Disklabel type: dos
  675. Disk identifier: 0x00000000
  676. No OS or WinEFI system
  677. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  678. /boot detected. Please check the options.
  679. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  680. =================== Recommended repair
  681. The default repair of the Boot-Repair utility will not act on the MBR.
  682. Additional repair will be performed: repair-filesystems
  683. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  684. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  685. fsck -fyM /dev/sda1
  686. fsck from util-linux 2.27.1
  687. fsck -fyM /dev/sda2
  688. fsck from util-linux 2.27.1
  689. fsck -fyM /dev/sda3
  690. fsck from util-linux 2.27.1
  691. mount: unknown filesystem type 'crypto_LUKS'
  692. mount /dev/sda3 : Error code 32
  693. mount -r /dev/sda3 /mnt/boot-sav/sda3
  694. mount: unknown filesystem type 'crypto_LUKS'
  695. mount -r /dev/sda3 : Error code 32
  696. Boot successfully repaired.
  697. You can now reboot your computer.
  698. paste.ubuntu.com ko (), using paste.debian
  699. paste.debian.net ko (), using paste2