1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 31Jan2013]
  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: Windows 7/2008: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi
  10. /EFI/grub/grubx64.efi /EFI/linuxmint/grubx64.efi
  11. /EFI/Microsoft/Boot/bkpbootmgfw.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootmgr.efi
  14. /EFI/Microsoft/Boot/bootx64.efi
  15. /EFI/Microsoft/Boot/bootx64.efi.grb
  16. /EFI/Microsoft/Boot/memtest.efi
  17. sda2: __________________________________________________________________________
  18. File system:
  19. Boot sector type: -
  20. Boot sector info:
  21. Mounting failed: mount: unknown filesystem type ''
  22. sda3: __________________________________________________________________________
  23. File system: ntfs
  24. Boot sector type: Windows 7/2008: NTFS
  25. Boot sector info: No errors found in the Boot Parameter Block.
  26. Operating System: Windows 7
  27. Boot files: /Windows/System32/winload.exe
  28. sda4: __________________________________________________________________________
  29. File system: ext4
  30. Boot sector type: -
  31. Boot sector info:
  32. Operating System: Linux Mint 14 Nadia
  33. Boot files: /boot/grub/grub.cfg /etc/fstab
  34. sda5: __________________________________________________________________________
  35. File system:
  36. Boot sector type: -
  37. Boot sector info:
  38. Mounting failed: mount: unknown filesystem type ''
  39. mount: unknown filesystem type ''
  40. sda6: __________________________________________________________________________
  41. File system: ext4
  42. Boot sector type: -
  43. Boot sector info:
  44. Operating System:
  45. Boot files:
  46. ============================ Drive/Partition Info: =============================
  47. Drive: sda _____________________________________________________________________
  48. Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
  49. 255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
  50. Units = sectors of 1 * 512 = 512 bytes
  51. Sector size (logical/physical): 512 bytes / 512 bytes
  52. Partition Boot Start Sector End Sector # of Sectors Id System
  53. /dev/sda1 1 2,930,277,167 2,930,277,167 ee GPT
  54. GUID Partition Table detected.
  55. Partition Start Sector End Sector # of Sectors System
  56. /dev/sda1 2,048 206,847 204,800 EFI System partition
  57. /dev/sda2 206,848 468,991 262,144 Microsoft Reserved Partition (Windows)
  58. /dev/sda3 468,992 1,550,090,239 1,549,621,248 Data partition (Windows/Linux)
  59. /dev/sda4 1,550,090,240 1,570,090,240 20,000,001 Data partition (Windows/Linux)
  60. /dev/sda5 2,914,277,134 2,930,277,118 15,999,985 Swap partition (Linux)
  61. /dev/sda6 1,570,090,241 2,914,275,787 1,344,185,547 Data partition (Windows/Linux)
  62. "blkid" output: ________________________________________________________________
  63. Device UUID TYPE LABEL
  64. /dev/mapper/cryptswap1 7e3d4e06-f79c-45e3-8018-d07ddd493fee swap
  65. /dev/sda1 9A24-8C34 vfat
  66. /dev/sda3 72CA2ED7CA2E96FF ntfs
  67. /dev/sda4 044919e8-b0de-47a4-87f7-757fc321dd5f ext4
  68. /dev/sda6 ccae7852-73d7-434b-90ae-582c6c272fc2 ext4
  69. ========================= "ls -R /dev/mapper/" output: =========================
  70. /dev/mapper:
  71. control
  72. cryptswap1
  73. ================================ Mount points: =================================
  74. Device Mount_Point Type Options
  75. /dev/sda4 / ext4 (rw,errors=remount-ro)
  76. /dev/sda6 /home ext4 (rw)
  77. =========================== sda4/boot/grub/grub.cfg: ===========================
  78. --------------------------------------------------------------------------------
  79. #
  80. # DO NOT EDIT THIS FILE
  81. #
  82. # It is automatically generated by grub-mkconfig using templates
  83. # from /etc/grub.d and settings from /etc/default/grub
  84. #
  85. ### BEGIN /etc/grub.d/00_header ###
  86. if [ -s $prefix/grubenv ]; then
  87. set have_grubenv=true
  88. load_env
  89. fi
  90. set default="0"
  91. if [ x"${feature_menuentry_id}" = xy ]; then
  92. menuentry_id_option="--id"
  93. else
  94. menuentry_id_option=""
  95. fi
  96. export menuentry_id_option
  97. if [ "${prev_saved_entry}" ]; then
  98. set saved_entry="${prev_saved_entry}"
  99. save_env saved_entry
  100. set prev_saved_entry=
  101. save_env prev_saved_entry
  102. set boot_once=true
  103. fi
  104. function savedefault {
  105. if [ -z "${boot_once}" ]; then
  106. saved_entry="${chosen}"
  107. save_env saved_entry
  108. fi
  109. }
  110. function recordfail {
  111. set recordfail=1
  112. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  113. }
  114. function load_video {
  115. if [ x$feature_all_video_module = xy ]; then
  116. insmod all_video
  117. else
  118. insmod efi_gop
  119. insmod efi_uga
  120. insmod ieee1275_fb
  121. insmod vbe
  122. insmod vga
  123. insmod video_bochs
  124. insmod video_cirrus
  125. fi
  126. }
  127. if [ x$feature_default_font_path = xy ] ; then
  128. font=unicode
  129. else
  130. insmod part_gpt
  131. insmod ext2
  132. set root='hd0,gpt4'
  133. if [ x$feature_platform_search_hint = xy ]; then
  134. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 044919e8-b0de-47a4-87f7-757fc321dd5f
  135. else
  136. search --no-floppy --fs-uuid --set=root 044919e8-b0de-47a4-87f7-757fc321dd5f
  137. fi
  138. font="/usr/share/grub/unicode.pf2"
  139. fi
  140. if loadfont $font ; then
  141. set gfxmode=auto
  142. load_video
  143. insmod gfxterm
  144. set locale_dir=$prefix/locale
  145. set lang=en_US
  146. insmod gettext
  147. fi
  148. terminal_output gfxterm
  149. if [ "${recordfail}" = 1 ]; then
  150. set timeout=10
  151. else
  152. set timeout=10
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. ### END /etc/grub.d/05_debian_theme ###
  159. ### BEGIN /etc/grub.d/06_mint_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=white/light-gray
  162. ### END /etc/grub.d/06_mint_theme ###
  163. ### BEGIN /etc/grub.d/10_linux ###
  164. function gfxmode {
  165. set gfxpayload="$1"
  166. if [ "$1" = "keep" ]; then
  167. set vt_handoff=vt.handoff=7
  168. else
  169. set vt_handoff=
  170. fi
  171. }
  172. if [ ${recordfail} != 1 ]; then
  173. if [ -e ${prefix}/gfxblacklist.txt ]; then
  174. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175. if [ ${match} = 0 ]; then
  176. set linux_gfx_mode=keep
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=keep
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  191. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda4)' --class gnu-linux --class gnu --class os {
  192. recordfail
  193. gfxmode $linux_gfx_mode
  194. insmod gzio
  195. insmod part_gpt
  196. insmod ext2
  197. set root='hd0,gpt4'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 044919e8-b0de-47a4-87f7-757fc321dd5f
  200. else
  201. search --no-floppy --fs-uuid --set=root 044919e8-b0de-47a4-87f7-757fc321dd5f
  202. fi
  203. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=044919e8-b0de-47a4-87f7-757fc321dd5f ro
  204. initrd /boot/initrd.img-3.5.0-17-generic
  205. }
  206. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda4) -- recovery mode' --class gnu-linux --class gnu --class os {
  207. recordfail
  208. insmod gzio
  209. insmod part_gpt
  210. insmod ext2
  211. set root='hd0,gpt4'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 044919e8-b0de-47a4-87f7-757fc321dd5f
  214. else
  215. search --no-floppy --fs-uuid --set=root 044919e8-b0de-47a4-87f7-757fc321dd5f
  216. fi
  217. echo 'Loading Linux 3.5.0-17-generic ...'
  218. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=044919e8-b0de-47a4-87f7-757fc321dd5f ro recovery nomodeset
  219. echo 'Loading initial ramdisk ...'
  220. initrd /boot/initrd.img-3.5.0-17-generic
  221. }
  222. ### END /etc/grub.d/10_linux ###
  223. ### BEGIN /etc/grub.d/10_lupin ###
  224. ### END /etc/grub.d/10_lupin ###
  225. ### BEGIN /etc/grub.d/20_linux_xen ###
  226. ### END /etc/grub.d/20_linux_xen ###
  227. ### BEGIN /etc/grub.d/20_memtest86+ ###
  228. ### END /etc/grub.d/20_memtest86+ ###
  229. ### BEGIN /etc/grub.d/25_custom ###
  230. menuentry "Windows UEFI bkpbootmgfw.efi" {
  231. search --fs-uuid --no-floppy --set=root 9A24-8C34
  232. chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
  233. }
  234. menuentry "Windows Boot UEFI loader" {
  235. search --fs-uuid --no-floppy --set=root 9A24-8C34
  236. chainloader (${root})/EFI/Boot/bkpbootx64.efi
  237. }
  238. ### END /etc/grub.d/25_custom ###
  239. ### BEGIN /etc/grub.d/30_os-prober ###
  240. ### END /etc/grub.d/30_os-prober ###
  241. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  242. ### END /etc/grub.d/30_uefi-firmware ###
  243. ### BEGIN /etc/grub.d/40_custom ###
  244. # This file provides an easy way to add custom menu entries. Simply type the
  245. # menu entries you want to add after this comment. Be careful not to change
  246. # the 'exec tail' line above.
  247. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-C412F76C12F761BA' {
  248. insmod part_msdos
  249. insmod ntfs
  250. set root='hd0,msdos1'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-72CA2ED7CA2E96FF --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 C412F76C12F761BA
  253. else
  254. search --no-floppy --fs-72CA2ED7CA2E96FF --set=root C412F76C12F761BA
  255. fi
  256. chainloader +1
  257. }
  258. ### END /etc/grub.d/40_custom ###
  259. ### BEGIN /etc/grub.d/41_custom ###
  260. if [ -f ${config_directory}/custom.cfg ]; then
  261. source ${config_directory}/custom.cfg
  262. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  263. source $prefix/custom.cfg;
  264. fi
  265. ### END /etc/grub.d/41_custom ###
  266. --------------------------------------------------------------------------------
  267. =============================== sda4/etc/fstab: ================================
  268. --------------------------------------------------------------------------------
  269. # /etc/fstab: static file system information.
  270. #
  271. # Use 'blkid' to print the universally unique identifier for a
  272. # device; this may be used with UUID= as a more robust way to name devices
  273. # that works even if disks are added and removed. See fstab(5).
  274. #
  275. # <file system> <mount point> <type> <options> <dump> <pass>
  276. proc /proc proc nodev,noexec,nosuid 0 0
  277. # / was on /dev/sda4 during installation
  278. UUID=044919e8-b0de-47a4-87f7-757fc321dd5f / ext4 errors=remount-ro 0 1
  279. # /boot/efi was on /dev/sda1 during installation
  280. #UUID=9A24-8C34 /boot/efi vfat defaults 0 1
  281. # /home was on /dev/sda6 during installation
  282. UUID=ccae7852-73d7-434b-90ae-582c6c272fc2 /home ext4 defaults 0 2
  283. # swap was on /dev/sda5 during installation
  284. #UUID=acb96768-6782-4992-a3c4-12a239721004 none swap sw 0 0
  285. /dev/mapper/cryptswap1 none swap sw 0 0
  286. UUID=9A24-8C34 /boot/efi vfat defaults 0 1
  287. --------------------------------------------------------------------------------
  288. =================== sda4: Location of files loaded by Grub: ====================
  289. GiB - GB File Fragment(s)
  290. 741.303451538 = 795.968520192 boot/grub/grub.cfg 1
  291. 746.275524139 = 801.307242496 boot/vmlinuz-3.5.0-17-generic 1
  292. 746.275524139 = 801.307242496 vmlinuz 1
  293. 743.778690338 = 798.626287616 boot/initrd.img-3.5.0-17-generic 2
  294. 743.778690338 = 798.626287616 initrd.img 2
  295. 743.778690338 = 798.626287616 initrd.img.old 2
  296. ADDITIONAL INFORMATION :
  297. =================== log of boot-repair 2013-02-07__07h12 ===================
  298. boot-repair version : 3.197~ppa30~quantal
  299. boot-sav version : 3.197~ppa30~quantal
  300. glade2script version : 3.2.2~ppa45~quantal
  301. boot-sav-extra version : 3.197~ppa30~quantal
  302. boot-repair is executed in installed-session (Linux Mint 14 Nadia, nadia, LinuxMint, x86_64)
  303. CPU op-mode(s): 32-bit, 64-bit
  304. BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=044919e8-b0de-47a4-87f7-757fc321dd5f ro
  305. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  306. Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table
  307. =================== os-prober:
  308. /dev/sda4:The OS now in use - Linux Mint 14 Nadia CurrentSession:linux
  309. =================== blkid:
  310. /dev/sda1: UUID="9A24-8C34" TYPE="vfat"
  311. /dev/sda3: UUID="72CA2ED7CA2E96FF" TYPE="ntfs"
  312. /dev/sda4: UUID="044919e8-b0de-47a4-87f7-757fc321dd5f" TYPE="ext4"
  313. /dev/sda6: UUID="ccae7852-73d7-434b-90ae-582c6c272fc2" TYPE="ext4"
  314. /dev/mapper/cryptswap1: UUID="7e3d4e06-f79c-45e3-8018-d07ddd493fee" TYPE="swap"
  315. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  316. Windows not detected by os-prober on sda3.
  317. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  318. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  319. =================== /etc/grub.d/ :
  320. drwxr-xr-x 2 root root 4096 Feb 7 00:19 grub.d
  321. total 84
  322. -rwxr-xr-x 1 root root 7541 Oct 14 12:36 00_header
  323. -rwxr-xr-x 1 root root 5488 Oct 4 04:30 05_debian_theme
  324. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  325. -rwxr-xr-x 1 root root 7500 Feb 7 00:25 10_linux
  326. -rwxr-xr-x 1 root root 10634 Oct 1 08:44 10_lupin
  327. -rwxr-xr-x 1 root root 10258 Oct 14 12:36 20_linux_xen
  328. -rwxr-xr-x 1 root root 1688 Oct 11 09:10 20_memtest86+
  329. -rwxr-xr-x 1 root root 10976 Oct 14 12:36 30_os-prober
  330. -rwxr-xr-x 1 root root 1426 Oct 14 12:36 30_uefi-firmware
  331. -rwxr-xr-x 1 root root 724 Feb 7 00:19 40_custom
  332. -rwxr-xr-x 1 root root 216 Oct 14 12:36 41_custom
  333. -rw-r--r-- 1 root root 483 Oct 14 12:36 README
  334. =================== /etc/grub.d/40_custom :
  335. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-C412F76C12F761BA' {
  336. insmod part_msdos
  337. insmod ntfs
  338. set root='hd0,msdos1'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-72CA2ED7CA2E96FF --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 C412F76C12F761BA
  341. else
  342. search --no-floppy --fs-72CA2ED7CA2E96FF --set=root C412F76C12F761BA
  343. fi
  344. chainloader +1
  345. }
  346. No sda4/etc/default/grub
  347. /boot/efi detected in the fstab of sda4: UUID=9A24-8C34 (sda1)
  348. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  349. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  350. ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-80e1202e-2697-4264-9cc9-80762c3e5863,ScramblerBaseSeed-87f22dcb-7304-4105-bb7c-317143ccc23b,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SaPegData-c4975200-64f1-4fb6-9773-f6a9f89d985e,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,Ps2MouseDetectRecord-09b5c46a-0f41-4cee-84ff-f3660a0b08d6,Ps2KeyboardDetectRecord-5a47386b-4c41-43b6-a140-824b0260ca8d,ProcMitAttrib-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,PNP0604_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0604_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_1_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0400_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,NvRamSpdMap-717fc150-abd9-4614-8015-0b3323eab95c,new_var,NewBoot0005-17a25442-7009-42df-a6c1-4760a1511ecc,NewBoot0002-17a25442-7009-42df-a6c1-4760a1511ecc,NewBoot0001-17a25442-7009-42df-a6c1-4760a1511ecc,NetworkStackVar-d1405d16-7afc-4695-bb12-41459d3695a2,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,SHADOW-6b9cfdf4-fcd2-4ea2-d796-7fd06c91f491,VAR,ME,VARIABLE-4b681db5-de3a-46ea-8e0c-a2f7eae1c4b8,ME,MemMitAttrib-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HiiDB-1b838190-4625-4ead-abc9-cd5e6af18fe0,GnvsAreaVar-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,EasyVoltageAddress-dd41adf5-4368-4654-b1ca-46a6b98d9e84,EasyTuneSetupAddress-2a64d079-aceb-4ad9-afd5-252e35ba994a,EasySmartFanAddress-dd41adf5-4368-4654-b1ca-46a6b98d9e84,EasyHealthAddress-dd41adf5-4368-4654-b1ca-46a6b98d9e84,DriverHlthEnable-0885f288-418c-4be1-a6af-8bad61da08fe,DriverHealthCount-7459a7d4-6533-4480-bba7-79e25a4443c9,del_var,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BiosSetupType-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AtaCtlrInfoNv-f913927d-ffee-44ff-b6ed-dcffdeaa5428,AtaCtlrInfo-fa27ed46-ba47-4d7d-8913-94366016c912,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  351. Please report this message to [email protected]
  352. =================== UEFI/Legacy mode:
  353. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  354. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  355. =================== PARTITIONS & DISKS:
  356. sda4 : sda, not-sepboot, grubenv-ok grub1, grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  357. 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, /boot/efi.
  358. sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  359. sda6 : 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, /home.
  360. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  361. =================== parted -l:
  362. Model: ATA Hitachi HDS72301 (scsi)
  363. Disk /dev/sda: 1500GB
  364. Sector size (logical/physical): 512B/512B
  365. Partition Table: gpt
  366. Number Start End Size File system Name Flags
  367. 1 1049kB 106MB 105MB fat32 EFI system partition boot
  368. 2 106MB 240MB 134MB Microsoft reserved partition msftres
  369. 3 240MB 794GB 793GB ntfs Basic data partition
  370. 4 794GB 804GB 10.2GB ext4
  371. 6 804GB 1492GB 688GB ext4
  372. 5 1492GB 1500GB 8192MB
  373. Model: Linux device-mapper (crypt) (dm)
  374. Disk /dev/mapper/cryptswap1: 8192MB
  375. Sector size (logical/physical): 512B/512B
  376. Partition Table: loop
  377. Number Start End Size File system Flags
  378. 1 0.00B 8192MB 8192MB linux-swap(v1)
  379. =================== parted -lm:
  380. BYT;
  381. /dev/sda:1500GB:scsi:512:512:gpt:ATA Hitachi HDS72301;
  382. 1:1049kB:106MB:105MB:fat32:EFI system partition:boot;
  383. 2:106MB:240MB:134MB::Microsoft reserved partition:msftres;
  384. 3:240MB:794GB:793GB:ntfs:Basic data partition:;
  385. 4:794GB:804GB:10.2GB:ext4::;
  386. 6:804GB:1492GB:688GB:ext4::;
  387. 5:1492GB:1500GB:8192MB:::;
  388. BYT;
  389. /dev/mapper/cryptswap1:8192MB:dm:512:512:loop:Linux device-mapper (crypt);
  390. 1:0.00B:8192MB:8192MB:linux-swap(v1)::;
  391. =================== mount:
  392. /dev/sda4 on / type ext4 (rw,errors=remount-ro)
  393. proc on /proc type proc (rw,noexec,nosuid,nodev)
  394. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  395. none on /sys/fs/fuse/connections type fusectl (rw)
  396. none on /sys/kernel/debug type debugfs (rw)
  397. none on /sys/kernel/security type securityfs (rw)
  398. udev on /dev type devtmpfs (rw,mode=0755)
  399. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  400. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  401. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  402. none on /run/shm type tmpfs (rw,nosuid,nodev)
  403. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  404. /dev/sda6 on /home type ext4 (rw)
  405. /dev/sda1 on /boot/efi type vfat (rw)
  406. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  407. /home/sulama/.Private on /home/sulama type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=f2a7fbac25e5a2a4,ecryptfs_fnek_sig=675314196d53f867)
  408. gvfsd-fuse on /run/user/sulama/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=sulama)
  409. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  410. =================== ls:
  411. /sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  412. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 size slaves stat subsystem trace uevent
  413. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  414. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dm-0 dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom vga_arbiter vhost-net zero
  415. ls /dev/mapper: control cryptswap1
  416. Files in /boot/efi/efi: /boot/efi/efi/linuxmint/grubx64.efi /boot/efi/efi/linuxmint /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot /boot/efi/efi/Microsoft/Boot/BCD.LOG2 /boot/efi/efi/Microsoft/Boot/BCD.LOG1 /boot/efi/efi/Microsoft/Boot/Fonts/wgl4_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/kor_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/jpn_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/cht_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/chs_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts /boot/efi/efi/Microsoft/Boot/BOOTSTAT.DAT /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO /boot/efi/efi/Microsoft/Boot/memtest.efi /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP /boot/efi/efi/Microsoft/Boot/it-IT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI /boot/efi/efi/Microsoft/Boot/es-ES/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES /boot/efi/efi/Microsoft/Boot/en-US/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/en-US /boot/efi/efi/Microsoft/Boot/el-GR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR /boot/efi/efi/Microsoft/Boot/de-DE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE /boot/efi/efi/Microsoft/Boot/da-DK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ /boot/efi/efi/Microsoft/Boot/bootmgr.efi /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot/BCD.LOG /boot/efi/efi/Microsoft/Boot/BCD /boot/efi/efi/Microsoft/Boot /boot/efi/efi/Microsoft /boot/efi/efi
  417. =================== hexdump -n512 -C /dev/sda1
  418. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  419. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  420. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  421. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  422. 00000040 80 00 29 34 8c 24 9a 4e 4f 20 4e 41 4d 45 20 20 |..)4.$.NO NAME |
  423. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  424. 00000060 7b 8e c1 8e d9 bd 00 7c 88 4e 02 8a 56 40 b4 41 |{......|[email protected]|
  425. 00000070 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a f6 c1 01 |..U..r...U.u....|
  426. 00000080 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd 13 73 05 |[email protected].|
  427. 00000090 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 d1 80 e2 |.....f...@f.....|
  428. 000000a0 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 66 f7 e1 |?.......Af...f..|
  429. 000000b0 66 89 46 f8 83 7e 16 00 75 38 83 7e 2a 00 77 32 |f.F..~..u8.~*.w2|
  430. 000000c0 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 00 e8 2b |f.F.f..........+|
  431. 000000d0 00 e9 2c 03 a0 fa 7d b4 7d 8b f0 ac 84 c0 74 17 |..,...}.}.....t.|
  432. 000000e0 3c ff 74 09 b4 0e bb 07 00 cd 10 eb ee a0 fb 7d |<.t............}|
  433. 000000f0 eb e5 a0 f9 7d eb e0 98 cd 16 cd 19 66 60 80 7e |....}.......f`.~|
  434. 00000100 02 00 0f 84 20 00 66 6a 00 66 50 06 53 66 68 10 |.... .fj.fP.Sfh.|
  435. 00000110 00 01 00 b4 42 8a 56 40 8b f4 cd 13 66 58 66 58 |[email protected]|
  436. 00000120 66 58 66 58 eb 33 66 3b 46 f8 72 03 f9 eb 2a 66 |fXfX.3f;F.r...*f|
  437. 00000130 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 8a ca 66 8b |3.f..N.f......f.|
  438. 00000140 d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 40 8a e8 c0 |.f....v....V@...|
  439. 00000150 e4 06 0a cc b8 01 02 cd 13 66 61 0f 82 75 ff 81 |.........fa..u..|
  440. 00000160 c3 00 02 66 40 49 75 94 c3 42 4f 4f 54 4d 47 52 |[email protected]|
  441. 00000170 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 | ............|
  442. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  443. *
  444. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 52 65 |..............Re|
  445. 000001b0 6d 6f 76 65 20 64 69 73 6b 73 20 6f 72 20 6f 74 |move disks or ot|
  446. 000001c0 68 65 72 20 6d 65 64 69 61 2e ff 0d 0a 44 69 73 |her media....Dis|
  447. 000001d0 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 20 |k error...Press |
  448. 000001e0 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 61 |any key to resta|
  449. 000001f0 72 74 0d 0a 00 00 00 00 00 ac cb d8 00 00 55 aa |rt............U.|
  450. 00000200
  451. =================== hexdump -n512 -C /dev/sda3
  452. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  453. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 07 00 |........?....(..|
  454. 00000020 00 00 00 00 80 00 80 00 ff 57 5d 5c 00 00 00 00 |.........W]....|
  455. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  456. 00000040 f6 00 00 00 01 00 00 00 ff 96 2e ca d7 2e ca 72 |...............r|
  457. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  458. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  459. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  460. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  461. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  462. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  463. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  464. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  465. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  466. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  467. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  468. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  469. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  470. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  471. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  472. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  473. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  474. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  475. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  476. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  477. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  478. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  479. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  480. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  481. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  482. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  483. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  484. 00000200
  485. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  486. Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table
  487. =================== df -Th:
  488. Filesystem Type Size Used Avail Use% Mounted on
  489. /dev/sda4 ext4 9.4G 4.5G 4.5G 50% /
  490. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  491. tmpfs tmpfs 1.6G 1.1M 1.6G 1% /run
  492. none tmpfs 5.0M 0 5.0M 0% /run/lock
  493. none tmpfs 3.9G 508K 3.9G 1% /run/shm
  494. none tmpfs 100M 12K 100M 1% /run/user
  495. /dev/sda6 ext4 631G 2.6G 597G 1% /home
  496. /dev/sda1 vfat 96M 18M 79M 19% /boot/efi
  497. /home/sulama/.Private ecryptfs 631G 2.6G 597G 1% /home/sulama
  498. /dev/sda3 fuseblk 739G 352G 388G 48% /mnt/boot-sav/sda3
  499. =================== fdisk -l:
  500. Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
  501. 255 heads, 63 sectors/track, 182401 cylinders, total 2930277168 sectors
  502. Units = sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 512 bytes
  504. I/O size (minimum/optimal): 512 bytes / 512 bytes
  505. Disk identifier: 0x6d5972ee
  506. Device Boot Start End Blocks Id System
  507. /dev/sda1 1 2930277167 1465138583+ ee GPT
  508. Disk /dev/mapper/cryptswap1: 8191 MB, 8191992320 bytes
  509. 255 heads, 63 sectors/track, 995 cylinders, total 15999985 sectors
  510. Units = sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 512 bytes
  512. I/O size (minimum/optimal): 512 bytes / 512 bytes
  513. Disk identifier: 0x216894e9
  514. EFI detected. Please check the options.
  515. =================== Recommended repair
  516. Recommended-Repair
  517. This setting will reinstall the grub-efi of sda4, using the following options: sda1/boot/efi,
  518. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot backup-and-rename-efi-files
  519. /boot/efi added in sda4/fstab
  520. Quantity of real Windows: 1
  521. Mount sda1 on /boot/efi
  522. Files in /boot/efi: /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  523. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  524. No sda4/boot/efi/efi/ubuntu/ folder
  525. grub-install.real (GRUB) 2.00-7ubuntu11,grub-install.
  526. Reinstall the grub-efi of sda4
  527. Installation finished. No error reported.
  528. grub-install : BootCurrent: 0001
  529. Timeout: 1 seconds
  530. BootOrder: 0002,0001,0000,0003,0004
  531. Boot0000* Windows Boot Manager
  532. Boot0001* linuxmint
  533. Boot0003* Hard Drive
  534. Boot0004* CD/DVD Drive
  535. Boot0002* grub
  536. exit code of grub-install :0
  537. Files in /boot/efi: /EFI/grub/grubx64.efi /EFI/grub /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  538. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  539. Files in /boot/efi: /EFI/grub/grubx64.efi /EFI/grub /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  540. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  541. Saved and renamed /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  542. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  543. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  544. Saved and renamed /boot/efi/EFI/Boot/bootx64.efi
  545. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi
  546. Add /boot/efi efi entries in /etc/grub.d/25_custom
  547. Adding custom /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
  548. Adding custom /boot/efi/EFI/Boot/bkpbootx64.efi
  549. sda1//boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi already added
  550. sda1//boot/efi/EFI/Boot/bkpbootx64.efi already added
  551. Installation finished. No error reported.
  552. grub-install : BootCurrent: 0001
  553. Timeout: 1 seconds
  554. BootOrder: 0001,0000,0003,0004
  555. Boot0000* Windows Boot Manager
  556. Boot0001* linuxmint
  557. Boot0003* Hard Drive
  558. Boot0004* CD/DVD Drive
  559. BootCurrent: 0001
  560. Timeout: 1 seconds
  561. BootOrder: 0002,0001,0000,0003,0004
  562. Boot0000* Windows Boot Manager
  563. Boot0001* linuxmint
  564. Boot0003* Hard Drive
  565. Boot0004* CD/DVD Drive
  566. Boot0002* grub
  567. exit code of grub-install :0
  568. update-grub
  569. Generating grub.cfg ...
  570. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  571. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  572. Unhide GRUB boot menu in sda4/boot/grub/grub.cfg
  573. Boot successfully repaired.
  574. You can now reboot your computer.
  575. Please do not forget to make your BIOS boot on sda1/EFI/linuxmint/grubx64.efi file!
  576. The boot files of [The OS now in use - Linux Mint 14 Nadia] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)